Browse Source

Prevent revel from writing to the log on every request (#3073)

This should decrease the size of the log files of revel-raw, revel-jet,
and revel-qbs after a full run by about 600 MB each.
Michael Hixson 7 years ago
parent
commit
6f4e58bb64
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Go/revel/src/benchmark/conf/app.conf

+ 2 - 2
frameworks/Go/revel/src/benchmark/conf/app.conf

@@ -22,7 +22,7 @@ log.error.output = stderr
 mode.dev=false
 mode.dev=false
 watch=false
 watch=false
 
 
-log.trace.output = stderr
-log.info.output  = stderr
+log.trace.output = off
+log.info.output  = off
 log.warn.output  = stderr
 log.warn.output  = stderr
 log.error.output = stderr
 log.error.output = stderr