Skip to content

Commit

Permalink
The MultiprocessRollingFileAppender feature was previously documented
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Nov 21, 2023
1 parent 8c4a28a commit 3a28c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/change-report-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The following issues have been addressed:

* The `locale` external character encoding option reverting to US-ASCII \[[LOGCXX-483](https://issues.apache.org/jira/browse/LOGCXX-483)\]
* A segfault during process exit when log4cxx::LogManager::shutdown is not called
* The cmake option to include a MultiprocessRollingFileAppender did not work
* Build failure in a MSYS2 environment \[[#293](https://github.com/apache/logging-log4cxx/issues/293)\]
* The AsyncAppender and dynamically loading configuration changes disabled when the APR library was built without support for threads

Expand All @@ -62,7 +63,6 @@ Release 1.2.0 includes the following new features:
* Less string copying when sending a logging event to an appender
* Allow thread information to be included in JSON formatted output
* Optional support for logging during process termination \[[#271](https://github.com/apache/logging-log4cxx/issues/271)\]
* Optionally include a MultiprocessRollingFileAppender (a cmake option)
* A cmake option to place Log4cxx functions in a different namespace \[[#277](https://github.com/apache/logging-log4cxx/issues/277)\]
* Optionally use std::format in LOG4CXX_XXXX_FMT macros instead of fmt::format \[[#291](https://github.com/apache/logging-log4cxx/issues/291)\]

Expand Down

0 comments on commit 3a28c21

Please sign in to comment.