Allow logging of inbound and outbound protocol messages
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 20 Feb 2008 12:05:16 +0000 (12:05 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 20 Feb 2008 12:05:16 +0000 (12:05 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2634 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

resources/conf/logging.xml

index 923b1d1..88252e0 100644 (file)
     <logger name="org.opensaml">
         <level value="WARN" />
     </logger>
-
+    
+    <!-- Logs inbound and outbound protocols messages at DEBUG level -->
+    <!--
+    <logger name="PROTOCOL_MESSAGE">
+        <level value="DEBUG" />
+    </logger>
+    -->
+    
     <!-- 
         Normally you should not edit below this point.  These default configurations are sufficient for 
         almost every system.