SeasonPan

Results 6 comments of SeasonPan

@vy This is the **log4j2.xml** ```xml ``` **pom.xml** ```xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.5.0 com.example demo 0.0.1-SNAPSHOT springboot demo Demo project for Spring Boot 1.8 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-logging org.springframework.boot spring-boot-starter-log4j2...

@ppkarwasz I understand how to use log4j, but some developers don't write code properly, some old codes still in our repository. I will tell my team that we couldn't migrate...

Also, I found an **incompatibility** issue, from version 2.19.0 to 2.23.1, for example: ```java @Test public void testLog() { log.info("first param is {}, second param is {}", "Log4j2"); } ```...

@ppkarwasz I really appreciate your professional and rigorous way of coding. I'm inclined to the last method you mentioned about keep the **status logger** error message. For example, regarding the...

@ppkarwasz @vy Thank you for taking the time out of your busy schedules to review this issue. If possible, I'd be willing to take on part of the tasks to...

> @SeasonPanPan, > > Thank you for your proposal. #2379 might be a little bit Log4j specific, but I can assign you #2380 if it interests you. @ppkarwasz OK,assign to...