summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rw-r--r--check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 0eff258..bae332e 100644
--- a/check.py
+++ b/check.py
@@ -18,7 +18,7 @@ class GardCheck:
self.url = url.rstrip('/')
if log:
- self.logger = logging.getLogger('')
+ self.logger = logging.getLogger()
else:
self.logger = None