pi_portal.modules.configuration.state.State

class pi_portal.modules.configuration.state.State[source]

Bases: object

Monostate of the current running configuration.

__init__() None[source]
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.