From a3aa143fa3a7fab195548ee796c6afc6c4479330 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sun, 19 Feb 2012 17:15:52 +0100 Subject: [PATCH] useless --- gunicorn/glogging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gunicorn/glogging.py b/gunicorn/glogging.py index 1edc7af5..6685866f 100644 --- a/gunicorn/glogging.py +++ b/gunicorn/glogging.py @@ -101,7 +101,6 @@ class Logger(object): fmt=logging.Formatter(self.access_fmt)) else: if os.path.exists(cfg.logconfig): - util.check_is_writeable(cfg.logconfig) fileConfig(cfg.logconfig) else: raise RuntimeError("Error: log config '%s' not found" % path)