瀏覽代碼

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 年之前
父節點
當前提交
6f4e58bb64
共有 1 個文件被更改,包括 2 次插入2 次删除
  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