remove --debug flag, replace it with --loglevel

This commit is contained in:
2026-02-07 08:32:17 +00:00
parent 45479563a0
commit 13a2443d48
2 changed files with 15 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ _envconfig = EnvConfig(
OBSWS_CLI_PORT=4455,
OBSWS_CLI_PASSWORD='',
OBSWS_CLI_TIMEOUT=5,
OBSWS_CLI_DEBUG=False,
OBSWS_CLI_LOGLEVEL='WARNING',
OBSWS_CLI_STYLE='disabled',
OBSWS_CLI_STYLE_NO_BORDER=False,
)