Message1836
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 |
|
Date |
User |
Action |
Args |
2009-02-03 14:21:10 | admin | link | issue1108577 messages |
2009-02-03 14:21:10 | admin | create | |
|