Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
6f4e58bb64
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
 watch=false
 
-log.trace.output = stderr
-log.info.output  = stderr
+log.trace.output = off
+log.info.output  = off
 log.warn.output  = stderr
 log.error.output = stderr