How do I get rid of the reactor.util.Loggers - Using Slf4j logging framework

Viewed 23

I get this message at the start of my spring-webflux application. How do I get rid of it?

DEBUG reactor.util.Loggers - Using Slf4j logging framework

I am not sure what configuration I have to do. I already pass in the environment variable and I don't have any overrides for reactor

LOGGING_LEVEL_ROOT=error

but it still shows up

0 Answers
Related