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:
Markus Mäkelä
2017-06-23 13:53:14 +03:00
parent 16201592a2
commit 8ed16fd9d2

View File

@ -119,7 +119,7 @@ enum ld_state
(SERVER_IS_SLAVE((b)->backend_server) ? BE_SLAVE : BE_UNDEFINED));
/** 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));
struct ROUTER_INSTANCE;