mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Change logging severity from INFO to DEBUG
parent
8fffd3ab70
commit
722c11d15f
|
@ -2,7 +2,7 @@ Telethon makes use of the [`logging`](https://docs.python.org/3/library/logging.
|
|||
|
||||
```python
|
||||
import logging
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
```
|
||||
|
||||
You can also use it in your own project very easily:
|
||||
|
|
Loading…
Reference in New Issue
Block a user