You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: docs/migrating.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -933,6 +933,17 @@ The following methods have been changed:
933
933
- :meth:`Webhook.send`
934
934
- :meth:`abc.GuildChannel.set_permissions`
935
935
936
+
Logging Changes
937
+
----------------
938
+
939
+
The library now provides a default logging configuration if using :meth:`Client.run`. To disable it, pass ``None`` to the ``log_handler`` keyword parameter. Since the library now provides a default logging configuration, certain methods were changed to no longer print to :data:`sys.stderr` but use the logger instead:
0 commit comments