10 Sep
2009
10 Sep
'09
8:27 a.m.
SHAUN WEBB wrote:
I am looking for more information on the options in the Logging and Debugging section of the universe_wsgi.ini file, in particular what are specific values to which I can set log_level in the first option "verbosity of log messages".
I wish to turn off the debugging messages in the log file.
Hi Shaun, The levels are the same as those used by Python's logging module: http://docs.python.org/library/logging.html The default levels provided are DEBUG, INFO, WARNING, ERROR and CRITICAL. Switching to "INFO" should turn off most logging. --nate