1. Maven introduces the package and excludes the default log
1
2 org.springframework.boot
3 spring-boot-starter
4
5
6 org.springframework.boot
7 spring-boot-starter-logging
8
1. Maven introduces the package and excludes the default log
1
2 org.springframework.boot
3 spring-boot-starter
4
5
6 org.springframework.boot
7 spring-boot-starter-logging
8
This time the project only made webservice, and then used log4j to record logs, and placed the logging class in the original way, placed the log4j.properties configuration file, started the project
I have a program in which Log4j is used to record some information. When I test in IDE/Intellij, the log file can be generated successfully. And when I submit this task to flink independent cluster
I use log4j and want the log messages that usually end in my logging tool to appear in the test report created by TestNG during my unit test.
I think this means a log4j Appender output to Tes