summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/gfdb/gfdb_data_store_types.h
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/gfdb/gfdb_data_store_types.h
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/gfdb/gfdb_data_store_types.h')
-rw-r--r--libglusterfs/src/gfdb/gfdb_data_store_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/gfdb/gfdb_data_store_types.h b/libglusterfs/src/gfdb/gfdb_data_store_types.h
index 02b7aa0fd33..3add890b047 100644
--- a/libglusterfs/src/gfdb/gfdb_data_store_types.h
+++ b/libglusterfs/src/gfdb/gfdb_data_store_types.h
@@ -579,7 +579,7 @@ typedef struct gfdb_connection {
data = dict_get (params_dict, param_key);\
if (!data) {\
str_value = _default_v;\
- gf_msg (comp_name, GF_LOG_WARNING, 0,\
+ gf_msg (comp_name, GF_LOG_TRACE, 0,\
LG_MSG_GET_PARAM_FAILED, "Failed to retrieve "\
"%s from params.Assigning default value: %s",\
param_key, _default_v);\