mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 01:40:49 +00:00
fix env var name for log level
This commit is contained in:
parent
e94b802f6f
commit
9700610eef
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user