fix env var name for log level

This commit is contained in:
onyx-and-iris 2023-07-27 15:14:57 +01:00
parent e94b802f6f
commit 9700610eef

View File

@ -23,7 +23,7 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
### Bundler ### Bundler
``` ```
bundle add 'voicemeeter' bundle add voicemeeter
bundle install bundle install
``` ```
@ -646,7 +646,7 @@ vm.set("Strip[0].Gain", -3.6)
### Logging ### Logging
To enable logs set an environmental variable `LOG_LEVEL` to the appropriate level. To enable logs set an environmental variable `VM_LOG_LEVEL` to the appropriate level.
example in powershell: example in powershell: