Mike Smith 5 years ago
parent
commit
e52374d914

+ 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=
 # 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=
 # 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.
 # Note: This includes all libraries, etc. It's a lot.
-GLOBAL_LOG_LEVEL=INFO
+GLOBAL_LOG_LEVEL=WARN
 log4j.rootLogger=${GLOBAL_LOG_LEVEL}, A1
 log4j.rootLogger=${GLOBAL_LOG_LEVEL}, A1
 
 
 # This will only work if we use classes for the logger refs.
 # 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=
 # 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
 LogConversionPattern=[%p] GA %d{HH:mm:ss} %c: %m%n
 log4j.appender.A1.layout.ConversionPattern=${LogConversionPattern}
 log4j.appender.A1.layout.ConversionPattern=${LogConversionPattern}
+