diff options
author | Nithya Balachandran <nbalacha@redhat.com> | 2015-03-26 16:29:04 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-03-26 04:41:33 -0700 |
commit | 33608f50c5ea1a34d5b5529bcfd6178c98e1cf5f (patch) | |
tree | 9985d38d7da48bea90b27d070e4c0572464945e4 | |
parent | fcd46d8e8f72ef076088896d9e3cc2b2bc6bd972 (diff) |
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 <nbalacha@redhat.com>
Reviewed-on: http://review.gluster.org/10008
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |