From 14c622976bcc30bbd76e420dc220c005ea786135 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Wed, 8 Feb 2017 15:21:46 -0500 Subject: 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. Backport of: > Change-Id: If0766e2a80746bba586e67e6019ff7084d68b425 > Reviewed-on: https://review.gluster.org/16569 Change-Id: I65117e69427ce1d6a2490832c5c9ab57ee29004e Signed-off-by: Jeff Darcy Reviewed-on: https://review.gluster.org/16599 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Shyamsundar Ranganathan --- libglusterfs/src/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/graph.c') 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'", -- cgit