-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/daemonCore EngineCore Enginekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Description
Description
Would it be possible to make the logging output for dockerd configurable so users could enable structured logs? This is currently set to use TextFormatter and all of the --log* options only configure the format of the container logs, not the daemon itself.
Ref:
Lines 792 to 796 in c758d8b
| logrus.SetFormatter(&logrus.TextFormatter{ | |
| TimestampFormat: jsonmessage.RFC3339NanoFixed, | |
| DisableColors: conf.RawLogs, | |
| FullTimestamp: true, | |
| }) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/daemonCore EngineCore Enginekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny