Changelog
=========

1.2 (2015-10-06)
----------------

- Add support for multiple zthreads and log mysql queries.
- Output only 1 line to log if the rest does not change. This prevents a
  stuck thread from flooding logs by repeating the same traceback forever.
- longrequestlogger_file=null has no special meaning anymore
  and would create a 'null' file.
- Drop compatibility with Python < 2.6

1.1 (2012-09-10)
----------------

- Integrate the logging mechanism with Zope's signal handling and ZConfig's
  rotating file handler so that USR2 signals will cause the long request log
  to get reopened analogous to the access and event log.

1.0 (2010-10-28)
----------------

- Initial release