We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ef4b4 commit b30dc14Copy full SHA for b30dc14
tests/test_application.py
@@ -20,7 +20,7 @@
20
with open(CONFIG_FILE) as conf:
21
CONFIG = json.load(conf)
22
23
-logger = logging.getLogger(__file__)
+logger = logging.getLogger(__name__)
24
logging.basicConfig(level=logging.DEBUG)
25
26
0 commit comments