rm5248 commented on code in PR #164:
URL: https://github.com/apache/logging-log4cxx/pull/164#discussion_r1052812549
##########
src/main/include/log4cxx/rolling/gzcompressaction.h:
##########
@@ -52,6 +52,17 @@ class GZCompressAction : public Action
*/
bool execute(log4cxx::helpers::Pool& pool) const override;
+ /**
+ * Set to true to throw an IOException on a fork failure. By
default, this
+ * is true. When an IOException is thrown, this will
automatically cause the
+ * error handler to be called(which is the recommended way of
handling this
+ * problem). By setting this to true, the GZCompressAction
effectively
Review Comment:
whoops, thanks for noticing! fixed.
--
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]