8000 gh-95913: Add WhatsNew section for new logging APIs by CAM-Gerlach · Pull Request #98320 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95913: Add WhatsNew section for new logging A 8000 PIs #98320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add missing line break between logging bullet list items
  • Loading branch information
CAM-Gerlach committed Oct 16, 2022
commit d988331ccb8d1526c915e335da1d4bfd76bd2735
1 change: 1 addition & 0 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ logging
to return a mapping from logging level names (e.g. ``'CRITICAL'``)
to the values of their corresponding :ref:`levels` (e.g. ``50``, by default).
(Contributed by Andrei Kulakovin in :gh:`88024`.)

* Added a :meth:`~logging.handlers.SysLogHandler.createSocket` method
to :class:`~logging.handlers.SysLogHandler`, to match
:meth:`SocketHandler.createSocket()
Expand Down
0