Disabled Javalin, Jetty and LastFM Wrapper logging if logging.level !=3

Jetty disabler is a bit of a nuclear option, might be a good idea to revise to less nuclear in the future
This commit is contained in:
2023-01-28 22:48:52 +01:00
parent 351326d384
commit 1f821de81e
3 changed files with 49 additions and 4 deletions

View File

@@ -56,6 +56,11 @@
<artifactId>javalin</artifactId>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.6</version>
</dependency>
</dependencies>
</project>