python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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 and logging specific package in Spring Boot
I'm using Spring Boot v2.3.9.RELEASE with the Logback framework.
I want Spring/Logback to log debug messages, but it refuses to do so. The application.yml has multiple ways to plead with it to log DEB...
Woodsman
Votes: 0
Answers: 1
spring cloud set logging.level does not work in application.yml(I have a logback-spring.xml, too)
these screenshot are my configurations about logback
logback-spring.xml
<root level="info">
<appender-ref ref="FILE"/>
<appender-ref ref="STDOUT"/&...
acoder
Votes: 0
Answers: 1
Log Appender to Kafter initialized to slow to log Bean init
I have a Spring-Boot app that is using LogBack logging.
In the logging I have configured an Apache Kafka appender.
It is working fine.
But the problem is I have already a log output in the @PostConstr...

chris01
Votes: 0
Answers: 1