We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8fac6 commit 83c7045Copy full SHA for 83c7045
testlogging.properties
@@ -28,8 +28,14 @@ handlers= java.util.logging.ConsoleHandler
28
# setting to limit messages printed to the console.
29
.level= INFO
30
31
-# log ALL jabsorb debug stuff (this could be very voluminous)
32
-org.jabsorb.level=FINE
+# uncomment this line to log ALL jabsorb debug stuff (very voluminous)
+#org.jabsorb.level=FINE
33
+
34
+# log all jabsorb INFO level
35
+org.jabsorb.level=INFO
36
37
+# log json-rpc messages
38
+org.jabsorb.JSONRPCServlet.level=FINE
39
40
############################################################
41
# Handler specific properties.
0 commit comments