zopefoundation / Products.LongRequestLogger

Dump stack traces of long running requests of a Zope2 instance to a log file
Other
3 stars 6 forks source link

dumper: do never repeat request information, traceback or SQL query i… #3

Closed jmuchemb closed 7 years ago

jmuchemb commented 7 years ago

…f unchanged

The body of a log consists in 3 pieces of information:

This commit goes further than 22d7f0905a18f1445fa785ac4e0cba486e7550c2, by not repeating any of the above 3 parts if any other changes.

This is particularly useful for the request information or the SQL query because they can be huge while remaining the same for a long time.

leorochael commented 7 years ago

@jmuchemb, thank you for the improvements, and the release to PyPI