Trac Logging
Table of Contents
Trac supports logging of system messages using the standard logging module that comes with Python. Logging is configured in the [logging] section in trac.ini. Supported Logging MethodsThe log method is set using the log_type configuration option, which takes any of the following values:
Log LevelsThe verbosity level of logged messages can be set using the log_level directive in trac.ini. The log level defines the minimum level of urgency required for a message to be logged. The levels are:
See also: TracIni, TracGuide, TracEnvironment |
