Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.12
-
CentOS 7
-
MXS-SPRINT-118, MXS-SPRINT-119
Description
i got data from rest api /maxscale/logs
{
|
"data": { |
"attributes": { |
"parameters": { |
"highprecision": false, |
"maxlog": true, |
"syslog": true, |
"throttling": { |
"count": 10, |
"suppress_ms": 10000, |
"window_ms": 1000 |
},
|
"log_warning": true, |
"log_notice": true, |
"log_info": false, |
"log_debug": false |
},
|
"log_file": "/var/log/maxscale/maxscale.log", |
"log_priorities": [ |
"alert", |
"error", |
"warning", |
"notice" |
]
|
},
|
"id": "logs", |
"type": "logs" |
}
|
}
|
whats the data means ?
except log_file