Configurable log level
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import logging
|
||||
|
||||
from hopper.models.config import (
|
||||
BoardSettings,
|
||||
InactivityWatchdogSettings,
|
||||
@ -8,6 +10,7 @@ from hopper.models.config import (
|
||||
settings = Settings(
|
||||
board=BoardSettings(),
|
||||
inacivity_watchdog=InactivityWatchdogSettings(),
|
||||
log_level=logging.INFO,
|
||||
ws_server=WSServerSettings(),
|
||||
debug=None,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user