From 1a05a890423540b3e524fdd9df92eb9f01994b52 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 7 Feb 2026 08:32:26 +0000 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6fe4dc..943f0cb 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ The CLI should now be discoverable as `obsws-cli` - --password/-p: Websocket password - --timeout/-T: Websocket timeout - --version/-v: Print the obsws-cli version +- --loglevel/-l: Set the application's logging level + - One of *DEBUG, INFO, WARNING, ERROR, CRITICAL* Pass `--host`, `--port` and `--password` as flags on the root command, for example: @@ -66,6 +68,7 @@ Store and load environment variables from: OBSWS_CLI_HOST=localhost OBSWS_CLI_PORT=4455 OBSWS_CLI_PASSWORD= +OBSWS_CLI_LOGLEVEL=DEBUG ``` Flags can be used to override environment variables.