MXS-2005: Remove logging to shared memory

The feature was rarely used and was only useful in extremely rare
cases. The functionality can still be emulated, if for some reason needed,
by pointing `logdir` to `/dev/shm` or another tmpfs mount.
This commit is contained in:
Markus Mäkelä
2018-08-10 23:18:54 +03:00
parent 4fdec4d1f3
commit 32b1711684
6 changed files with 24 additions and 49 deletions

View File

@ -250,7 +250,6 @@ typedef struct
unsigned int pollsleep; /**< Wait time in blocking polls */
int syslog; /**< Log to syslog */
int maxlog; /**< Log to MaxScale's own logs */
int log_to_shm; /**< Write log-file to shared memory */
unsigned int auth_conn_timeout; /**< Connection timeout for the user authentication */
unsigned int auth_read_timeout; /**< Read timeout for the user authentication */
unsigned int auth_write_timeout; /**< Write timeout for the user authentication */