Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5
-
None
Description
Currently maxctrl alter maxscale syslog true|false is not supported during runtime.
maxscale-2.5.7
|
[root@maxscale maxscale]# maxctrl alter maxscale syslog false
|
OK
|
[root@maxscale maxscale]# maxctrl show logging
|
┌────────────────────┬────────────────────────────────┐
|
│ Current Log File │ /var/log/maxscale/maxscale.log │
|
├────────────────────┼────────────────────────────────┤
|
│ Enabled Log Levels │ alert │
|
│ │ error │
|
│ │ warning │
|
│ │ notice │
|
│ │ info │
|
├────────────────────┼────────────────────────────────┤
|
│ Parameters │ { │
|
│ │ "highprecision": false, │
|
│ │ "log_debug": false, │
|
│ │ "log_info": true, │
|
│ │ "log_notice": true, │
|
│ │ "log_warning": true, │
|
│ │ "maxlog": true, │
|
│ │ "syslog": true, │
|
│ │ "throttling": { │
|
│ │ "count": 10, │
|
│ │ "suppress_ms": 10000, │
|
│ │ "window_ms": 1000 │
|
│ │ } │
|
│ │ } │
|
└────────────────────┴────────────────────────────────┘
|
|