slog.HandlerOptions.AddSource is a cool feature, but since we moved the logger to a separate package it no longer works. It now always shows source info for the log package, rather than the code that called it. This change removes it.
6 lines
125 B
YAML
6 lines
125 B
YAML
log_file: "bingobot.log"
|
|
log_dir: "log"
|
|
log_max_size_mb: 500
|
|
log_max_backups: 3
|
|
log_max_age_days: 365
|
|
log_compression: false
|