79479467

Date: 2025-03-02 17:40:21
Score: 0.5
Natty:
Report link

For the newest version of Log4j2, this is what the docs recommend:

ConfigurationFactory.getInstance()
        .getConfiguration(
                null,
                null,
                URI.create("uri://to/my/log4j2.xml"));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KingKevin23