java - log4j2 ERROR StatusLogger Unrecognized conversion specifier

Stack Overflow ·
排除打包后的Log4j2Plugins.dat文件 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.1.0</version> <configuration> <createDependencyReducedPom>false</createDependencyReducedPom> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>**/Log4j2Plugins.dat</exclude> </excludes> </filter> </filters> </configuration> </plugin>
#1