From 4f0fc6671f6625bbea1a297a669954188109887d Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 28 Jan 2021 16:51:50 -0800 Subject: [PATCH] Use vlogging's main_fallback name feature. --- hnarchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnarchive.py b/hnarchive.py index d265df1..fe65f04 100644 --- a/hnarchive.py +++ b/hnarchive.py @@ -12,7 +12,7 @@ from voussoirkit import sqlhelpers from voussoirkit import threadpool from voussoirkit import vlogging -log = vlogging.getLogger(__name__) +log = vlogging.getLogger(__name__, 'hnarchive') VERSION = 1