Details
Description
It seems that log_info does not log to syslog. To reproduce, simply configure MaxScale with the following:
[maxscale]
|
threads=4
|
syslog=1
|
maxlog=1
|
#log_to_shm=1
|
log_warning=1
|
log_notice=1
|
log_info=1
|
You will see log_info messages in the maxlog file, but not in syslog.