Source code for pi_portal.modules.configuration.logging.handlers.rotation_unarchived

"""RotatingFileHandlerUnarchived class."""

from .bases.rotation import RotatingFileHandlerBase


[docs]class RotatingFileHandlerUnarchived(RotatingFileHandlerBase): """Rotating file handler without archival processing."""