Browse Source

log(color): disabled console log formating by default

Torkel Ödegaard 10 years ago
parent
commit
88d27fe649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/defaults.ini

+ 1 - 1
conf/defaults.ini

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