Skip to content

Commit 4bc82ef

Browse files
committed
Changed default loglevel to info
1 parent 0648347 commit 4bc82ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloadMagazines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logFile = Path("./mag.log")
1818

1919
# Set up logging
20-
desiredLogLevel = logging.DEBUG
20+
desiredLogLevel = logging.INFO
2121
logger = logging.getLogger('Logger for magazine download program')
2222
logger.setLevel(desiredLogLevel) #Pass all message levels to the handlers by default
2323

0 commit comments

Comments
 (0)