Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 2.5.12
-
Component/s: maxctrl
-
Labels: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 │
|
│ │ } │
|
│ │ } │
|
└────────────────────┴────────────────────────────────┘
|
|