Roundup Tracker - Issues

Message1836

Author anonymous
Recipients
Date 2005-01-24.19:38:23
Message-id
In-reply-to
Using roundup 0.80b2

When I tried to turn on logging to try and figure out
the back end I made and bigger mess and roundup choked
on startup with File
"C:\Python23\Lib\site-packages\roundup\configuration.py",
line 1076, in init_logging
    _logging.fileConfig(_file)
AttributeError: 'module' object has no attribute
'fileConfig'

I use a slightly modified version of the logging config
example from
http://www.python.org/doc/2.3/lib/node299.html 

I've never used python logging before and not sure if
what I setup was correct.

here is the contents of my config.ini file:
[logging]
config = pythonLogging.cfg
filename = logs\roundupDebug.log
level = DEBUG

regards,
greg_w_moore@ctb.com
History
Date User Action Args
2009-02-03 14:21:10adminlinkissue1108577 messages
2009-02-03 14:21:10admincreate