pastas.utils.remove_console_handler#

remove_console_handler(logger=None)[source]#

Method to remove the console handler to the logger of Pastas.

Parameters

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

Return type

None