pastas.utils.set_log_level ========================== .. py:function:: pastas.utils.set_log_level(level: int | str) -> None Set the log-level for Pastas. :param level: String with the level to log messages to the screen for. Options are: "DEBUG", "INFO", "WARNING", and "ERROR". :type level: str .. rubric:: Examples >>> import pandas as ps >>> ps.set_log_level("ERROR") .. !! processed by numpydoc !!