Skip to content

Commit

Permalink
cli: Change default log level.
Browse files Browse the repository at this point in the history
* Change default liblxc log level to 'warn'.
* Change default lxcri log level to 'info'.

Signed-off-by: Ruben Jenster <[email protected]>
  • Loading branch information
r10r committed May 6, 2021
1 parent 1afa3fb commit 5e47e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lxcri/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var defaultApp = app{
LogFile: "/var/log/lxcri/lxcri.log",
LogLevel: "info",
ContainerLogFile: "/var/log/lxcri/lxcri.log",
ContainerLogLevel: "info",
ContainerLogLevel: "warn",
},

Timeouts: timeouts{
Expand Down

0 comments on commit 5e47e19

Please sign in to comment.