Skip to content

Commit 9cd038c

Browse files
author
Kareem Zidane
committed
rename logger to cs50
1 parent 74f03f0 commit 9cd038c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cs50/sql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# Configure logger
7-
_logger = logging.getLogger(__name__)
7+
_logger = logging.getLogger("cs50")
88
_logger.setLevel(logging.DEBUG)
99

1010
# Log messages once

0 commit comments

Comments
 (0)