How to disable hookbox client debug?

3 views
Skip to first unread message

marie_dk

unread,
Mar 10, 2011, 10:09:21 AM3/10/11
to Hookbox User Group
I have tried to turn off client debugging... I just commented these
lines:

//hookbox.logging.get('hookbox').setLevel(hookbox.logging.DEBUG);
//
hookbox.logging.get('net.protocols.rtjp').setLevel(hookbox.logging.DEBUG);

But I still see PUBLISH frames in the console... how do I turn off
client debugging?

/marie_dk

marie_dk

unread,
Mar 28, 2011, 3:20:16 AM3/28/11
to Hookbox User Group

This is a wild guess, but it seems to be working:

hookbox.logging.get('hookbox').setLevel(hookbox.logging.ERROR);
hookbox.logging.get('net.protocols.rtjp').setLevel(hookbox.logging.ERROR);

I have not been able to verify it since I can't fint any docs about
the logger.

/marie_dk
Reply all
Reply to author
Forward
0 new messages