From faaf33918d0eebcd4f43ebe1bad7a00685b2e999 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Wed, 16 Sep 2015 15:44:50 +0200 Subject: [PATCH] Binlog Identity is logged with MESSAGE Binlog Identity is logged with MESSAGE --- server/modules/routing/binlog/blr_master.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/modules/routing/binlog/blr_master.c b/server/modules/routing/binlog/blr_master.c index 20221b0ce..e74208791 100644 --- a/server/modules/routing/binlog/blr_master.c +++ b/server/modules/routing/binlog/blr_master.c @@ -2128,16 +2128,16 @@ static void blr_log_identity(ROUTER_INSTANCE *router) { /* MariaDB 5.5 and MariaDB don't have the MASTER_UUID var */ if (master_uuid == NULL) { - LOGIF(LT, (skygw_log_write_flush( - LOGFILE_TRACE, + LOGIF(LM, (skygw_log_write_flush( + LOGFILE_MESSAGE, "%s: identity seen by the slaves: " "server-id: %d, hostname: %s, MySQL version: %s", router->service->name, router->masterid, (master_hostname == NULL ? "not available" : master_hostname), (master_version == NULL ? "not available" : master_version)))); } else { - LOGIF(LT, (skygw_log_write_flush( - LOGFILE_TRACE, + LOGIF(LM, (skygw_log_write_flush( + LOGFILE_MESSAGE, "%s: identity seen by the slaves: " "server-id: %d, uuid: %s, hostname: %s, MySQL version: %s", router->service->name,