fix loglevel example in readme
Some checks failed
CI / Lint (push) Has been cancelled

This commit is contained in:
onyx-and-iris 2025-04-05 22:24:49 +01:00
parent ee86db76a2
commit 29270a2c14

View File

@ -72,8 +72,8 @@ Acceptable values for this flag are:
For example, to set the log level to `debug`, you can use: For example, to set the log level to `debug`, you can use:
``` ```bash
vbantxt -s=streamname -loglevel=debug "bus[0].eq.on=1 bus[1].gain=-12.8" gignore -loglevel=debug -dir=custom go
``` ```
The default log level is `warn` if the flag is not specified. The default log level is `warn` if the flag is not specified.