Debug-cmd
Command to control the debug logging
Please see the debug_log X-Function.
debug [option] argument
Change current debug logging setting, 0 represent turn off logging, 1 represent turn on. If there is no argument, show current debug logging setting.
The code below is to disable debug logging
debug -log 0;