HDDS-478. Log files related to each daemon doesn't have proper startup and shutdown logs.

Contributed by Dinesh Chitlangia.
This commit is contained in:
Anu Engineer 2018-10-09 16:44:32 -07:00
parent 6a39739316
commit c1fe657a10

View File

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