Make service and monitor permissions checks optional

MaxScale shouldn't require the service and monitor user checks. It makes
sense to disable the checks to speed up the startup process when the user
knows that the permissions are OK.
This commit is contained in:
Markus Makela
2016-09-13 21:22:36 +03:00
parent ff7634113b
commit e01b4a33fd
5 changed files with 22 additions and 1 deletions

View File

@ -113,6 +113,15 @@ Enable or disable the high precision timestamps in logfiles. Enabling this adds
ms_timestamp=1
```
#### `skip_permission_checks`
Skip service and monitor user permission checks. This is useful when
you know the permissions are OK and you want to speed up the startup
process.
It is recommended to leave the permission checks on so that any
missing privileges are detected when maxscale is starting up.
#### `syslog`
Enable or disable the logging of messages to *syslog*.