|
@@ -52,11 +52,15 @@ filter.write.onMismatch=NEUTRAL
|
|
|
# TRACE (least specific, a lot of data)
|
|
|
# ALL (least specific, all data)
|
|
|
|
|
|
-appenders=console, rolling
|
|
|
-appender.console.type=Console
|
|
|
-appender.console.name=STDOUT
|
|
|
-appender.console.layout.type=PatternLayout
|
|
|
-appender.console.layout.pattern=%d{DEFAULT} | %-5level | %c{1} | %msg | %throwable{3} %n
|
|
|
+# Uncomment following section to enable logging to console appender also
|
|
|
+#appenders=console, rolling
|
|
|
+#appender.console.type=Console
|
|
|
+#appender.console.name=STDOUT
|
|
|
+#appender.console.layout.type=PatternLayout
|
|
|
+#appender.console.layout.pattern=%d{DEFAULT} | %-5level | %c{1} | %msg | %throwable{3} %n
|
|
|
+
|
|
|
+# Comment this line when using both console and rolling appenders
|
|
|
+appenders=rolling
|
|
|
|
|
|
#Rolling File Appender with size & time thresholds.
|
|
|
#Rolling is triggered when either threshold is breached.
|