log4j 2 - configuration issue

前端 未结 12 740
执笔经年
执笔经年 2020-12-10 12:34

I am trying to configure log4j 2.0 to report logs.

My config is saved as log4j2.xml and this is its content:

  

        
12条回答
  •  抹茶落季
    2020-12-10 12:54

    you should put your log4j2.xml into the classpath.

    or set "log4j.configurationFile" system property to force to use your log4j2.xml

    Please refer to: http://logging.apache.org/log4j/2.x/manual/configuration.html#AutomaticConfiguration

提交回复
热议问题