summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)Nikita Sobolev2024-02-011-21/+22
* gh-113350: Improve the wording of python logging docs to remove an ambiguity ...Vaishnavi Maheshwari2023-12-271-3/+2
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-1/+1
* 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
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* [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. (GH-93...Moshe Kaplan2022-05-311-1/+1
* 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 lib...Yuxin Wu2022-02-261-0/+7
* bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)Harry2021-03-291-1/+0
* [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… (GH-...Vinay Sajip2019-06-171-1/+10
* bpo-35781: Changed references to deprecated 'warn' method in logging document...yuji38kwmt2019-01-231-2/+2
* bpo-35722: Updated the documentation for the 'disable_existing_loggers' param...Géry Ogam2019-01-231-5/+5
* 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
* 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
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...Vinay Sajip2018-05-041-3/+3
* 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
* 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
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* 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 DatagramH...Vinay Sajip2013-09-271-2/+2
|/
* Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-161-29/+34
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* 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 mis...Vinay Sajip2013-01-081-4/+4
* Issue #16884: updated logging documentation to include lastResort and use 'no...Vinay Sajip2013-01-071-7/+8
* 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