stable
Clone or download
Read-only
request #10868: Logs unhandled exceptions thrown during a REST call
Those exceptions are now logged into a rest_api_log file to help debugging issue encountered with the REST API in production environnements. Change-Id: I37920d0b4b50b25627670aeb7101bf8627934a83
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/REST/RESTLogger.php | +35 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/etc/logrotate.syslog.dist | +7 | −0 | Go to diff View file |
M | src/www/api/index.php | +15 | −1 | Go to diff View file |