diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index c587052ae9a4a0..aa2afb2cb39be4 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -463,6 +463,7 @@ timed intervals. .. method:: getFilesToDelete() Returns a list of filenames which should be deleted as part of rollover. These + are the absolute paths of the oldest backup log files written by the handler. .. method:: shouldRollover(record)