summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-151-4/+3
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.12] [doc] Update logging documentation to improve grammar and elucidate ↵Miss Islington (bot)2024-04-041-4/+64
| | | | | an example. (GH-117541) (GH-117542) (cherry picked from commit df912c913a3d94995b379f1e19fe0a79acab6169)
* [3.12] [docs] Fix typo in docstring and add example to logging cookbook. ↵Miss Islington (bot)2024-03-221-14/+126
| | | | | (GH-117157) (GH-117159) (cherry picked from commit 00baaa21de229a6db80ff2b84c2fd6ad1999a24c)
* [3.12] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116729)Miss Islington (bot)2024-03-131-13/+36
| | | (cherry picked from commit 186af3cf21705badec086ec16f231ac390747d3b)
* [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355)Serhiy Storchaka2024-02-121-6/+4
| | | | | | Also add more tests for LoggerAdapter. Also support stacklevel in LoggerAdapter._log(). (cherry picked from commit 91822018eeba12a6c9eabbc748363b2fd4291b30)
* [3.12] Update LOGGING example taken from Django docs. (GH-114903) (#114951)Miss Islington (bot)2024-02-031-14/+11
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-241-2/+2
| | | | | | gh-109634: Use :samp: role (GH-109635) (cherry picked from commit 92af0cc580051fd1129c7a86af2cbadeb2aa36dc) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) ↵Miss Islington (bot)2023-08-301-4/+11
| | | | | | | | (#108680) gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (cherry picked from commit c7cef546319c51defa01236469b636b6978b99ab) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635)Matěj Cepl2023-03-291-10/+14
|
* [doc] Improve grammar/fix missing word (GH-102060)VMan2023-02-261-1/+1
|
* gh-101440: fix json snippet error in logging-cookbook.rst (#101439)Peter Jiping Xie2023-01-311-1/+1
|
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-281-2/+2
|
* Provided better example for logging cookbook (GH-101164)Vladimir Malinovskii2023-01-201-10/+31
| | | Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
* gh-100916: Convert argument to appropriate type (GH-100917)Yao-Ching Huang2023-01-101-1/+1
|
* [doc] Update cookbook example for socket-based logging in a production ↵Vinay Sajip2022-11-011-7/+65
| | | | | sett… (GH-98922) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
* [doc] Improve logging cookbook example. (GH-98481)Vinay Sajip2022-10-201-0/+65
|
* [doc] Update logging cookbook with an example of custom handling of levels. ↵Vinay Sajip2022-10-151-4/+206
| | | | | (GH-98290) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* gh-65046: Link to logging cookbook from asyncio docs (#98207)Shantanu2022-10-121-0/+2
|
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-2/+2
| | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* [docs] Update logging cookbook with recipe for using a logger like an ↵Vinay Sajip2022-10-021-0/+76
| | | | output… (GH-97730)
* gh-65046: Add note about logging from async code. (GH-97602)Vinay Sajip2022-09-281-0/+8
|
* gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)Vinay Sajip2022-08-261-0/+82
|
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-151-1/+6
|
* Update logging documentation: change cross-reference and add webapp r… ↵Vinay Sajip2022-07-041-0/+222
| | | | (GH-94540)
* Improve logging documentation with example and additional cookbook re… ↵Vinay Sajip2022-06-091-0/+89
| | | | (GH-93644)
* gh-92592: Allow logging filters to return a LogRecord. (GH-92591)Adrian Garcia Badaracco2022-06-071-0/+26
|
* [doc] Improve discoverability of links between logging documents. (GH-93405)Vinay Sajip2022-06-011-1/+22
|
* Remove python2 support in logging cookbook example. (GH-32362)Mathieu Dupuy2022-04-061-8/+1
|
* [Doc] Add info to logging cookbook about running logging socket listeners ↵Vinay Sajip2021-11-291-0/+22
| | | | i… (GH-29838)
* bpo-44399: Document another example of unexpected behavior. (GH-27407)Vinay Sajip2021-07-281-1/+3
|
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-1/+1
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* bpo-44399: Update logging cookbook to document patterns to be avoided. ↵Vinay Sajip2021-07-251-0/+79
| | | | (GH-27348)
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-261-6/+6
|
* Fixes dead links to Django's logging config docs (GH-20823)kevin seelbach2020-06-141-2/+2
| | | | | Fixes two outdated URLs to point at the current "stable" version of Django's logging documentation. Automerge-Triggered-By: @vsajip
* bpo-38830: Correct slot signature in Qt example. (GH-17220)Vinay Sajip2019-11-181-1/+1
|
* Refined Qt GUI example in the logging cookbook. (GH-15045)Vinay Sajip2019-07-311-17/+39
|
* Add Qt GUI example to the logging cookbook. (GH-14978)Vinay Sajip2019-07-271-0/+213
|
* Update logging cookbook to show multiple worker processes using the ↵Vinay Sajip2019-07-221-0/+35
| | | | concurrent.futures module. (#14905)
* bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and ↵Vinay Sajip2019-07-011-3/+3
| | | | MemoryHandler. (GH-14498)
* Use more PEP 570 syntax in the documentation. (GH-13720)Serhiy Storchaka2019-06-011-15/+15
|
* bpo-35781: Changed references to deprecated 'warn' method in logging ↵yuji38kwmt2019-01-231-2/+2
| | | | documentation in favour of 'warning' (GH-11654)
* Added CLI starter example to logging cookbook. (GH-9910)Vinay Sajip2018-10-161-0/+161
|
* Remove recent from logging cookbook (GH-9636)Cheryl Sabella2018-10-021-3/+2
|
* Improved the more elaborate multiprocessing example in the logging cookbook ↵Géry Ogam2018-09-251-29/+29
| | | | (GH-9326)
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-5/+5
| | | | 85% of them are already links.
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-13/+39
|
* trivial: link updates in documentation (#2765)jimmy2017-12-131-1/+1
|
* bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)Pablo Galindo2017-09-071-8/+8
| | | | | | | | * Fix ZeroMQSocketListener and ZeroMQSocketHandler examples * Use send_json and recv_json to simplify pyzmq interfacing * Add News entry
* Fix a minor grammar issue in the logging cookbook (GH-3136)Brett Cannon2017-08-181-1/+1
|
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-1/+1
|