summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
Commit message (Expand)AuthorAgeFilesLines
* [docs] Update logging cookbook with recipe for using a logger like an outputâ...Vinay Sajip2022-10-021-0/+76
* 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… (GH-...Vinay Sajip2022-07-041-0/+222
* Improve logging documentation with example and additional cookbook re… (GH-...Vinay Sajip2022-06-091-0/+89
* 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 iâ€...Vinay Sajip2021-11-291-0/+22
* 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
* bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27...Vinay Sajip2021-07-251-0/+79
* 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
* 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 concurren...Vinay Sajip2019-07-221-0/+35
* bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...Vinay Sajip2019-07-011-3/+3
* 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 document...yuji38kwmt2019-01-231-2/+2
* 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
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-5/+5
* 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 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
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-141-2/+2
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-5/+15
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-27/+29
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-111-2/+2
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
* rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
|\
| * rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
* | Merged cookbook update from 3.4.Vinay Sajip2015-10-171-0/+66
|\ \ | |/
| * Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
* | Closes #25344: Merged fix from 3.4.Vinay Sajip2015-10-091-0/+137
|\ \ | |/
| * Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+137
* | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
|\ \ | |/
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1