modify logging config to filter out logs

script now ends when OBS is closed.
This commit is contained in:
2023-06-23 17:44:51 +01:00
parent 1ee0fc5f06
commit b81c4c4b97
3 changed files with 48 additions and 13 deletions

View File

@@ -17,8 +17,12 @@ port = 4455
password = "mystrongpass"
```
Closing OBS will end the script.
## Notes
In this example all but `voicemeeterlib.iremote` logs are filtered out. Log level set at DEBUG.
For a similar Streamlabs Desktop example:
[Streamlabs example](https://gist.github.com/onyx-and-iris/c864f07126eeae389b011dc49520a19b)