From c5b503f0c91d8a12c8dcc6f535c5116ccc3dec62 Mon Sep 17 00:00:00 2001 From: topi314 Date: Sun, 22 Sep 2024 13:57:40 +0200 Subject: [PATCH] update more detailed logging --- docs/getting-started/troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md index 554892b2d..a555ce6ce 100644 --- a/docs/getting-started/troubleshooting.md +++ b/docs/getting-started/troubleshooting.md @@ -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: