mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
Disable pretty logging by default for perf reasons
This commit is contained in:
7
changelog/unreleased/disable-pretty-log.md
Normal file
7
changelog/unreleased/disable-pretty-log.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Change: Disable pretty logging by default
|
||||
|
||||
Tags: ocis
|
||||
|
||||
Disable pretty logging default for performance reasons.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/1133
|
||||
@@ -23,7 +23,7 @@ func RootWithConfig(cfg *config.Config) []cli.Flag {
|
||||
Destination: &cfg.Log.Level,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Value: true,
|
||||
Value: false,
|
||||
Name: "log-pretty",
|
||||
Usage: "Enable pretty logging",
|
||||
EnvVars: []string{"OCIS_LOG_PRETTY"},
|
||||
|
||||
Reference in New Issue
Block a user