Edgewall Software

Changes between Version 8 and Version 9 of TracLogging


Ignore:
Timestamp:
Nov 25, 2006, 7:29:04 PM (17 years ago)
Author:
Christian Boos
Comment:

TracIni#logging-section links added

Legend:

Unmodified
Added
Removed
Modified
  • TracLogging

    v8 v9  
    44Trac supports logging of system messages using the standard [http://docs.python.org/lib/module-logging.html logging module] that comes with Python.
    55
    6 Logging is configured in the {{{[logging]}}} section in [wiki:TracIni trac.ini].
     6Logging is configured in the {{{[logging]}}} section in [wiki:TracIni#logging-section trac.ini].
    77
    88== Supported Logging Methods ==
     
    1010The log method is set using the `log_type` configuration option, which takes any of the following values:
    1111 '''none'':: Suppress all log messages.
    12  '''file''':: Log messages to a file, specified with the `log_file` option in [wiki:TracIni trac.ini].
     12 '''file''':: Log messages to a file, specified with the `log_file` option in [wiki:TracIni#logging-section trac.ini].
    1313 '''stderr''':: Output all log entries to console ([wiki:TracStandalone tracd] only).
    1414 '''syslog''':: (UNIX) Send messages to local syslogd via named pipe `/dev/log`.
     
    1717== Log Levels ==
    1818
    19 The verbosity level of logged messages can be set using the ''log_level'' directive in [wiki:TracIni trac.ini]. The log level defines the minimum level of urgency required for a message to be logged.
     19The verbosity level of logged messages can be set using the ''log_level'' directive in [wiki:TracIni#logging-section trac.ini]. The log level defines the minimum level of urgency required for a message to be logged.
    2020
    2121The levels are: