We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca0eef commit c5a8f55Copy full SHA for c5a8f55
1 file changed
tg_bot/__init__.py
@@ -7,7 +7,7 @@
7
# enable logging
8
logging.basicConfig(
9
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
10
- level=logging.INFO)
+ level=logging.DEBUG)
11
12
LOGGER = logging.getLogger(__name__)
13
0 commit comments