1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

setting default console log level to debug

This commit is contained in:
postmannen 2023-01-12 13:37:22 +01:00
parent 68093b9f43
commit b3a85d0283

View file

@ -260,7 +260,7 @@ func newConfigurationDefaults() Configuration {
EnableAclCheck: false,
IsCentralAuth: false,
EnableDebug: false,
LogLevel: "none",
LogLevel: "debug",
LogConsoleTimestamps: false,
KeepPublishersAliveFor: 10,