mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-03-24 15:59:10 +00:00
upd logging section
This commit is contained in:
parent
428db5bead
commit
77d252ebe2
@ -76,7 +76,13 @@ def on_twitch_event(event, data):
|
||||
|
||||
### Logging
|
||||
|
||||
To view raw incoming event data set logging level to DEBUG. Check `debug` example.
|
||||
To view the logs emitted by the streamlabsio library simply add the following to your code:
|
||||
|
||||
```python
|
||||
from loguru import logger
|
||||
|
||||
logger.enable('streamlabsio')
|
||||
```
|
||||
|
||||
### Official Documentation
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user