Skip to content

Commit c92d009

Browse files
committed
level to warn
1 parent c88bfbb commit c92d009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import secret
66

77
stdout_handler = logging.StreamHandler(sys.stdout)
8-
stdout_handler.setLevel(logging.INFO)
8+
stdout_handler.setLevel(logging.WARN)
99
logging.basicConfig(level=logging.DEBUG, handlers=[stdout_handler])
1010

1111
logger = logging.getLogger('main')

0 commit comments

Comments
 (0)