log_cfg.yaml
563 Bytes
handlers:
video_event_log:
tpl_name: log_file
filename: ${init_cfg.log_dir}/other/video_event.log
llm_image_log:
tpl_name: log_file
filename: ${init_cfg.log_dir}/other/llm_image.log
match_live_log:
tpl_name: log_file
filename: ${init_cfg.log_dir}/other/match_live.log
api_log:
tpl_name: log_file
filename: ${init_cfg.log_dir}/other/api.log
loggers:
video_event:
handlers: [ video_event_log ]
llm_image:
handlers: [ llm_image_log ]
match_live:
handlers: [ match_live_log ]
api:
handlers: [ api_log ]