We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f614ce commit 4ed565eCopy full SHA for 4ed565e
internal/system/clace.default.toml
@@ -42,7 +42,7 @@ default_git_auth = "" # default git auth entry to use
42
level = "TRACE"
43
max_backups = 10
44
max_size_mb = 50
45
-console = true
+console2 = true
46
file = true
47
access_logging = true
48
internal/types/types.go
@@ -194,7 +194,7 @@ type LogConfig struct {
194
Level string `toml:"level"`
195
MaxBackups int `toml:"max_backups"`
196
MaxSizeMB int `toml:"max_size_mb"`
197
- Console bool `toml:"console"`
+ Console bool `toml:"console2"`
198
File bool `toml:"file"`
199
AccessLogging bool `toml:"access_logging"`
200
}
0 commit comments