Compare commits

..

3 commits

Author SHA1 Message Date
0fd33af5fd discord-ws: Fix heartbeat timing
All checks were successful
ci/woodpecker/push/java Pipeline was successful
ci/woodpecker/push/oci-image-build Pipeline was successful
Wait til sending complets and then start the sleep.
2024-12-13 13:25:35 +01:00
7b0f88808d discord-ws: Close connection on reconect and invalid session 2024-12-13 13:22:22 +01:00
352eaa3e47 bot: Set logging level to DEBUG
All checks were successful
ci/woodpecker/push/java Pipeline was successful
ci/woodpecker/push/oci-image-build Pipeline was successful
We are not jet at a stable point.
2024-12-11 22:41:53 +01:00

View file

@ -5,7 +5,7 @@
</encoder>
</appender>
<root level="INFO">
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
</root>
</configuration>