From 8167903bd02eed52e5af0536a906020e6e6fb2c6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 7 Feb 2024 18:02:53 +0100 Subject: Change random numbers to make error go away Error on startup of dmsd was: SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/opt/dmsd/dmsd.jar!/org/slf4j/impl/StaticLoggerBinder.class] The two URLs were of little help, but luckily just punching the last line into google lead to this SO post which solves the issue: https://stackoverflow.com/a/75162534/2043481 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 28bc584..2ac2b79 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl [2.17,2.9999] compile -- cgit v1.2.3-55-g7522