KTonev opened a new issue, #1361: URL: https://github.com/apache/logging-log4j2/issues/1361
Hello, so I want to get the value of fileName as a String from an appender. But when I use the Log4j 2 API, it loads the log4j.xml and creates files with the value inside of "fileName". I understand why it works that way but I want to ask if there is a way to read the log4j.xml, get the value of "fileName" as a String from the appender without loading it and creating files, that done with Log4j2 API. Because I have running server at the same time using that log4j.xml and I don't want the API loading it at the same time. So I am interested in that if the API can just read the xml file something like parser. Thank you for your answer in advance!!! -- 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]
