[SOLVED] How do I disable logging altogether?
Posted: July 27th, 2009, 10:47 pm
Here's the ini file section:
[logging]
enable_cherrypy_logging = 1
log_level = 1
max_log_size = .001M
log_backups = 0
If I do not want ANY logging whatsoever (no sabnzbd.log and no cherrypy.log) what does the ini file need to include? Thanks.
[logging]
enable_cherrypy_logging = 1
log_level = 1
max_log_size = .001M
log_backups = 0
If I do not want ANY logging whatsoever (no sabnzbd.log and no cherrypy.log) what does the ini file need to include? Thanks.