Remove log_to_shm

The feature was removed in 2.3 and was ignored if configured.
This commit is contained in:
Markus Mäkelä
2019-05-06 08:58:39 +03:00
parent 20a7170024
commit 5ac24de6b0
7 changed files with 8 additions and 29 deletions

View File

@ -312,8 +312,7 @@ location where the log files are stored.
"log_warning": true,
"log_notice": true,
"log_info": true,
"log_debug": false,
"log_to_shm": false
"log_debug": false
},
"log_file": "/home/markusjm/build/log/maxscale/maxscale.log",
"log_priorities": [
@ -336,8 +335,7 @@ PATCH /v1/maxscale/logs
```
Update logging parameters. The request body must define updated values for the
`data.attributes.parameters` object. All logging parameters apart from
`log_to_shm` can be altered at runtime.
`data.attributes.parameters` object. All logging parameters can be altered at runtime.
#### Response