summaryrefslogtreecommitdiff
path: root/Doc/library/logging.config.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-103606: Improve error message from logging.config.FileConfig (GH-103628)HEADmainPrince Roshan2023-05-181-0/+8
* gh-104539: Fix indentation error in logging.config.rst (#104545)Jesper Noordsij2023-05-161-1/+1
* gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...Bar Harel2023-04-121-1/+8
* [doc] Add a section on logging handler configuration order. (GH-101380)Vinay Sajip2023-01-271-0/+23
* [doc] Add some notices to logging configuration documentation. (GH-101373)Vinay Sajip2023-01-271-0/+10
* gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)Vinay Sajip2022-09-051-0/+19
* gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...Vinay Sajip2022-06-071-0/+70
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-211-3/+3
* gh-90326: Remove quotes for logging config (GH-91516)slateny2022-04-141-1/+1
* bpo-41906: Accept built filters in dictConfig (GH-30756)Mario Corchero2022-01-241-0/+10
* bpo-46251: Add 'Security Considerations' section to logging configura… (GH-...Vinay Sajip2022-01-061-0/+14
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-221-1/+1
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-101-0/+2
* bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)Inada Naoki2021-04-131-1/+6
* Update logging.config.rst (GH-24630)takahashi2021-02-261-1/+1
* bpo-43047: logging.config formatters documentation update (GH-24358)Ian Wienand2021-01-301-19/+23
* [doc] Fix a few margins due to bad markup (GH-23619)Andre Delfino2020-12-171-39/+39
* bpo-35722: Updated the documentation for the 'disable_existing_loggers' param...Géry Ogam2019-01-231-5/+5
* bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...BNMetrics2018-10-151-0/+5
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...Vinay Sajip2018-06-011-5/+4
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...Vinay Sajip2018-05-041-4/+4
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-2/+6
* bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...Preston Landers2017-08-021-1/+8
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-141-2/+2
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* Closed #26533: expanded on behaviour of logging.config.listen().Vinay Sajip2016-09-111-5/+14
* #25916: fix a few 'string of bytes' references.R David Murray2016-08-231-1/+1
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-11/+26
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-3/+2
* Issue #23536: Clarified scope of fileConfig()'s API.Vinay Sajip2015-04-181-0/+12
* Issue #22130: Corrected fileConfig() documentation.Vinay Sajip2014-08-051-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-2/+6
* Closes #20509: Merged documentation update from 3.3.Vinay Sajip2014-02-041-1/+3
|\
| * Issue #20509: Added cross-reference in documentation.Vinay Sajip2014-02-041-2/+3
* | Closes #18933: Merged update from 3.3.Vinay Sajip2013-09-051-0/+4
|\ \ | |/
| * Issue #18933: Added links to source code.Vinay Sajip2013-09-051-0/+4
* | Issue #18759: Merged updates from 3.3.Vinay Sajip2013-08-171-6/+8
|\ \ | |/
| * Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-171-6/+8
* | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.Vinay Sajip2012-10-091-5/+26
* | Issue #15452: Added verify option for logging configuration socket listener.Vinay Sajip2012-10-021-2/+18
|/
* Issue #15445: Updated logging configuration documentation to highlight potent...Vinay Sajip2012-07-251-0/+19
* Issue #12718: Add documentation on using custom importers.Vinay Sajip2011-08-111-0/+25
* Updated documentation on fileConfig().Vinay Sajip2011-04-191-6/+17
* Issue 11008: docs updated to show versionadded for dictConfig.Vinay Sajip2011-01-271-0/+2
* Logging documentation updates.Vinay Sajip2010-12-191-0/+10
* Logging documentation reorganised.Vinay Sajip2010-12-191-0/+657