Change order of log4j2 configuration files properties precedence

I have gradle project which has log4j2.properties file in its resources directory. I've created integration-tests directory with another resources directory and log4j2.xml file. When I run my integrations tests, at first log4j2.xml configuration is used, but once test make a call to main project files xml configuration is being overwritten by log4j2.properties file. How could I make xml file properties take precedence over main project properties file when running tests?
1 Reply
JavaBot
JavaBot2y ago
This post has been reserved for your question.
Hey @Lil Villa! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here. 💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?