8000 [3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835) by miss-islington · Pull Request #24835 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835) #24835

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 1 commit into from
Mar 15, 2021
Merged
Changes from all commits
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
[doc] Document logging.basicConfig default format (GH-23710)
Automerge-Triggered-By: GH:vsajip
(cherry picked from commit 35cacce)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
  • Loading branch information
andresdelfino authored and miss-islington committed Mar 13, 2021
commit 5d4756d98e1ecbbd37cf5b2219206250a1a4d12e
4 changes: 3 additions & 1 deletion Doc/library/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,9 @@ functions.
| | to ``'a'``. |
+--------------+---------------------------------------------+
| *format* | Use the specified format string for the |
| | handler. |
| | handler. Defaults to attributes |
| | ``levelname``, ``name`` and ``message`` |
| | separated by colons. |
+--------------+---------------------------------------------+
| *datefmt* | Use the specified date/time format, as |
| | accepted by :func:`time.strftime`. |
Expand Down
0