From 972eb0104f2b93207200c7c3761e65fef589069c Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Wed, 3 Aug 2016 17:52:20 +0530 Subject: geo-rep: Use configured log_level for libgfchangelog logs libgfchangelog was not respecting the log_level configured in Geo-replication. With this patch Libgfchangelog log level can be configured using `config changelog_log_level TRACE`. Default Changelog log level is INFO > Reviewed-on: http://review.gluster.org/15078 > Smoke: Gluster Build System > NetBSD-regression: NetBSD Build System > CentOS-regression: Gluster Build System > Reviewed-by: Kotresh HR BUG: 1374606 Change-Id: Ida714931129f6a1331b9d0815da77efcb2b898e3 Signed-off-by: Aravinda VK Reviewed-on: http://review.gluster.org/15449 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Saravanakumar Arumugam CentOS-regression: Gluster Build System --- geo-replication/syncdaemon/master.py | 1 - 1 file changed, 1 deletion(-) (limited to 'geo-replication/syncdaemon/master.py') diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py index 80c4d9d8b95..796b9806f3a 100644 --- a/geo-replication/syncdaemon/master.py +++ b/geo-replication/syncdaemon/master.py @@ -673,7 +673,6 @@ class GMasterChangelogMixin(GMasterCommon): # maximum retries per changelog before giving up MAX_RETRIES = 10 - CHANGELOG_LOG_LEVEL = 9 CHANGELOG_CONN_RETRIES = 5 def archive_and_purge_changelogs(self, changelogs): -- cgit