Edgewall Software

Changes between Version 3 and Version 4 of TracLogging


Ignore:
Timestamp:
Oct 21, 2004, 3:05:23 AM (20 years ago)
Author:
jacob@…
Comment:

Added note about using the logging package with Python 2.2

Legend:

Unmodified
Added
Removed
Modified
  • TracLogging

    v3 v4  
    22Trac supports logging of system messages using the standard ''logging'' module part of Python 2.3 and newer.
    33'''Warning:''' If you are using a version of Python older than 2.3, log messages will be silently thrown away!
     4
     5If you are using Python 2.2, however, note that the logging package works perfectly under 2.2; you can just copy the entire {{{logging}}} directory from the Python 2.3 lib directory into the Python 2.2 lib directory.
    46
    57== Supported Methods ==