Details
Description
The "documented" syntax for configuring the parameter is not accepted when used with MaxCtrl:
maxctrl alter maxscale log_throttling=1,2s,3s
|
Error: Server at http://127.0.0.1:8989 responded with 400 Bad Request to `PATCH maxscale`
|
{
|
"errors": [
|
{
|
"detail": "log_throttling: Expected a json object, but got a json string."
|
}
|
]
|
}
|
This is because parameter expects a JSON object and is lacking the string conversion fallback.