From fe3e541ac559c975f7b27cb07834c572db1c4465 Mon Sep 17 00:00:00 2001 From: Nithya Balachandran Date: Wed, 3 Sep 2014 10:42:47 +0530 Subject: Cluster/DHT: Changing rename log severity Changing log level for a rename message from debug to info to improve debuggability Change-Id: I53031fcf97fffd62095692477330ecde0cf47dcd BUG: 1139998 Signed-off-by: Nithya Balachandran Reviewed-on: http://review.gluster.org/8582 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System Reviewed-on: http://review.gluster.org/8685 Reviewed-by: Kaleb KEITHLEY --- xlators/cluster/dht/src/dht-rename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/cluster/dht/src/dht-rename.c b/xlators/cluster/dht/src/dht-rename.c index 8ea16253898..f1c7d6bce66 100644 --- a/xlators/cluster/dht/src/dht-rename.c +++ b/xlators/cluster/dht/src/dht-rename.c @@ -1152,7 +1152,7 @@ dht_rename (call_frame_t *frame, xlator_t *this, local->dst_hashed = dst_hashed; local->dst_cached = dst_cached; - gf_log (this->name, GF_LOG_TRACE, + gf_log (this->name, GF_LOG_INFO, "renaming %s (hash=%s/cache=%s) => %s (hash=%s/cache=%s)", oldloc->path, src_hashed->name, src_cached->name, newloc->path, dst_hashed->name, -- cgit