Mercurial > p > roundup > code
diff CHANGES.txt @ 5939:94c415c7cd36
Make gunicorn --access-logfile work with custom logging config
Added config option to keep/delete previous logging config. Needed to
make gunicorn --access-logfile work as it uses python logfile module
too.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 21 Oct 2019 20:53:08 -0400 |
| parents | b40059d7036f |
| children | 573b688fffeb |
line wrap: on
line diff
--- a/CHANGES.txt Sun Oct 20 21:13:29 2019 -0400 +++ b/CHANGES.txt Mon Oct 21 20:53:08 2019 -0400 @@ -191,7 +191,9 @@ can affect calls using requests package or curl. A roundup admin would have to write detectors/extensions that use these mechanisms. Not exploitable in default config. (John Rouillard) - +- Add config option to keep/delete previous logging config. Needed to + make gunicorn --access-logfile work as it uses python logfile module + too. 2018-07-13 1.6.0
