From 04f73197762534bb0ece1df266d94ab559fa714c Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 6 Feb 2026 17:37:57 +0000 Subject: [PATCH] add loglevel to Configuration section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bfafb9..2c347bf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ go install github.com/onyx-and-iris/xair-cli@latest - --port/-P: Port of the mixer. - --kind/-k: The kind of mixer. May be one of (*xair*, *x32*). - Use this flag to connect to an x32 mixer. +- --loglevel/-L: The application's logging verbosity. #### Environment Variables @@ -26,6 +27,7 @@ XAIR_CLI_HOST=mixer.local XAIR_CLI_PORT=10024 XAIR_CLI_KIND=xair XAIR_CLI_TIMEOUT=100ms +XAIR_CLI_LOGLEVEL=warn ``` ### Use