diff options
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9012d47..bb9f808bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## - 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 + - `cacheenablewritelog`=`true`/`false` parameter to control cache write logging + - `cacheenableaccesslog`=`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 |