python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SpringBoot Application startup failed due to Logback configuration error detected
My spring boot project has logback.xml file in the path src/resources/logback.xml. While running the application from IntelliJ, unfortunately, it is finding the logback xml from another project where ...
LearnToCode
Votes: 0
Answers: 0
How to add searchable items to logback, similar to traceId in slueth
I have a springboot application which is using sleuth. Which creates logging you can search on.
So the following logging code
log.info("Request from client "+clientId);
will return
@timesta...
Tony
Votes: 0
Answers: 1
RuntimeException in Action for tag [rollingPolicy] java.lang.IllegalStateException: FileNamePattern [] does not contain a valid DateToken
I used SLF4J for logging in a java application, not spring application, but i get this error and i dont know how to deal with it :
17:26:01,117 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@16:...
codeitforfuture
Votes: 0
Answers: 0