Skip to content

Commit

Permalink
change setlevel logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrismanaziz authored Feb 13, 2022
1 parent dace35c commit 59b9a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
logging.StreamHandler(),
],
)
logging.getLogger("pyrogram").setLevel(logging.WARNING)
logging.getLogger("pyrogram").setLevel(logging.ERROR)


def LOGGER(name: str) -> logging.Logger:
Expand Down

0 comments on commit 59b9a1b

Please sign in to comment.