summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/graph.c
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2017-02-08 15:21:46 -0500
committerJeff Darcy <jdarcy@redhat.com>2017-02-10 08:17:25 -0500
commit3ec11e0d2fbff4e8e8cbda0aac6d7b4603722e48 (patch)
tree642d8c625698e72158a33897f4d9b7a0fa9d2cc6 /libglusterfs/src/graph.c
parente02c418ebf2b25cbefc3de83b6fc84215e5917b7 (diff)
libglusterfs+changetimerecorder: reduce log noise
The logging about translator options is so verbose that it significantly slows down scalability tests - sometimes even to the point where it induces timing-related failures. Quiet, please. Change-Id: If0766e2a80746bba586e67e6019ff7084d68b425 Signed-off-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-on: https://review.gluster.org/16569 Smoke: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com> Reviewed-by: Milind Changire <mchangir@redhat.com>
Diffstat (limited to 'libglusterfs/src/graph.c')
-rw-r--r--libglusterfs/src/graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c
index b090f8a3554..47f473a580f 100644
--- a/libglusterfs/src/graph.c
+++ b/libglusterfs/src/graph.c
@@ -261,7 +261,7 @@ gf_add_cmdline_options (glusterfs_graph_t *graph, cmd_args_t *cmd_args)
cmd_option->key,
cmd_option->value);
if (ret == 0) {
- gf_msg (trav->name, GF_LOG_INFO, 0,
+ gf_msg (trav->name, GF_LOG_TRACE, 0,
LG_MSG_VOL_OPTION_ADD,
"adding option '%s' for "
"volume '%s' with value '%s'",