Skip to content

Commit d3ad662

Browse files
committed
Add logger back
1 parent ee14acf commit d3ad662

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def is_installed():
9999
level=logging.DEBUG
100100
)
101101

102+
logger = logging.getLogger(__name__)
103+
102104
## Custom except hook to log all errors ----------------------
103105

104106
def my_excepthook(type_, value, tback):

0 commit comments

Comments
 (0)