python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to ignore/mock Slf4j log lines?
I upgrade Spring Boot from 2.5.10 to 2.5.12 and it brought a breaking change for me in logback https://github.com/spring-projects/spring-boot/releases/tag/v2.5.11
A few of my unit tests (using Mockito...
Saif
Votes: 0
Answers: 1
How to mask sensitive data usi CustomObjectMapper in logback-spring.xml
I have written @Mask annotation to mask sensitive information in logs. It is working fine when I log data using custom JacksonAnnotationIntrospector with ObjectMapper. I want to use this at logback-sp...
Pankaj Sharma
Votes: 0
Answers: 0
Logback can't access the specified logfiles
I'm running my app on Websphere Liberty with logback logging. I defined an appender in logback.xml but on startup logback throws FileNotFoundException.
This is the error output:
09:37:33,065 |-ERROR i...
HenStich
Votes: 0
Answers: 1
Current version of logback can't read my JNDI entry
I'm running a program on a WebSphere Liberty 21.0.0.11 with logging from logback 1.2.11.
I have a log output folder specified in my server.xml as:
<jndiEntry jndiName="logging/logPath" va...
HenStich
Votes: 0
Answers: 0