Add config option to strip (most) colors from console logs

This commit is contained in:
ctdk
2015-10-01 13:16:23 -07:00
parent 7dc923a292
commit d37e18fdcf
3 changed files with 15 additions and 7 deletions

View File

@@ -224,6 +224,8 @@ level = Info
# For "console" mode only
[log.console]
level =
# Set formatting to "false" to disable color formatting of console logs
formatting = true
# For "file" mode only
[log.file]