Mercurial > p > roundup > code
diff CHANGES.txt @ 7726:6f66d74d37f3
Add configurable logging for REST
We now log status code and error message for failing REST requests.
Introduces new config item rest_logging in section [web].
Fixes (part of) issue2551274.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 17 Jan 2024 17:07:23 +0100 |
| parents | 3071db43bfb6 |
| children | 67438e439da8 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jan 02 11:32:37 2024 -0500 +++ b/CHANGES.txt Wed Jan 17 17:07:23 2024 +0100 @@ -107,6 +107,9 @@ - issue2550852 - support for specifying a PostgreSQL schema to use for the Roundup database. (Patch by Stuart McGraw; slight modifications, tests, docs: John Rouillard). +- issue2551274: add configurable logging for REST API when something + fails, we now log status code and error message. + (Ralf Schlatterbeck) 2023-07-13 2.3.0
