|
: 26 : 26 : 0 |
Currently, if you want to go in and debug a server, you must edit the notes.ini. Or edit the notes.ini settings in the server configuration document to add the debugging lines.
We should be able to turn on and off debugging options in the server configuration document or server document.
The options, I'm talking about are:
CONSOLE_LOG_ENABLED=1
DEBUG_THREADID=1
DEBUG_CAPTURE_TIMEOUT=1 DEBUG_SHOW_TIMEOUT=1 I'm fully aware that these can be set at the server console instantly with the following commands:
set config DEBUG_THREADID=1
set config DEBUG_CAPTURE_TIMEOUT=1 set config DEBUG_SHOW_TIMEOUT=1 Often times, this is turned on via the notes.ini and forgotten about. To turn it off, you must go to the notes.ini and remove it.
|