Mercurial > p > roundup > code
diff CHANGES.txt @ 5323:762222535a0b
Allow http request logs to be logged using the python logging module
so the user can log these entries to a rotating log file.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 25 May 2018 21:23:44 -0400 |
| parents | 4566360871dc |
| children | db8659c4e8eb |
line wrap: on
line diff
--- a/CHANGES.txt Sat May 12 21:28:02 2018 -0400 +++ b/CHANGES.txt Fri May 25 21:23:44 2018 -0400 @@ -230,6 +230,10 @@ non-retired items) or True (for finding only retired items). - Requires Python 2.7 now, indicated in version_check.py and doc/installation.txt. (Bernhard Reiter) +- New -L flag to roundup-server to send http/https request logs + through the python logger module (using roundup.http). This allows + automatic log rotation. Without it, log file rotation requires restarting + the server. (John Rouillard) Fixed:
