Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-102873: logging.LogRecord docs: improve description of `msg` parameter ↵ | Amin Alaee | 2023-03-24 | 1 | -2/+3 |
| | | | | | (#102875) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-96727: Document restrictions on Handler.emit() with respect to locking. ↵ | Vinay Sajip | 2022-09-20 | 1 | -0/+16 |
| | | | | (GH-96948) | ||||
* | gh-88287: Add BufferingFormatter documentation. (GH-96608) | Vinay Sajip | 2022-09-08 | 1 | -0/+29 |
| | |||||
* | gh-89258: Add a getChildren() method to logging.Logger. (GH-96444) | Vinay Sajip | 2022-08-31 | 1 | -0/+12 |
| | | | Co-authored-by: Éric <merwok@netwok.org> | ||||
* | gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517) | CAM Gerlach | 2022-08-02 | 1 | -25/+48 |
| | |||||
* | gh-95454: Replace truthy/falsy with true/false (GH-95456) | Robert O'Shea | 2022-07-30 | 1 | -1/+1 |
| | |||||
* | gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701) | CAM Gerlach | 2022-07-09 | 1 | -43/+41 |
| | |||||
* | Update logging documentation: change cross-reference and add webapp r… ↵ | Vinay Sajip | 2022-07-04 | 1 | -1/+1 |
| | | | | (GH-94540) | ||||
* | Improve logging documentation with example and additional cookbook re… ↵ | Vinay Sajip | 2022-06-09 | 1 | -2/+10 |
| | | | | (GH-93644) | ||||
* | gh-92592: Allow logging filters to return a LogRecord. (GH-92591) | Adrian Garcia Badaracco | 2022-06-07 | 1 | -3/+10 |
| | |||||
* | gh-93162: Add ability to configure QueueHandler/QueueListener together ↵ | Vinay Sajip | 2022-06-07 | 1 | -0/+13 |
| | | | | | | | (GH-93269) Also, provide getHandlerByName() and getHandlerNames() APIs. Closes #93162. | ||||
* | gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193) | jackh-ncl | 2022-05-26 | 1 | -0/+4 |
| | |||||
* | gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) | Nicolas Haller | 2022-05-23 | 1 | -0/+8 |
| | |||||
* | gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 ↵ | Alex Waygood | 2022-05-08 | 1 | -10/+0 |
| | | | | (#92425) | ||||
* | bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) | Ken Jin | 2021-12-07 | 1 | -5/+5 |
| | |||||
* | bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) | Vinay Sajip | 2021-12-07 | 1 | -0/+9 |
| | |||||
* | Move field width to the right field (GH-29344) | Olaf van der Spek | 2021-10-31 | 1 | -2/+2 |
| | | | Automerge-Triggered-By: GH:vsajip | ||||
* | Fix legacy logging module URL (GH-28528) | Sean Leavey | 2021-09-23 | 1 | -1/+1 |
| | | | | | The URL listed in the `logging` docs for the original `logging` module leads to a 404. I managed to find the new location for the page and updated the URL. Automerge-Triggered-By: GH:vsajip | ||||
* | bpo-43184: Add information about added attribute and method. (GH-27347) | Vinay Sajip | 2021-07-25 | 1 | -0/+4 |
| | |||||
* | bpo-43858: Add logging.getLevelNamesMapping() (GH-26459) | andrei kulakov | 2021-06-03 | 1 | -0/+8 |
| | | | Added a function that returns a copy of a dict of logging levels. | ||||
* | bpo-43353: Document that logging.getLevelName() accepts string ↵ | Mariusz Felisiak | 2021-03-08 | 1 | -8/+17 |
| | | | | | | | representation of logging level. (GH-24693) [bpo-43353]() Automerge-Triggered-By: GH:vsajip | ||||
* | [doc] Link to issue regarding logging.disable level param default value ↵ | Andre Delfino | 2020-12-09 | 1 | -2/+2 |
| | | | | (GH-23726) | ||||
* | [doc] Document logging.basicConfig default format (GH-23710) | Andre Delfino | 2020-12-09 | 1 | -1/+3 |
| | | | Automerge-Triggered-By: GH:vsajip | ||||
* | Update logging documentation to tidy up formatting (GH-22173) | Bar Harel | 2020-09-10 | 1 | -2/+1 |
| | |||||
* | Add minor clarification in logging documentation. (GH-22167) | Vinay Sajip | 2020-09-09 | 1 | -3/+3 |
| | |||||
* | [doc] Add link to FileHandler in logging (GH-21940) | Andre Delfino | 2020-09-01 | 1 | -15/+16 |
| | | | Co-authored-by: Andrés Delfino <adelfino@onapsis.com> | ||||
* | [doc] Fix markup in logging (GH-22008) | Andre Delfino | 2020-08-30 | 1 | -1/+1 |
| | |||||
* | bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) | Bar Harel | 2020-06-18 | 1 | -1/+9 |
| | | | | | Docs and tests are underway. Automerge-Triggered-By: @vsajip | ||||
* | bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) | Mariusz Felisiak | 2020-04-17 | 1 | -0/+3 |
| | |||||
* | Clarify a guarantee of the logging module. (GH-19132) | Gregory P. Smith | 2020-03-24 | 1 | -0/+1 |
| | | | | When no additional arguments are passed to logging.debug() and related methods, no % operation is performed on the passed in message. | ||||
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -2/+2 |
| | | | | | | | | | * "Return true/false" is replaced with "Return ``True``/``False``" if the function actually returns a bool. * Fixed formatting of some True and False literals (now in monospace). * Replaced "True/False" with "true/false" if it can be not only bool. * Replaced some 1/0 with True/False if it corresponds the code. * "Returns <bool>" is replaced with "Return <bool>". | ||||
* | bpo-38235: Correct some arguments names in logging documentation (GH-16571) | Ashley Whetter | 2019-10-04 | 1 | -17/+17 |
| | |||||
* | logging.Formatter docs: Add missing `validate` parameter, clarify `style` ↵ | David Röthlisberger | 2019-09-09 | 1 | -3/+6 |
| | | | | parameter (GH-15222) | ||||
* | bpo-37258: Not a bug, but added a unit test and updated documentation. ↵ | Vinay Sajip | 2019-06-19 | 1 | -3/+5 |
| | | | | (GH-14229) | ||||
* | bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… ↵ | Vinay Sajip | 2019-06-17 | 1 | -0/+18 |
| | | | | (GH-14008) | ||||
* | Document that logging registers shutdown as an atexit handler (GH-12378) | Andre Delfino | 2019-03-26 | 1 | -0/+4 |
| | |||||
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | Updated documentation on logging.debug(). (GH-9946) | Vinay Sajip | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | bpo-34844: logging.Formatter enhancement - Ensure style and format string ↵ | BNMetrics | 2018-10-15 | 1 | -0/+4 |
| | | | | matches in logging.Formatter (GH-9703) | ||||
* | bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) | Dong-hee Na | 2018-07-07 | 1 | -8/+7 |
| | |||||
* | versionadded -> versionchanged for all 'X parameter was added' for ↵ | Sergey Fedoseev | 2018-07-06 | 1 | -3/+3 |
| | | | | | | uniformity. (GH8114) Per the recommendation in our Developer's Guide: https://devguide.python.org/documenting/#paragraph-level-markup | ||||
* | bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) | Andrés Delfino | 2018-06-25 | 1 | -19/+22 |
| | | | | Adds references to info about file modes, `time.strftime()`, string formatting syntaxes, and logging levels. | ||||
* | bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) | Dong-hee Na | 2018-06-25 | 1 | -1/+10 |
| | |||||
* | bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) | Vinay Sajip | 2018-06-05 | 1 | -16/+34 |
| | |||||
* | bpo-33400: Removed references to RFC3339 and ISO8601 from the logging ↵ | Vinay Sajip | 2018-06-01 | 1 | -7/+8 |
| | | | | documentation. (GH-7297) | ||||
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -1/+1 |
| | | | | 85% of them are already links. | ||||
* | bpo-33400: Clarified documentation to indicate no strict adherence to ISO ↵ | Vinay Sajip | 2018-05-04 | 1 | -5/+6 |
| | | | | 8601. (GH-6702) | ||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -4/+12 |
| | |||||
* | Fix typo in logging doc: picked -> pickled (GH-5942) | James Walker | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | bpo-32212: Updated logging documentation to make parameter names more ↵ | Vinay Sajip | 2017-12-09 | 1 | -20/+21 |
| | | | | consistent with source. (GH-4765) |