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

@ -484,12 +484,12 @@ disable use the value 0.
#### `log_to_shm`
**Note:** This parameter is deprecated and it is ignored by MaxScale versions
2.3.0 and newer. If you want to store the log in shared memory, define the
directory with `logdir` in `/dev/shm`.
**Note:** This parameter has been removed in 2.4.0: do not use it
In older MaxScale versions, the actual log file was created in `/dev/shm` and a
symbolic link to that file was stored in place of the normal MaxScale log.
In older MaxScale versions, the actual log file was created in `/dev/shm` and
a symbolic link to that file was stored in place of the normal MaxScale log.
If you want to store the log in shared memory, define the directory with
`logdir` in `/dev/shm`.
#### `log_warning`