aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extract_lambda.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract_lambda.py b/src/extract_lambda.py
index 15fe785..6f841b4 100644
--- a/src/extract_lambda.py
+++ b/src/extract_lambda.py
@@ -8,7 +8,7 @@ from datetime import datetime
import re
-logger = logging.getLogger()
+logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
# DB Exception class
git.ajschof.me — hosted by ajschofield — powered by cgit