Logging and Debugging
Hi, 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. Thanks Shaun Webb -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
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
participants (2)
-
Nate Coraor
-
SHAUN WEBB