log4j 2 - configuration issue

前端 未结 12 795
执笔经年
执笔经年 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:53

    I had similar problem. I put the file under src folder and it worked. I did not mention any package name in the log4j2.xml file.

提交回复
热议问题