Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-05 01:22:57 +0000
committerRoberto E. Escobar2014-09-05 01:22:57 +0000
commit20b2a1044dc6466f5c24482f94796306124243c7 (patch)
treea5b554074b9e3170e95297f3ebcf80aad6e32f87
parent699412520edbe731a2304b2e398449ef38d86d48 (diff)
downloadorg.eclipse.osee-20b2a1044dc6466f5c24482f94796306124243c7.tar.gz
org.eclipse.osee-20b2a1044dc6466f5c24482f94796306124243c7.tar.xz
org.eclipse.osee-20b2a1044dc6466f5c24482f94796306124243c7.zip
refactor: Prettify logback output
-rw-r--r--plugins/org.eclipse.osee.logback.config/logback.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.logback.config/logback.xml b/plugins/org.eclipse.osee.logback.config/logback.xml
index d126ed391a0..dff7317bb89 100644
--- a/plugins/org.eclipse.osee.logback.config/logback.xml
+++ b/plugins/org.eclipse.osee.logback.config/logback.xml
@@ -5,8 +5,8 @@
<!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder
by default -->
<encoder>
- <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
- </pattern>
+ <pattern>%-50(%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] [%-25.25logger{26}] %-5level) - %msg%n</pattern>
+ <outputPatternAsHeader>true</outputPatternAsHeader>
</encoder>
</appender>

Back to the top