Mike Smith 5 年之前
父节点
当前提交
e52374d914
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      frameworks/Java/gemini/firenio/src/main/resources/log4j.properties

+ 3 - 2
frameworks/Java/gemini/firenio/src/main/resources/log4j.properties

@@ -1,8 +1,8 @@
 # Default log level if not specified. May be customized by passing the VM arg -DLOG_LEVEL=
-LOG_LEVEL=TRACE
+LOG_LEVEL=WARN
 # Default global log level if not specified. May be customized by passing the VM arg -DGLOBAL_LOG_LEVEL=
 # Note: This includes all libraries, etc. It's a lot.
-GLOBAL_LOG_LEVEL=INFO
+GLOBAL_LOG_LEVEL=WARN
 log4j.rootLogger=${GLOBAL_LOG_LEVEL}, A1
 
 # This will only work if we use classes for the logger refs.
@@ -16,3 +16,4 @@ log4j.appender.A1.layout=org.apache.log4j.PatternLayout
 # Default log level if not specified. May be customized by passing the VM arg -DLogConversionPattern=
 LogConversionPattern=[%p] GA %d{HH:mm:ss} %c: %m%n
 log4j.appender.A1.layout.ConversionPattern=${LogConversionPattern}
+