Simplified log configuration:
- Replaced
log.console_handler
with log.console
, keeping only enable, level, formatter, and time_offset
.
- Replaced
log.file_handlers
with log.file
, keeping only enable, level, formatter, time_offset, rotation_count, rotation_size, to
.