summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-98731: Improvements to the logging documentation (GH-101618) ↵Miss Islington (bot)2024-03-131-77/+41
| | | | | (GH-116734) (cherry picked from commit 7f418fb111dec325b5c9fe6f6e96076049322f02)
* [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) ↵Hugo van Kemenade2024-02-011-21/+22
| | | | | | (#114878) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-241-1/+1
| | | | | | gh-109634: Use :samp: role (GH-109635) (cherry picked from commit 92af0cc580051fd1129c7a86af2cbadeb2aa36dc) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* gh-103960: Dark mode: invert image brightness (#103983)Hugo van Kemenade2023-05-101-0/+1
|
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-5/+5
| | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵Ned Batchelder2022-07-051-1/+1
| | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
* [doc] Improve discoverability of links between logging documents. (GH-93405)Vinay Sajip2022-06-011-0/+8
|
* [doc] logging.rst - Change link to point directly to the Google Group. ↵Moshe Kaplan2022-05-311-1/+1
| | | | (GH-93390)
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-261-0/+3
|
* gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)Nicolas Haller2022-05-231-4/+5
|
* [doc] Add a note in howto/logging.rst about "do not log to root logger in ↵Yuxin Wu2022-02-261-0/+7
| | | | libraries" (GH-31271)
* bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)Harry2021-03-291-1/+0
| | | | | [bpo-43648](): Remove redundant datefmt option in logging file config Automerge-Triggered-By: GH:vsajip
* [doc] Update documentation on logging optimization. (GH-22075)Vinay Sajip2020-09-031-14/+16
|
* PyPy already supports Python 3 (GH-18774)Slam2020-03-061-2/+1
|
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… ↵Vinay Sajip2019-06-171-1/+10
| | | | (GH-14008)
* bpo-35781: Changed references to deprecated 'warn' method in logging ↵yuji38kwmt2019-01-231-2/+2
| | | | documentation in favour of 'warning' (GH-11654)
* bpo-35722: Updated the documentation for the 'disable_existing_loggers' ↵Géry Ogam2019-01-231-5/+5
| | | | parameter (GH-11525)
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-1/+1
|
* Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)Rémy HUBSCHER2018-09-101-3/+3
| | | This reverts commit 10b59f1b019cd00c940dd7f4a74c4f667a20f25f.
* Fix misindented yaml in logging how to example (GH-8604)Rémy HUBSCHER2018-08-121-3/+3
|
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
| | | | 85% of them are already links.
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO ↵Vinay Sajip2018-05-041-3/+3
| | | | 8601. (GH-6702)
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-10/+30
|
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
| | | Fixes some redirection links in docs.
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-3/+3
|
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-5/+12
| | | | Patch by Julien Palard.
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
| | | | Original patch by James Edwards.
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-1/+1
| | | | to SilentGhost for the patch.
* Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
|
* Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+15
|
* Merged documentation update from 3.3.Vinay Sajip2014-01-151-1/+1
|\
| * Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-151-1/+1
| |
* | Merged minor documentation update from 3.3.Vinay Sajip2013-12-061-1/+2
|\ \ | |/
| * Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
| |
* | logging: added support for Unix domain sockets to SocketHandler and ↵Vinay Sajip2013-09-271-2/+2
|/ | | | DatagramHandler.
* Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-161-29/+34
|
* Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+2
| | | | otherwise are cut off or have overlapping text.
* Updated logging HOWTO with a diagram.Vinay Sajip2013-01-221-0/+10
|
* Issue #16884: Updated docs to use 'note' directives in a couple of places ↵Vinay Sajip2013-01-081-4/+4
| | | | missed earlier.
* Issue #16884: updated logging documentation to include lastResort and use ↵Vinay Sajip2013-01-071-7/+8
| | | | 'note' directives where appropriate.
* Updated logging reference and HOWTO.Vinay Sajip2012-04-101-0/+16
|
* Closes #12906: Fixed bug in YAML configuration.Vinay Sajip2011-09-061-1/+1
|
* Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-011-3/+3
|
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-5/+5
|
* logging HOWTO: fixed markup for numbered handler list.Vinay Sajip2011-01-041-19/+15
|
* Added logging documentation cross-references.Vinay Sajip2010-12-261-0/+13
|
* Logging documentation updates.Vinay Sajip2010-12-221-41/+42
|
* Logging documentation reorganised.Vinay Sajip2010-12-191-0/+1016