You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- enable_file_log: true
- enable_stderr: false
- base_path: "../dsp/logs"
- log_name: "dsp.log"
- log_fmt: "{time:YYYY-MM-DD HH:mm:ss.SSS} [{level}][{process.name}-{process.id}-{thread.name}-{thread.id}][{line}] {module}-{function} - {message}"
- level: "INFO"
- rotation: "00:00"
- retention: "3 days"
- encoding: "utf8"
|