AIlib2/DrGraph/appIOs/conf/logger/algDev_logger.yml

9 lines
322 B
YAML
Raw Normal View History

2025-09-23 09:54:48 +08:00
enable_file_log: true
enable_stderr: true
base_path: "./appIOs/logs"
log_name: "drgraph_aialg.log"
log_fmt: "<green>{time: HH:mm:ss.SSS}</green> [<level>{level}</level>] - <level>{message}</level> @ <cyan>{file}:{line}</cyan> in <blue>{function}</blue>"
level: "INFO"
rotation: "00:00"
retention: "1 days"
encoding: "utf8"