[GitHub] [logging-log4cxx] pm-cfs commented on pull request #61: MapFilter documentation in Markdown

2021-04-13 Thread GitBox
pm-cfs commented on pull request #61: URL: https://github.com/apache/logging-log4cxx/pull/61#issuecomment-819107727 Requested changes made; my markdown engine doesn't do a great job with this, but that's my problem. I understand the semantics request and hopefully this works better for eve

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-13 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-819086870 If we do this for the `GZCompressAction`, a similar thing should also happen for the `ZipCompressAction`. @ams-tschoening Any thoughts as to the change? On one hand, I

[GitHub] [logging-log4cxx] nturner opened a new pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-13 Thread GitBox
nturner opened a new pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62 Prior to this patch, if apr_proc_create fails (e.g. because the parent process is very large and the system does not have enough free memory to create the child), logging effectively stops. Wi