problem description in the SpringBoot2.0.1 version, the template uses Freemarker logs using log4j2 , but the project throws a warning when it visits the template page for the first time: the pom file has excluded log4j-related jar packages and lo...
I configured the log in log4j2.yml. where the path to the log is as follows: Configuration: Properties: Property: - name: log.path value: log fileName: ${log.path} platform ${project.name}_platform.log when I run locally, logs are...
problem description the original project uses log4j to manage logs, but now it cannot automatically output exception information to the log file after being upgraded to log4j2. the environmental background of the problems and what methods you have t...
problem description A SSH project that used to use log4j to manage logs needs to be upgraded to log4j2, but has been unable to output sql statements executed by hibernate to the log file. the environmental background of the problems and what methods...