Skip to content

Commit 211fa2b

Browse files
committed
Set default logger to critical (no logging at all)
1 parent 8693f37 commit 211fa2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identify/util/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
LOGGER = colorlog.getLogger('IDENTIFY')
2222
LOGGER.addHandler(handler)
23-
LOGGER.setLevel(logging.DEBUG)
23+
LOGGER.setLevel(logging.CRITICAL)
2424

2525

2626
def set_level(strlevel):

0 commit comments

Comments
 (0)