Closed
Description
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
.
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:
ERROR
,null
.