Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.logging/bin/log4j.properties')
-rw-r--r--plugins/org.eclipse.etrice.logging/bin/log4j.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/org.eclipse.etrice.logging/bin/log4j.properties b/plugins/org.eclipse.etrice.logging/bin/log4j.properties
index 711e8bc45..4bb6f37ad 100644
--- a/plugins/org.eclipse.etrice.logging/bin/log4j.properties
+++ b/plugins/org.eclipse.etrice.logging/bin/log4j.properties
@@ -1,7 +1,7 @@
-log4j.rootCategory=INFO, S
-
-log4j.logger.org.eclipse.xtext=INFO
-
-log4j.appender.S = org.apache.log4j.ConsoleAppender
-log4j.appender.S.layout = org.apache.log4j.PatternLayout
-log4j.appender.S.layout.ConversionPattern = %d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n
+log4j.rootCategory=INFO, S
+
+log4j.logger.org.eclipse.xtext=INFO
+
+log4j.appender.S = org.apache.log4j.ConsoleAppender
+log4j.appender.S.layout = org.apache.log4j.PatternLayout
+log4j.appender.S.layout.ConversionPattern = %d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n

Back to the top