diff --git a/profiles/killbill/src/main/resources/logback.xml b/profiles/killbill/src/main/resources/logback.xml
index b146654..17da98e 100644
--- a/profiles/killbill/src/main/resources/logback.xml
+++ b/profiles/killbill/src/main/resources/logback.xml
@@ -1,7 +1,9 @@
<!--
~ Copyright 2010-2013 Ning, Inc.
+ ~ Copyright 2014-2015 Groupon, Inc
+ ~ Copyright 2014-2015 The Billing Project, LLC
~
- ~ Ning licenses this file to you under the Apache License, version 2.0
+ ~ The Billing Project licenses this file to you under the Apache License, version 2.0
~ (the "License"); you may not use this file except in compliance with the
~ License. You may obtain a copy of the License at:
~
@@ -16,10 +18,8 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
- <!-- encoders are assigned the type
- ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
- <pattern>%date [%thread] %-5level %logger{36} - %msg%n</pattern>
+ <pattern>%date [%thread] %-5level %logger{36} - %msg%n%ex</pattern>
</encoder>
</appender>
@@ -40,7 +40,7 @@
</timeBasedFileNamingAndTriggeringPolicy>
</rollingPolicy>
<encoder>
- <pattern>%date [%thread] %msg%n</pattern>
+ <pattern>%date [%thread] %msg%n%ex</pattern>
</encoder>
</appender>
</sift>
@@ -61,7 +61,7 @@
</timeBasedFileNamingAndTriggeringPolicy>
</rollingPolicy>
<encoder>
- <pattern>%date [%thread] %msg%n</pattern>
+ <pattern>%date [%thread] %msg%n%ex</pattern>
</encoder>
</appender>
</sift>
@@ -82,7 +82,7 @@
</timeBasedFileNamingAndTriggeringPolicy>
</rollingPolicy>
<encoder>
- <pattern>%date [%thread] %msg%n</pattern>
+ <pattern>%date [%thread] %msg%n%ex</pattern>
</encoder>
</appender>
</sift>
@@ -103,7 +103,7 @@
</timeBasedFileNamingAndTriggeringPolicy>
</rollingPolicy>
<encoder>
- <pattern>%date [%thread] %msg%n</pattern>
+ <pattern>%date [%thread] %msg%n%ex</pattern>
</encoder>
</appender>
</sift>
@@ -124,7 +124,7 @@
</timeBasedFileNamingAndTriggeringPolicy>
</rollingPolicy>
<encoder>
- <pattern>%date [%thread] %msg%n</pattern>
+ <pattern>%date [%thread] %msg%n%ex</pattern>
</encoder>
</appender>
</sift>