pi_portal.modules.configuration.state.State
- class pi_portal.modules.configuration.state.State[source]
Bases:
objectMonostate of the current running configuration.
- load(file_path: str) None[source]
Load the end user configuration.
- Parameters:
file_path (str) – The path to the file to load.
- property log_level: int
Return the currently configured logging level.
- Returns:
The currently configured logging level.