Skip to content

Commit 83c7045

Browse files
committed
adjust test server logging to only log JSON-RPC transmissions
1 parent fa8fac6 commit 83c7045

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

testlogging.properties

+8-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ handlers= java.util.logging.ConsoleHandler
2828
# setting to limit messages printed to the console.
2929
.level= INFO
3030

31-
# log ALL jabsorb debug stuff (this could be very voluminous)
32-
org.jabsorb.level=FINE
31+
# uncomment this line to log ALL jabsorb debug stuff (very voluminous)
32+
#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
3339

3440
############################################################
3541
# Handler specific properties.

0 commit comments

Comments
 (0)