|
@@ -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}
|
|
|
+
|