On 25/09/2024 07:07, Lorenz Buehmann wrote:
there was an issue on this which seems to affect only Windows user:
https://github.com/jetty/jetty.project/issues/6661
But in fact this is just a DEBUG log level message telling you that your
JVM does not support SO_REUSEPORT on that network, should not be an
issue in general
Good find!
11:44:11.343 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - ...
isn't Jena's logging format (Fuseki or library default).
Neli - maybe your code is setting up log4j2 or a dependency has a log4j
configuration file on the classpath.
When run from the command line, the log4j2 configuration is by default:
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN
which is in both the Fuseki specific default logging and the library
logging.
Andy