From 33608f50c5ea1a34d5b5529bcfd6178c98e1cf5f Mon Sep 17 00:00:00 2001 From: Nithya Balachandran Date: Thu, 26 Mar 2015 16:29:04 +0530 Subject: cluster/dht: Changed log level to DEBUG Changing log level from GF_LOG_INFO to GF_LOG_DEBUG to prevent logs getting flooded. This is the same fix as addressed by: http://review.gluster.org/#/c/8621 Change-Id: I6fa04a848fe1aa5829c7c74d2ef9a5636d2dbda4 BUG: 1206120 Signed-off-by: Nithya Balachandran Reviewed-on: http://review.gluster.org/10008 Reviewed-by: Humble Devassy Chirammal Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System --- xlators/cluster/dht/src/dht-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 022a1a5f25d..3e1f00a6b01 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -994,7 +994,7 @@ dht_lookup_everywhere_done (call_frame_t *frame, xlator_t *this) return 0; } - gf_log (this->name, GF_LOG_INFO, "STATUS: hashed_subvol %s " + gf_log (this->name, GF_LOG_DEBUG, "STATUS: hashed_subvol %s " "cached_subvol %s", (hashed_subvol == NULL)?"null":hashed_subvol->name, (cached_subvol == NULL)?"null":cached_subvol->name); -- cgit