phydrus.utils.remove_file_handlers

phydrus.utils.remove_file_handlers(logger=None)[source]

Method to remove any file handlers in the logger of Phydrus.

Parameters

logger (logging.Logger) – A Logger-instance. Use ps.logger to initialise the Logging instance that handles all logging throughout Phydrus, including all sub modules and packages.