summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.handlers.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-89087: Update logging.QueueHandler documentation to clarify record… ↵Vinay Sajip2022-09-031-0/+14
| | | | (GH-96527)
* gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)Vinay Sajip2022-08-291-0/+7
|
* gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)Vinay Sajip2022-08-251-0/+6
|
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-151-0/+5
|
* bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)Erik Montnemery2022-07-051-1/+1
|
* gh-93162: Add ability to configure QueueHandler/QueueListener together ↵Vinay Sajip2022-06-071-0/+6
| | | | | | | (GH-93269) Also, provide getHandlerByName() and getHandlerNames() APIs. Closes #93162.
* bpo-46063: Improve algorithm for computing which rolled-over log file… ↵Vinay Sajip2021-12-141-0/+17
| | | | (GH-30093)
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-6/+6
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* bpo-42378: fixed log truncation on logging shutdown (GH-27310)andrei kulakov2021-07-251-0/+3
| | | Automerge-Triggered-By: GH:vsajip
* bpo-44473: Update docstring and documentation for QueueHandler.prepar… ↵Vinay Sajip2021-07-151-2/+6
| | | | | (GH-27140) …e().
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-3/+3
| | | | | | | | | * "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-38034: Fix typo in logging.handlers.rst (GH-15708)wwuck2019-09-111-1/+1
|
* bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ↵Vinay Sajip2019-07-011-1/+6
| | | | (GH-14532)
* bpo-37469: Document usability of SimpleQueue with QueueHandler and ↵Vinay Sajip2019-07-011-8/+13
| | | | QueueListener. (GH-14521)
* bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and ↵Vinay Sajip2019-07-011-7/+9
| | | | MemoryHandler. (GH-14498)
* Make StreamHandler.terminator more discoverable (GH-14359)Andre Delfino2019-06-291-7/+11
|
* Fix indentation in logging.handlers.setStream (GH-14358)Andre Delfino2019-06-291-2/+1
|
* bpo-37331: Clarify format of socket handler messages in the documentation. ↵Vinay Sajip2019-06-191-4/+14
| | | | (GH-14234)
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… ↵Vinay Sajip2019-06-171-8/+26
| | | | (GH-14008)
* bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)Cheryl Sabella2018-09-251-3/+3
|
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
| | | | 85% of them are already links.
* Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)Mike DePalatis2018-03-301-1/+1
|
* bpo-30522: Implemented a method to allow setting a logging.StreamHander's ↵Vinay Sajip2017-07-301-0/+13
| | | | stream. (GH-2921)
* Merge doc fixes from 3.5Martin Panter2017-01-141-4/+4
|\
| * Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-141-4/+4
| |
* | Closes #29105: Updated RotatingFileHandler documentation.Vinay Sajip2016-12-311-7/+8
| |
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-3/+3
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-3/+3
| |
* | Closes #20124: clarified usage of the atTime parameter in ↵Vinay Sajip2016-08-241-17/+35
| | | | | | | | TimedRotatingFileHandler documentation.
* | Merge with 3.5Zachary Ware2016-08-091-2/+2
|\ \ | |/
| * Correct signatures for a couple of logging handlersZachary Ware2016-08-091-2/+2
| | | | | | | | Reported by Oleg Gromyak on docs@
* | Closes #27493: accepted Path objects in file handlers for logging.Vinay Sajip2016-07-221-0/+13
| |
* | Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.Vinay Sajip2016-07-221-2/+8
| |
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-3/+2
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-3/+2
| | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-1/+1
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
| | | | | | | | This affects documentation, code comments, and a debugging messages.
* | Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
|\ \ | |/
| * Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
| |
* | Issue #25161: Merge full stops from 3.5Martin Panter2015-10-101-1/+1
|\ \ | |/
| * Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
| |\
| | * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
| | |
| | * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵Senthil Kumaran2015-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453
* | | Add a versionadded directive for reopenIfNeeded()Berker Peksag2015-10-071-0/+2
| | |
* | | Closes #24884: refactored WatchedFileHandler file reopening into a separate ↵Vinay Sajip2015-10-011-3/+9
|/ / | | | | | | method, based on a suggestion and patch by Marian Horban.
* | Added respect_handler_level to QueueListener.Vinay Sajip2015-02-091-2/+9
| |
* | Closes #23305: Merged documentation fix from 3.4.Vinay Sajip2015-01-231-9/+10
|\ \ | |/
| * Issue #23305: clarified RotatingFileHandler documentation.Vinay Sajip2015-01-231-9/+10
| |
* | update versionchangedBenjamin Peterson2014-11-241-1/+1
| |
* | merge 3.4 (#22788)Benjamin Peterson2014-11-241-5/+10
|\ \ | |/