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.

13 line
340B

  1. {
  2. "enable_file_log": 1,
  3. "enable_stderr": 1,
  4. "base_path": "logs",
  5. "log_name": "tool.log",
  6. "log_fmt": "{time:YYYY-MM-DD HH:mm:ss.SSS} [{level}][{process.name}-{process.id}-{thread.name}-{thread.id}][{line}] {module}-{function} - {message}",
  7. "level": "INFO",
  8. "rotation": "00:00",
  9. "retention": "7 days",
  10. "encoding": "utf8"
  11. }