Reduce readwritesplit debug verbosity
Moved the LOG_RS output down to debug level. The output is not useful for the end users.
This commit is contained in:
@ -119,7 +119,7 @@ enum ld_state
|
|||||||
(SERVER_IS_SLAVE((b)->backend_server) ? BE_SLAVE : BE_UNDEFINED));
|
(SERVER_IS_SLAVE((b)->backend_server) ? BE_SLAVE : BE_UNDEFINED));
|
||||||
|
|
||||||
/** Reply state change debug logging */
|
/** Reply state change debug logging */
|
||||||
#define LOG_RS(a, b) MXS_INFO("%s %s -> %s", (a)->uri(), \
|
#define LOG_RS(a, b) MXS_DEBUG("%s %s -> %s", (a)->uri(), \
|
||||||
rstostr((a)->get_reply_state()), rstostr(b));
|
rstostr((a)->get_reply_state()), rstostr(b));
|
||||||
|
|
||||||
struct ROUTER_INSTANCE;
|
struct ROUTER_INSTANCE;
|
||||||
|
Reference in New Issue
Block a user