| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-101100: Add a table of class attributes to the "Custom classes" section of... | Alex Waygood | 2024-09-25 | 1 | -1/+2 |
|
|
* | Remove excessive backticks in logging doc (#123813) | Wei-Hsiang (Matt) Wang | 2024-09-07 | 1 | -2/+2 |
|
|
* | gh-105376: Restore deprecated logging warn() method (#122775) | Victor Stinner | 2024-08-09 | 1 | -13/+4 |
|
|
* | [doc] Clarify the nature of the root logger in the `logging` documentation (G... | Justin Kunimune | 2024-05-28 | 1 | -9/+11 |
|
|
* | Docs: fix typos in documentation (GH-118815) | Xie Yanbo | 2024-05-10 | 1 | -1/+1 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin... | Douglas Thor | 2024-04-16 | 1 | -1/+1 |
|
|
* | [doc] Update logging documentation to improve grammar and elucidate an exampl... | Vinay Sajip | 2024-04-04 | 1 | -7/+8 |
|
|
* | gh-98731: Improvements to the logging documentation (GH-101618) | Nir Friedman | 2024-03-13 | 1 | -85/+67 |
|
|
* | gh-115811: Update documentation to add some Logger attributes. (GH-116109) | Vinay Sajip | 2024-02-29 | 1 | -0/+36 |
|
|
* | gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846) | Nikita Sobolev | 2024-02-01 | 1 | -2/+14 |
|
|
* | Docs: align usage of versionadded/versionchanged with recommended practice (#... | Erlend E. Aasland | 2024-01-22 | 1 | -6/+6 |
|
|
* | gh-109451: Fix wrong format specifier in logging documentation (GH-109465) | AlberLC | 2023-09-16 | 1 | -1/+1 |
|
|
* | Docs: document 'manager' and '_log' attrs of logging.Logging (#108145) | Erlend E. Aasland | 2023-08-20 | 1 | -0/+8 |
|
|
* | Docs: Fix Sphinx warnings in logging.rst (GH-108139) | Erlend E. Aasland | 2023-08-20 | 1 | -23/+27 |
|
|
* | gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292) | Romuald Brunet | 2023-08-15 | 1 | -2/+9 |
|
|
* | gh-107877: Update logging levels reference table with usage criteria. (#107894) | Vinay Sajip | 2023-08-13 | 1 | -15/+33 |
|
|
* | gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) | Serhiy Storchaka | 2023-07-29 | 1 | -15/+15 |
|
|
* | gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553) | Victor Stinner | 2023-07-09 | 1 | -0/+8 |
|
|
* | gh-105376: Remove logging.Logger.warn() method (#105377) | Victor Stinner | 2023-06-06 | 1 | -4/+4 |
|
|
* | gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1... | Amin Alaee | 2023-03-24 | 1 | -2/+3 |
|
|
* | gh-96727: Document restrictions on Handler.emit() with respect to locking. (G... | Vinay Sajip | 2022-09-20 | 1 | -0/+16 |
|
|
* | 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 |
|
|
* | 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… (GH-... | Vinay Sajip | 2022-07-04 | 1 | -1/+1 |
|
|
* | Improve logging documentation with example and additional cookbook re… (GH-... | Vinay Sajip | 2022-06-09 | 1 | -2/+10 |
|
|
* | 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 (GH-93... | Vinay Sajip | 2022-06-07 | 1 | -0/+13 |
|
|
* | 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 (#9... | Alex Waygood | 2022-05-08 | 1 | -10/+0 |
|
|
* | 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 |
|
|
* | Fix legacy logging module URL (GH-28528) | Sean Leavey | 2021-09-23 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | bpo-43353: Document that logging.getLevelName() accepts string representation... | Mariusz Felisiak | 2021-03-08 | 1 | -8/+17 |
|
|
* | [doc] Link to issue regarding logging.disable level param default value (GH-2... | Andre Delfino | 2020-12-09 | 1 | -2/+2 |
|
|
* | [doc] Document logging.basicConfig default format (GH-23710) | Andre Delfino | 2020-12-09 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | [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 |
|
|
* | 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 |
|
|