Re: Log4j2 configuration with struts 2.5.x

2017-10-24 Thread Louis Smith
1) Maven Dependencies: We do a lot of logging, and have a lot of libraries that bring their own requirements, so this is what we have: In the stanza: UTF-8 1.8 2.5.13 3.0.7 4.1.0.RELEASE 4.1.0.RELEASE 5.1.0.Final 2.6.2 3.2.0.Final 2.22.4 1.7.12

Re: Log4j2 configuration with struts 2.5.x

2017-10-24 Thread Yasser Zamani
On 10/24/2017 2:17 PM, ravirajmishr...@gmail.com wrote: > 1. What jars I need to add to my system for log4j2 > 2. How to write the log4j.properties files for log4j2 Please see if Step 4 of [1] works. [1] http://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html

Log4j2 configuration with struts 2.5.x

2017-10-24 Thread ravirajmishr...@gmail.com
Hello, I have migrated my project from struts 2.3 to struts 2.5 . I am facing a problem while upgrading to log4j2 from log4j1 I need help to configure the log4j2 with my system My questions are. 1. What jars I need to add to my system for log4j2 2. How to write the log4j.properties files for log