Skip to content
KM-200 edited this page May 9, 2018 · 13 revisions
  • Reduce the "log level" to have smaller "debug.log" files, or none at all. edit a text file "logger.dat" accordingly: how to do it to reduce logging, edit a text file .../src/logger.dat with content:

[logger_root]

level=NOTSET

handlers=handler_null

[formatters]

keys =

[formatter_null]

wtf=null

[handlers]

keys =

[handler_null]

class =

[loggers]

keys = root

Clone this wiki locally