phydrus.utils.set_log_level

phydrus.utils.set_log_level(level)[source]

Set the log-level for which to log Phydrus messages.

Parameters

level (str) – String with the level to log messages to the screen for. Options are: “INFO”, “WARNING”, and “ERROR”.

Examples

>>> import phydrus as ps
>>> ps.set_log_level("ERROR")