pastas.utils.remove_file_handlers ================================= .. py:function:: pastas.utils.remove_file_handlers(logger: logging.Logger | None = None) -> None Method to remove any file handlers in the logger of Pastas. :param logger: A Logger-instance. Use ps.logger to initialise the Logging instance that handles all logging throughout pastas, including all submodules and packages. :type logger: logging.Logger .. !! processed by numpydoc !!