summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] [doc] Clarify the nature of the root logger in the `logging` documenta...Miss Islington (bot)2024-05-281-9/+11
* [3.12] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* [3.12] [doc] Update logging documentation to improve grammar and elucidate an...Miss Islington (bot)2024-04-041-7/+8
* [3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-11...Miss Islington (bot)2024-03-131-85/+67
* [3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116...Miss Islington (bot)2024-03-011-0/+36
* [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#11...Hugo van Kemenade2024-02-011-2/+14
* [3.12] Docs: align usage of versionadded/versionchanged with recommended prac...Erlend E. Aasland2024-01-231-6/+6
* [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109...Miss Islington (bot)2023-09-171-1/+1
* [3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...Miss Islington (bot)2023-08-211-0/+8
* [3.12] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108174)Erlend E. Aasland2023-08-201-18/+20
* [3.12] gh-107877: Update logging levels reference table with usage criteria. ...Miss Islington (bot)2023-08-141-15/+33
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-15/+15
* gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1...Amin Alaee2023-03-241-2/+3
* gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...Vinay Sajip2022-09-201-0/+16
* gh-88287: Add BufferingFormatter documentation. (GH-96608)Vinay Sajip2022-09-081-0/+29
* gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)Vinay Sajip2022-08-311-0/+12
* gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)CAM Gerlach2022-08-021-25/+48
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-301-1/+1
* gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701)CAM Gerlach2022-07-091-43/+41
* Update logging documentation: change cross-reference and add webapp r… (GH-...Vinay Sajip2022-07-041-1/+1
* Improve logging documentation with example and additional cookbook re… (GH-...Vinay Sajip2022-06-091-2/+10
* gh-92592: Allow logging filters to return a LogRecord. (GH-92591)Adrian Garcia Badaracco2022-06-071-3/+10
* gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...Vinay Sajip2022-06-071-0/+13
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-261-0/+4
* gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)Nicolas Haller2022-05-231-0/+8
* gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#9...Alex Waygood2022-05-081-10/+0
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Ken Jin2021-12-071-5/+5
* bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)Vinay Sajip2021-12-071-0/+9
* Move field width to the right field (GH-29344)Olaf van der Spek2021-10-311-2/+2
* Fix legacy logging module URL (GH-28528)Sean Leavey2021-09-231-1/+1
* bpo-43184: Add information about added attribute and method. (GH-27347)Vinay Sajip2021-07-251-0/+4
* bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)andrei kulakov2021-06-031-0/+8
* bpo-43353: Document that logging.getLevelName() accepts string representation...Mariusz Felisiak2021-03-081-8/+17
* [doc] Link to issue regarding logging.disable level param default value (GH-2...Andre Delfino2020-12-091-2/+2
* [doc] Document logging.basicConfig default format (GH-23710)Andre Delfino2020-12-091-1/+3
* Update logging documentation to tidy up formatting (GH-22173)Bar Harel2020-09-101-2/+1
* Add minor clarification in logging documentation. (GH-22167)Vinay Sajip2020-09-091-3/+3
* [doc] Add link to FileHandler in logging (GH-21940)Andre Delfino2020-09-011-15/+16
* [doc] Fix markup in logging (GH-22008)Andre Delfino2020-08-301-1/+1
* bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)Bar Harel2020-06-181-1/+9
* bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)Mariusz Felisiak2020-04-171-0/+3
* Clarify a guarantee of the logging module. (GH-19132)Gregory P. Smith2020-03-241-0/+1
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-2/+2
* bpo-38235: Correct some arguments names in logging documentation (GH-16571)Ashley Whetter2019-10-041-17/+17
* logging.Formatter docs: Add missing `validate` parameter, clarify `style` par...David Röthlisberger2019-09-091-3/+6
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-191-3/+5
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-171-0/+18
* Document that logging registers shutdown as an atexit handler (GH-12378)Andre Delfino2019-03-261-0/+4
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-1/+1
* Updated documentation on logging.debug(). (GH-9946)Vinay Sajip2018-10-181-2/+2