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:
parent
68093b9f43
commit
b3a85d0283
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ func newConfigurationDefaults() Configuration {
|
|||
EnableAclCheck: false,
|
||||
IsCentralAuth: false,
|
||||
EnableDebug: false,
|
||||
LogLevel: "none",
|
||||
LogLevel: "debug",
|
||||
LogConsoleTimestamps: false,
|
||||
KeepPublishersAliveFor: 10,
|
||||
|
||||
|
|
Loading…
Reference in a new issue