diff options
| author | Dan Engelbrecht <[email protected]> | 2023-09-25 14:12:31 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-09-25 14:12:31 +0200 |
| commit | 37aec5809ccb514814cec36e4b53f366fddc9c90 (patch) | |
| tree | 4532bac32ff54cb4ba97013d7b7ab46662c4d577 | |
| parent | 0.2.24-pre0 (diff) | |
| download | zen-37aec5809ccb514814cec36e4b53f366fddc9c90.tar.xz zen-37aec5809ccb514814cec36e4b53f366fddc9c90.zip | |
corrected changelog
| -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 |