Merge pull request #1390 from fatedier/new

support disable_log_color for console mode
This commit is contained in:
fatedier
2019-08-15 23:50:17 +08:00
committed by GitHub
17 changed files with 116 additions and 26 deletions

View File

@@ -18,6 +18,9 @@ log_level = info
log_max_days = 3
# disable log colors when log_file is console, default is false
disable_log_color = false
# for authentication
token = 12345678

View File

@@ -43,6 +43,9 @@ log_level = info
log_max_days = 3
# disable log colors when log_file is console, default is false
disable_log_color = false
# auth token
token = 12345678