vy commented on issue #2185:
URL: 
https://github.com/apache/logging-log4j2/issues/2185#issuecomment-1891855729

   @AmanDaharwal, I have the impression that you haven't read my messages 
completely – I might be wrong. **Please read my earlier messages and use 
`System.setProperty()` I shared there.**
   
   If you insist on using a `Configurator`, of which I wouldn't recommend since 
it implies a compile-time `log4j-core` dependency, you can use
   
   ```
   org.apache.logging.log4j.core.config.Configurator.reconfigure(new 
File("Log4j2Issue2185.properties").toURI())
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to