blob: 0a6b4147a419b03ba5a22c62abc628ee5c0a0394 [file] [log] [blame]
---
writers: file,stdout
# LoggerLevel: |DEBUG|INFO|WARN|ERROR|FATAL
logLevel: DEBUG
# LoggerFile: used to output the name of log
logFile: log/mesher.log
# LogFormatText: json/plaintext (such as log4j),default to false
# if set logger_file and log_format_text to true, turns out log4j format log
logFormatText: false
# MaxDaily of a log file before rotate. By D Days.
logRotateAge: 1
# MaxSize of a log file before rotate. By M Bytes.
logRotateSize: 10
# Max counts to keep of a log's backup files.
logBackupCount: 7