aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/logback.xml')
-rw-r--r--src/main/resources/logback.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 1a63a5f..1f6becf 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -14,6 +14,8 @@
<logger name="io.trygvis.esper.testing.util.HttpClient" level="INFO"/>
+ <logger name="org.apache.shiro" level="DEBGU"/>
+
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>