any way to log tracebacks on a single line w/ mod python?

Ling Bao <[email protected]> Mon, 25 Jan 2010 03:02:47 -0800
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
Mod Python seems to log tracebacks on multiple lines in the apache logs.
This can make it tough to setup simple monitoring alert emails w/ standard
tools like monit that alert developers when N distinct ERROR's or X distinct
WARNINGS occur w/in a set period of time. These tools can't tell if 5 lines
of apache errors are a single traceback of 5 distinct error entries.

Is there any way to configure mod python to log a single line per traceback?

_______________________________________________
Mod_python mailing list
[email protected]
http://mailman.modpython.org/mailman/listinfo/mod_python