Skip to content

Commit

Permalink
update more detailed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Sep 22, 2024
1 parent 2946608 commit c5b503f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting-started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ In general there are 6 log levels: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR` and
```yaml title="application.yml"
logging:
level:
# Set this to DEBUG to enable more detailed logging. Please note that this will log probably spam your console.
root: INFO
# Set this to DEBUG to enable more detailed logging from Lavalink
lavalink: DEBUG
# Set this to TRACE to see all WebSocket messages
# Set this to TRACE to see all WebSocket messages sent
lavalink.server.io.SocketContext: TRACE
# Log all track exceptions (COMMON, SUSPICIOUS & FAULT)
com.sedmelluq.discord.lavaplayer.tools.ExceptionTools: DEBUG
# Log YouTube Plugin stuff (only needed if you have issues with YouTube)
dev.lavalink.youtube: DEBUG

# This will log all requests to the REST API
request:
Expand Down

0 comments on commit c5b503f

Please sign in to comment.