diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9416509..ab9012d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ ## +- Feature: New endpoint `/admin/logs` to query status of logging and log file locations and cache logging + - `enablewritelog`=`true`/`false` parameter to control cache write logging + - `enableaccesslog`=`true`/`false` parameter to control cache access logging + - `loglevel` = `trace`/`debug`/`info`/`warning`/`error` +- Feature: New zen command `logs` to query/control zen logging + - No arguments gives status of logging and paths to log files + - `--cache-write-log` `enable`/`disable` to control cache write logging + - `--cache-access-log` `enable`/`disable` to control cache access logging + - `--loglevel` `trace`/`debug`/`info`/`warning`/`error` to set debug level - Feature: Add endpoint for controlling Insights tracing - GET `/admin/trace` to query if tracing is currently running or not - POST `/admin/trace/start` to start tracing |