Hello, I'm seeing log messages like this:
Jul 26, 2019 4:19:10 PM rpc.DefaultConnection processOutgoing
INFO:
Sending REQUEST
...how can I control this log level? I have found these methods:
JISystem.setInBuiltLogHandler(false);
JISystem.getLogger().setLevel();
...but how can I get the JISystem instance?
Thanks!