Skip to content

Commit c5a8f55

Browse files
committed
Logging level temporarily lowered to DEBUG
1 parent aca0eef commit c5a8f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tg_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# enable logging
88
logging.basicConfig(
99
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
10-
level=logging.INFO)
10+
level=logging.DEBUG)
1111

1212
LOGGER = logging.getLogger(__name__)
1313

0 commit comments

Comments
 (0)