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 1a3041c commit 7955bacCopy full SHA for 7955bac
1 file changed
alembic/runtime/plugins.py
@@ -18,7 +18,7 @@
18
_all_plugins = {}
19
20
21
-log = logging.getLogger("__name__")
+log = logging.getLogger(__name__)
22
23
24
class Plugin:
0 commit comments