Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-166
Description
Currently after enabling* log_info=1* under [maxscale] section only display information about maintenance mode.
Command :
maxctrl set server vmc_c maintenance
|
maxctrl clear server vmc_c maintenance
|
|
Output :-
2022-03-10 23:40:53 info : Accept authentication from 'admin', using password. Request: /v1/servers/vmc_c/set
|
2022-03-10 23:41:12 info : Accept authentication from 'admin', using password. Request: /v1/servers/vmc_c/clear
|
2022-03-10 23:41:18 info : Accept authentication from 'admin', using password. Request: /v1/servers
|
|
This can be changed to default without enabling log_info=1 for exact message to be logged as it doesn't tell what state the server was put into.