logging-log4j2
logging-log4j2 copied to clipboard
Improve configuration error handling of `HttpAppender`
As reported in this SO question if the HTTP appender does not have a configured layout, it fails with an NPE.
The correct behavior should be:
- issue a status logger message at level
ERROR, - return
null.