From 495297e3f5b8bce20d986376d55be1b0131f340a Mon Sep 17 00:00:00 2001 From: Orhan Mehmedov Date: Mon, 22 Aug 2016 16:47:26 +0300 Subject: Update logger properties to log to file only Leave only logging to file in log4cxx.properties due to slow printing to console/terminal. Workaround for APPLINK-17599. Related to APPLINK-17599. --- src/appMain/log4cxx.properties | 4 ++-- 1 file 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 -- cgit v1.2.1