Issue ID:
Type
Bug
Title:
Stop logging DockerExceptions that have been reported to the client
Created:
4/19/2021 6:11:45 AM by Steve Dennis
Status:
Closed on
Last pulled:
4/30/2021 12:18:06 PM
Description:

Currently, "expected" DockerException messages are filling up the diagnostic center, and making it difficult to find unexpected/unhandled errors.

Like NuGet feeds, we should consider simply not logging DockerException messages, as they are always returned to the client. Alternatively, we can log them at the Debug-level, as they're clearly reported to the client and server-side errors won't usually help administrators debug client problems.

See EDO-7587