summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/gfdb/gfdb_sqlite3.c
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2017-02-08 15:21:46 -0500
committerShyamsundar Ranganathan <srangana@redhat.com>2017-02-10 14:23:08 -0500
commit14c622976bcc30bbd76e420dc220c005ea786135 (patch)
tree529e17a01766ad4a8c8085c72e59b671cb690310 /libglusterfs/src/gfdb/gfdb_sqlite3.c
parente9ca84fc977817b2709ab553837dd0d49a23ad34 (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. Backport of: > Change-Id: If0766e2a80746bba586e67e6019ff7084d68b425 > Reviewed-on: https://review.gluster.org/16569 Change-Id: I65117e69427ce1d6a2490832c5c9ab57ee29004e Signed-off-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-on: https://review.gluster.org/16599 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>
Diffstat (limited to 'libglusterfs/src/gfdb/gfdb_sqlite3.c')
-rw-r--r--libglusterfs/src/gfdb/gfdb_sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/gfdb/gfdb_sqlite3.c b/libglusterfs/src/gfdb/gfdb_sqlite3.c
index 4284ed9a69d..70e38855fde 100644
--- a/libglusterfs/src/gfdb/gfdb_sqlite3.c
+++ b/libglusterfs/src/gfdb/gfdb_sqlite3.c
@@ -1399,7 +1399,7 @@ gf_sqlite3_set_pragma (void *db_conn, char *pragma_key, char *pragma_value)
gf_msg (GFDB_STR_SQLITE3, GF_LOG_ERROR, 0, LG_MSG_QUERY_FAILED,
"Failed to get %s pragma", pragma_key);
} else {
- gf_msg (GFDB_STR_SQLITE3, GF_LOG_INFO, 0, 0,
+ gf_msg (GFDB_STR_SQLITE3, GF_LOG_TRACE, 0, 0,
"Value set on DB %s : %s", pragma_key, db_pragma_value);
}
GF_FREE (db_pragma_value);