Luis Rodríguez Fernández
Luis Rodríguez Fernández
Hello there, In my case I am using it in a junit test: ``` import java.util.HashMap; import java.util.Map; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.boot.test.context.SpringBootTest;...
Hello @PhilippSalvisberg, I am using apache-tomcat-9.0.5. It turns out that it uses `java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter` I am trying to apply your recipe changing its format with no luck :( ```...
Hello @xiaonanhailili , Glad to hear that the repo is kind of useful :+1: mmm, :thinking: , in the provided configuration there is no LOCALHOST appender, so that file should...
Hello @xiaonanhailili May I ask you to remove your conf/logging.properties and give it a try? Hope it helps, Luis