diff --git a/rbackup/logging.py b/rbackup/logging.py index db7a21d..6aea012 100644 --- a/rbackup/logging.py +++ b/rbackup/logging.py @@ -17,6 +17,8 @@ CONSOLE_FORMATTER = logging.Formatter(_CONSOLE_FORMAT) def retrieve_console_handlers(*, debug=False): """Retrieve a pair of logging handlers configured for console output. + By default, logging.INFO messages are logged. + :param debug: should logging.DEBUG level messages be recorded? (default: ``False``) :type debug: bool :return: tuple of ``logging.StreamHandler``s for stdout and stderr