vy commented on code in PR #4072:
URL: https://github.com/apache/logging-log4j2/pull/4072#discussion_r3136180580


##########
src/changelog/2.6/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml:
##########
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns="https://logging.apache.org/xml/ns";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="
+           https://logging.apache.org/xml/ns
+           https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+       type="fixed">
+  <issue id="2006" 
link="https://github.com/apache/logging-log4j2/issues/2006"/>
+  <issue id="4072" link="https://github.com/apache/logging-log4j2/pull/4072"/>
+  <description format="asciidoc">
+    Fix RollingFileAppender createOnDemand behavior to correctly defer file 
and directory creation

Review Comment:
   ```suggestion
       Fix the `createOnDemand` behavior of `RollingFileAppender` to correctly 
defer file and directory creation
   ```



-- 
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]

Reply via email to