hxf/backend/webIOs/configs/th_agenter_config_logger.yml

9 lines
346 B
YAML
Raw Normal View History

2025-12-16 13:55:16 +08:00
enable_file_log: true
enable_stderr: true
base_path: "webIOs/output/logs"
log_name: "th_agenter_web.log"
2026-01-07 11:30:54 +08:00
log_fmt: "<green>{time: HH:mm:ss.SSS}</green> [<level>{level:7}</level>] - <level>{message}</level> @ <cyan>{extra[relative_path]}:{line}</cyan> in <blue>{function}</blue>"
2025-12-16 13:55:16 +08:00
level: "INFO"
rotation: "00:00"
retention: "1 days"
encoding: "utf8"