summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Nosach (GitHub) <ANosach@luxoft.com>2016-08-22 19:48:48 +0300
committerGitHub <noreply@github.com>2016-08-22 19:48:48 +0300
commit61ef8c42badb879216f53d240e1101b9f83a9bb7 (patch)
tree50bd32cc08e441f5f981d6709f71ac58d8478d47
parentedbd60ed69fcbcd5913ebdb45783e248dd065abe (diff)
parent495297e3f5b8bce20d986376d55be1b0131f340a (diff)
downloadsdl_core-release/4.1.0.tar.gz
Merge pull request #772 from orhan-mehmedov/fix/Update_logger_properties_to_log_only_to_filerelease/4.1.0
Update logger properties to log to file only
-rw-r--r--src/appMain/log4cxx.properties4
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