Dear developers,
i use logging module in mod_python environment
according to the following standard scheme:
logger = logging.getLogger(logger_name)
fh = logging.FileHandler(log_path)
logger.addHandler(fh)
and after some http server idle time i get 2 identical records in the
log file,
3 rec
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ]
Boyan Boyadjiev updated MODPYTHON-77:
-
Attachment: mod_python.h.diff
mod_python.c.diff
mod_python.h.diff and mod_python.c.diff attached:
Changes:
1. Added some comments re
[
http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12322710
]
Graham Dumpleton commented on MODPYTHON-77:
---
I worked out what was going on a few days ago, but first time with Internet
access since. :-(
I agree that what is b