Changes between Version 2 and Version 3 of TracLogging


Ignore:
Timestamp:
2020-11-30T10:34:48-04:00 (3 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracLogging

    v2 v3  
    22[[TracGuideToc]]
    33
    4 Trac supports logging of system messages using Python's [http://docs.python.org/library/logging.html logging module].
     4Trac supports logging of system messages using Python's [https://docs.python.org/2/library/logging.html logging module].
    55
    66Logging is configured in the [TracIni#logging-section "[logging]"] section of TracIni.
     
    2121
    2222 '''CRITICAL''':: Log only the most critical (typically fatal) errors.
    23  '''ERROR''':: Log failures, bugs and errors. 
     23 '''ERROR''':: Log failures, bugs and errors.
    2424 '''WARN''':: Log warnings, non-interrupting events.
    2525 '''INFO''':: Diagnostic information, log information about all processing.