Which is the best place to keep log4j.xml in eclipse folders? I keep it under \build\classes
however every time when I clean project, log4j.xml gets removed.
So what is the standard and best place to keep log4j.xml?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
\build\classesis the target folder of the project, you should putlog4j.xmlin the source folder of your project.