I set up my web application to use an MDC like this:
MDC.put("cliente", "TEST");
org.slf4j.MDC.put("cliente2", "TEST2");
Inside the start class for the REST service javax.ws.rs.core.Application
import org.jboss.logging.MDC;
@Ap...
asked by
02.03.2018 / 01:44