Skip to content

Commit 4ed565e

Browse files
committed
Enable console logging
1 parent 0f614ce commit 4ed565e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/system/clace.default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ default_git_auth = "" # default git auth entry to use
4242
level = "TRACE"
4343
max_backups = 10
4444
max_size_mb = 50
45-
console = true
45+
console2 = true
4646
file = true
4747
access_logging = true
4848

internal/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ type LogConfig struct {
194194
Level string `toml:"level"`
195195
MaxBackups int `toml:"max_backups"`
196196
MaxSizeMB int `toml:"max_size_mb"`
197-
Console bool `toml:"console"`
197+
Console bool `toml:"console2"`
198198
File bool `toml:"file"`
199199
AccessLogging bool `toml:"access_logging"`
200200
}

0 commit comments

Comments
 (0)