diff options
-rw-r--r-- | src/appMain/log4cxx.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appMain/log4cxx.properties b/src/appMain/log4cxx.properties index 4153b487fe..2059ee7d3a 100644 --- a/src/appMain/log4cxx.properties +++ b/src/appMain/log4cxx.properties @@ -44,8 +44,8 @@ log4j.appender.ProtocolFordHandlingLogFile.layout=org.apache.log4j.PatternLayout log4j.appender.ProtocolFordHandlingLogFile.layout.ConversionPattern=%-5p [%d{dd MMM yyyy HH:mm:ss,SSS}][%c] %M: %m%n # Root logging settings -# Set ALL logging levels to Console, main log file, Socket and Telnet -log4j.rootLogger=ALL, Console, SmartDeviceLinkCoreLogFile, SmartDeviceLinkCoreSocketHub, TelnetLogging +# Set ALL logging levels to main log file +log4j.rootLogger=ALL, SmartDeviceLinkCoreLogFile # Components loggers with own logging levels log4j.logger.SDLMain = ALL |