From fa979753d9fe27c6338a0d384d0f183ea716003d Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Tue, 12 Jul 2011 21:59:24 +0200 Subject: gsyncd: log exit properly Change-Id: Iedd8c0ce9dec2d8dcb01e0e5b409cb53185b1716 BUG: 2778 Reviewed-on: http://review.gluster.com/82 Tested-by: Gluster Build System Reviewed-by: Kaushik BV --- xlators/features/marker/utils/syncdaemon/gsyncd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xlators/features/marker/utils/syncdaemon/gsyncd.py') diff --git a/xlators/features/marker/utils/syncdaemon/gsyncd.py b/xlators/features/marker/utils/syncdaemon/gsyncd.py index a502c200998..313bfdb0ae5 100644 --- a/xlators/features/marker/utils/syncdaemon/gsyncd.py +++ b/xlators/features/marker/utils/syncdaemon/gsyncd.py @@ -92,6 +92,7 @@ def startup(**kw): else: lkw['filename'] = kw['log_file'] GLogger.setup(label=kw.get('label'), **lkw) + gconf.log_exit = True def main(): signal.signal(signal.SIGTERM, lambda *a: finalize(*a, **{'exval': 1})) @@ -298,8 +299,6 @@ def main_i(): os.close(ffd) local.service_loop(*[r for r in [remote] if r]) - logging.info("exiting.") - if __name__ == "__main__": main() -- cgit