Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
$ cat /etc/maxscale.cnf | head -4 |
[maxscale]
|
threads=4 |
magic_switch_go_faster=1 |
|
$ service maxscale start
|
Starting MaxScale: maxscale (pid 2329) is running... [ OK ] |
|
$ cat /var/log/maxscale/maxscale.log | egrep -i "magic|unknown|existing" |
$
|
|
In this way we are not sure if a variable is not picked up or it does not exist (/exist any more).
I think it should either error on start or print a warning in the log.