summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-15/+16
* 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
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
* Fix use of default reST roleZachary Ware2015-11-051-1/+1
* Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
* Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+136
* Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
* Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
* Updated cookbook entry to replace shutil.chown with os.chown.Vinay Sajip2014-10-221-2/+7
* Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
* Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+220
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-241-1/+0
* Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-161-27/+28
* Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
* Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
* Corrected typo, added comment in cookbook recipe.Vinay Sajip2013-01-231-2/+9
* Added cookbook recipe for structured logging.Vinay Sajip2013-01-221-0/+75
* Fix casing of SocketServer module in 2.7.Georg Brandl2012-08-111-5/+5
* Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
* Tweaked format of cookbook example.Vinay Sajip2012-04-161-5/+6
* Added cookbook example for log insertion.Vinay Sajip2012-04-161-0/+44
* Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+62
* Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Issue #11794: Reorganised logging documentation.Vinay Sajip2011-04-081-0/+684