Running the following script in script console should be enough to turn on/off the debug level.
com.quest.common.log.DebugLevel.setDefaultDebugLevel(0);
return "Global debug level is now: " + com.quest.common.log.DebugLevel.getDefaultDebugLevel();
0 : Debug logging disabled
1 : Standard Debug logging
2 : Extremely verbose debug logging. Not recommended for more than 20-30 minutes
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center