Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-103606: raise RuntimeError if config file is invalid or empty (#104701) | Prince Roshan | 2023-05-20 | 1 | -2/+2 |
| | | | (this adjusts new code) raise RuntimeError if provided config file is invalid or empty, not ValueError. | ||||
* | gh-103606: Improve error message from logging.config.FileConfig (GH-103628) | Prince Roshan | 2023-05-18 | 1 | -0/+8 |
| | |||||
* | gh-104539: Fix indentation error in logging.config.rst (#104545) | Jesper Noordsij | 2023-05-16 | 1 | -1/+1 |
| | | | Fix indentation error in logging.config.rst | ||||
* | gh-103357: Add logging.Formatter defaults support to logging.config ↵ | Bar Harel | 2023-04-12 | 1 | -1/+8 |
| | | | | fileConfig and dictConfig (GH-103359) | ||||
* | [doc] Add a section on logging handler configuration order. (GH-101380) | Vinay Sajip | 2023-01-27 | 1 | -0/+23 |
| | |||||
* | [doc] Add some notices to logging configuration documentation. (GH-101373) | Vinay Sajip | 2023-01-27 | 1 | -0/+10 |
| | |||||
* | gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574) | Vinay Sajip | 2022-09-05 | 1 | -0/+19 |
| | |||||
* | gh-93162: Add ability to configure QueueHandler/QueueListener together ↵ | Vinay Sajip | 2022-06-07 | 1 | -0/+70 |
| | | | | | | | (GH-93269) Also, provide getHandlerByName() and getHandlerNames() APIs. Closes #93162. | ||||
* | gh-71223: Improve rendering of some references in the docs (GH-93041) | Serhiy Storchaka | 2022-05-21 | 1 | -3/+3 |
| | | | | For example, instead of "eval()uated" (link from "eval()") show "evaluated" (link from the whole word). | ||||
* | gh-90326: Remove quotes for logging config (GH-91516) | slateny | 2022-04-14 | 1 | -1/+1 |
| | |||||
* | bpo-41906: Accept built filters in dictConfig (GH-30756) | Mario Corchero | 2022-01-24 | 1 | -0/+10 |
| | | | | | | | When configuring the logging stack, accept already built filters (or just callables) in the filters array of loggers and handlers. This facilitates passing quick callables as filters. Automerge-Triggered-By: GH:vsajip | ||||
* | bpo-46251: Add 'Security Considerations' section to logging configura… ↵ | Vinay Sajip | 2022-01-06 | 1 | -0/+14 |
| | | | | (GH-30411) | ||||
* | [codemod] Fix non-matching bracket pairs (GH-28473) | Mohamad Mansour | 2021-09-21 | 1 | -1/+1 |
| | | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) | Anthony Shaw | 2021-08-09 | 1 | -0/+2 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273) | Inada Naoki | 2021-04-13 | 1 | -1/+6 |
| | |||||
* | Update logging.config.rst (GH-24630) | takahashi | 2021-02-26 | 1 | -1/+1 |
| | | | | | # a typo fix Automerge-Triggered-By: GH:vsajip | ||||
* | bpo-43047: logging.config formatters documentation update (GH-24358) | Ian Wienand | 2021-01-30 | 1 | -19/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | The documentation for some parts of the logging.config formatters has fallen behind the code. For example, the dictionary-schema section does not list the "class" attribute, however it is discussed in the file/ini discussion; and neither references the style argument which has been added. This modifies the dictionary-schema formatters documentation to list the keys available and overall makes it clearer these are passed to create a logging.Formatter object. The logging.Formatter documentation describes the default values of format/datefmt and the various formatting options. Since we have now more clearly described how the configuration is created via this type of object, we remove the discussion in this document to avoid duplication and rely on users reading the referenced logging.Formatter documenation directly for such details. Instead of duplicating the discussion for the two config types, the file/ini section is modified to link back to the dictionary-schema discussion, making it clear the same arguments are accepted. Automerge-Triggered-By: GH:vsajip | ||||
* | [doc] Fix a few margins due to bad markup (GH-23619) | Andre Delfino | 2020-12-17 | 1 | -39/+39 |
| | |||||
* | bpo-35722: Updated the documentation for the 'disable_existing_loggers' ↵ | Géry Ogam | 2019-01-23 | 1 | -5/+5 |
| | | | | parameter (GH-11525) | ||||
* | bpo-34844: logging.Formatter enhancement - Ensure style and format string ↵ | BNMetrics | 2018-10-15 | 1 | -0/+5 |
| | | | | matches in logging.Formatter (GH-9703) | ||||
* | bpo-33400: Removed references to RFC3339 and ISO8601 from the logging ↵ | Vinay Sajip | 2018-06-01 | 1 | -5/+4 |
| | | | | documentation. (GH-7297) | ||||
* | bpo-33400: Clarified documentation to indicate no strict adherence to ISO ↵ | Vinay Sajip | 2018-05-04 | 1 | -4/+4 |
| | | | | 8601. (GH-6702) | ||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -2/+6 |
| | |||||
* | bpo-31080: Allowed logging.config.fileConfig() to accept both args and ↵ | Preston Landers | 2017-08-02 | 1 | -1/+8 |
| | | | | kwargs. (GH-2979) | ||||
* | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Closed #26533: expanded on behaviour of logging.config.listen(). | Vinay Sajip | 2016-09-11 | 1 | -5/+14 |
| | |||||
* | #25916: fix a few 'string of bytes' references. | R David Murray | 2016-08-24 | 1 | -1/+1 |
| | | | | Patch by SilengGhost. | ||||
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -11/+26 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -3/+2 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #23536: Clarified scope of fileConfig()'s API. | Vinay Sajip | 2015-04-18 | 1 | -0/+12 |
| | |||||
* | Issue #22130: Corrected fileConfig() documentation. | Vinay Sajip | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -2/+6 |
| | |||||
* | Closes #20509: Merged documentation update from 3.3. | Vinay Sajip | 2014-02-04 | 1 | -1/+3 |
|\ | |||||
| * | Issue #20509: Added cross-reference in documentation. | Vinay Sajip | 2014-02-04 | 1 | -2/+3 |
| | | |||||
* | | Closes #18933: Merged update from 3.3. | Vinay Sajip | 2013-09-05 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #18933: Added links to source code. | Vinay Sajip | 2013-09-05 | 1 | -0/+4 |
| | | |||||
* | | Issue #18759: Merged updates from 3.3. | Vinay Sajip | 2013-08-16 | 1 | -6/+8 |
|\ \ | |/ | |||||
| * | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 1 | -6/+8 |
| | | |||||
* | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. | Vinay Sajip | 2012-10-09 | 1 | -5/+26 |
| | | |||||
* | | Issue #15452: Added verify option for logging configuration socket listener. | Vinay Sajip | 2012-10-02 | 1 | -2/+18 |
|/ | |||||
* | Issue #15445: Updated logging configuration documentation to highlight ↵ | Vinay Sajip | 2012-07-25 | 1 | -0/+19 |
| | | | | potential security risk posed by listen() in certain scenarios. | ||||
* | Issue #12718: Add documentation on using custom importers. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 |
| | |||||
* | Updated documentation on fileConfig(). | Vinay Sajip | 2011-04-19 | 1 | -6/+17 |
| | |||||
* | Issue 11008: docs updated to show versionadded for dictConfig. | Vinay Sajip | 2011-01-27 | 1 | -0/+2 |
| | |||||
* | Logging documentation updates. | Vinay Sajip | 2010-12-19 | 1 | -0/+10 |
| | |||||
* | Logging documentation reorganised. | Vinay Sajip | 2010-12-19 | 1 | -0/+657 |