Changes between Version 3 and Version 4 of TracLogging
- Timestamp:
- Aug 13, 2020, 7:05:10 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracLogging
v3 v4 2 2 [[TracGuideToc]] 3 3 4 Trac supports logging of system messages using Python's [http ://docs.python.org/library/logging.html logging module].4 Trac supports logging of system messages using Python's [https://docs.python.org/2/library/logging.html logging module]. 5 5 6 6 Logging is configured in the [TracIni#logging-section "[logging]"] section of TracIni. … … 21 21 22 22 '''CRITICAL''':: Log only the most critical (typically fatal) errors. 23 '''ERROR''':: Log failures, bugs and errors. 23 '''ERROR''':: Log failures, bugs and errors. 24 24 '''WARN''':: Log warnings, non-interrupting events. 25 25 '''INFO''':: Diagnostic information, log information about all processing.