ppkarwasz edited a comment on pull request #768:
URL: https://github.com/apache/logging-log4j2/pull/768#issuecomment-1048490776


   This should prevent frustrating debugging like in [this StackOverflow 
question](https://stackoverflow.com/q/71149004/11748454), where the user just 
got:
   
   ```
   2022-02-16 21:04:20,396 main ERROR Unable to create Appender 
org.apache.log4j.RollingFileAppender due to 
ClassNotFoundException:org.apache.log4j.RollingFileAppender
   ```
   
   because the builder failed to produce an appender (missing filename) and the 
fallback mechanism kicked in.


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to