log4j2.x 配置文件默认寻找顺序

Automatic Configuration

Log4j has the ability to automatically configure itself during initialization. When Log4j starts it will locate all the ConfigurationFactory plugins and arrange then in weighted order from highest to lowest. As delivered, Log4j contains three ConfigurationFactory implementations: one for JSON, one for YAML, and one for XML.

  1. Log4j will inspect the "log4j.configurationFile" system property and, if set, will attempt to load the configuration using the ConfigurationFactory that matches the file extension.

  2. If no system property is set the YAML ConfigurationFactory will look for log4j2-test.yaml or log4j2-test.yml in the classpath.
  3. If no such file is found the JSON ConfigurationFactory will look for log4j2-test.json or log4j2-test.jsn in the classpath.
  4. If no such file is found the XML ConfigurationFactory will look for log4j2-test.xml in the classpath.
  5. If a test file cannot be located the YAML ConfigurationFactory will look for log4j2.yaml or log4j2.yml on the classpath.
  6. If a YAML file cannot be located the JSON ConfigurationFactory will look for log4j2.json or log4j2.jsn on the classpath.
  7. If a JSON file cannot be located the XML ConfigurationFactory will try to locate log4j2.xml on the classpath.
  8. If no configuration file could be located the DefaultConfiguration will be used. This will cause logging output to go to the console.

ref: http://logging.apache.org/log4j/2.x/manual/configuration.html

没细看,应该默认不支持properites了

时间: 2024-10-04 02:02:50

log4j2.x 配置文件默认寻找顺序的相关文章

修改Fedora 25与Windows 10的默认启动顺序

首先贴出Fedora25下/boot/grub2/grub.cfg的内容: 1 # 2 # DO NOT EDIT THIS FILE 3 # 4 # It is automatically generated by grub2-mkconfig using templates 5 # from /etc/grub.d and settings from /etc/default/grub 6 # 7 8 ### BEGIN /etc/grub.d/00_header ### 9 set pag

Unity3d中默认函数调用顺序(MonoBehaviour)

首先要明确的是MonoBehaviour是每个脚本的基类.每个Javascript脚本自动继承MonoBehaviour.使用C#或Boo时,需要显式继承MonoBehaviour. Unity是不支持多线程的,也就是说我们必须要在主线程中操作它,可是Unity可以同时创建很多脚本,并且可以分别绑定在不同的游戏对象身上,他们各自都在执行自己的生命周期感觉像是多线程,并行执行脚本的,它是如何执行的呢? 我们做一个小小的实验来验证它.如下图所示,在Hierarchy视图中创建三个游戏对象,在Proj

修改grub默认启动顺序

grub现在有两个版本,一个grub,一个grub2,两个版本的操作不太一样. 装centos的朋友很有可能是grub.我电脑装的是ubuntu14.04,为grub2.我演示grub2的过程. GRUB默认启动顺序修改 GRUB2的默认启动顺序修改 首先我们cd到ubuntu的/boot/grub目录下,该目录下有个文件grub.cfg,就是设置默认启动的文件. 刚装ubuntu的朋友很可能会遇到这样的问题.因为ubuntu系统本来是让这个文件不可写的. 如下查看grub.cfg文件的权限就可

改动grub默认启动顺序

grub如今有两个版本号,一个grub,一个grub2,两个版本号的操作不太一样. 装centos的朋友非常有可能是grub.我电脑装的是ubuntu14.04,为grub2.我演示grub2的过程. GRUB默认启动顺序改动 GRUB2的默认启动顺序改动 首先我们cd到ubuntu的/boot/grub文件夹下,该文件夹下有个文件grub.cfg,就是设置默认启动的文件. 刚装ubuntu的朋友非常可能会遇到这种问题.由于ubuntu系统本来是让这个文件不可写的. 例如以下查看grub.cfg

Windows和linux双系统——修改默认启动顺序

电脑上装了Windows 7和Ubantu双系统,由于Linux系统用的次数比较少并且还是默认的启动项对此很不能容忍,因此得修改Windows为默认的启动项. 由于电脑上的系统引导程序是GRUB,因此修改当然也就落到Linux系统上啦. 修改/boot/grub/grub.cfg该文件中的默认加载启动项(默认自动加载第一个启动项,default="0"),由于该文件比较重要在修改前把他备份了一下(cp /boot/grub/grub.cfg /boot/grub/grub.cfg.ba

Linux学习随笔4——Windows和Linux双系统修改默认启动顺序

2015.8.30 本机电脑C盘装有Windows系统,后来因需要安装了个Linux系统,发现默认启动顺序变为Linux了, 因Windows使用比较多,需要将Windows设置为默认启动. 实现方法如下: 1.登入Linux系统 2.输入 cd /etc/boot(本人以root身份登入系统),找到该目录下的menu.lst 3.输入 vi menu.lst default=0  #修改启动顺序 timeout=5  #修改系统供选择的停留时间 数下文本中有几个"title",确认W

读配置文件可以保持顺序的 Java Properties 类

序 前几天,公司项目中有一个需求是读取配置文件的,而且最好能够保证加载到内存中的顺序能够和配置文件中的顺序一致,但是,如果使用 jdk 中提供的 Properties 类的话,读取配置文件后,加载到内存中的顺序是随机的,不能保证和原文件的顺序一致,因此,jdk 提供的 Properties 是不行的. 背景 由于有这样的需求,而 Java 的 Properties 类又不能实现,因此只能想别的办法.我曾经想过,在把配置文件加载到内存后,对其进行排序,但这个方案会有很多限制,而且也有问题.配置文件

Tomcat配置文件与启动顺序

三个配置应用的位置: 1.conf目录下的server.xml文件:此方式为Eclipse默认配置方法,同时也是三种方式中优先级最高的. <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE

Linux 与Windows 7双系统默认引导顺序的修改

环境:机器是TOSHIBA R700机器 系统是Linux mint 17.1 与windows 7 64bit 经过Grub引导程序来引导. 双系统安装顺序,我的是先安装的windows 后安装Linux 默认引导是Linux, 由于经常让宝宝看动画片,就切到默认引导是windows . 修改后的实际效果图如下: 修改后的效果 修改过程: 由于是Grub引导来完成引导的,需要修改Grub的配置文件Grub.cfg 修改过程是在Linux进行的. 打开配置文件,如图 打开需要修改的配置文件 需要