Update 66.2.1. Use YAML or JSON to configure Log4j 2.md
parent
dda85532f8
commit
117048b30e
|
@ -0,0 +1,3 @@
|
|||
### 66.2.1. 使用YAML或JSON配置Log4j2
|
||||
|
||||
除了它的默认XML配置格式,Log4j 2也支持YAML和JSON配置文件。想要使用其他配置文件格式来配置Log4j 2,你需要添加合适的依赖到classpath。为了使用YAML,你需要添加`com.fasterxml.jackson.dataformat:jackson-dataformat-yaml`依赖,Log4j 2将查找名称为`log4j2.yaml`或`log4j2.yml`的配置文件。为了使用JSON,你需要添加`com.fasterxml.jackson.core:jackson-databind`依赖,Log4j 2将查找名称为`log4j2.json`或`log4j2.jsn`的配置文件
|
Loading…
Reference in New Issue