vy commented on code in PR #1401:
URL: https://github.com/apache/logging-log4j2/pull/1401#discussion_r1433688251
##########
log4j-1.2-api/src/main/java/org/apache/log4j/builders/layout/HtmlLayoutBuilder.java:
##########
@@ -78,6 +79,7 @@ public Layout parse(final PropertiesConfiguration config) {
private Layout createLayout(final String title, final boolean
locationInfo) {
return LayoutWrapper.adapt(HtmlLayout.newBuilder()
+ .setConfiguration(new DefaultConfiguration())
Review Comment:
Good catch. Fixed in 0dc01025f1cd57019c453fa0439634d92349dfa2.
--
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]