Files
Telethon/telethon/client
Lonami Exo 0997e3fa9f Remove _log_exc workaround and NullHandler
It was added back in bfc408b probably due to a misunderstanding of
https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library.

The default behaviour of logging WARNING and above is good and
desirable (hiding unhandled exceptions in update handlers by default
was a big, accidental mistake). NullHandler is used to *prevent*
this good default, so it shouldn't be used in the first place.
2021-02-02 20:47:02 +01:00
..
2019-01-05 17:18:40 +01:00
2020-10-18 21:11:59 +02:00
2020-01-19 13:25:58 +01:00
2021-01-28 19:48:01 +01:00
2021-01-24 01:38:44 +01:00
2021-01-30 10:32:42 +01:00