This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.2.x in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push: new ab97dad Fix async comment message new bd28f37 Merge pull request #1256 from harrison-tarr/fix-async-comment ab97dad is described below commit ab97dadb080f40969df80fefe2bbad64913bde30 Author: Harrison Tarr <harrison.andre...@gmail.com> AuthorDate: Tue Nov 24 11:48:07 2020 -0500 Fix async comment message --- .../base/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg index 71f6cdd..ddbcae9 100644 --- a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg +++ b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg @@ -32,7 +32,7 @@ log4j2.out.pattern = \u001b[90m%d{HH:mm:ss\.SSS}\u001b[0m %highlight{%-5level}{F # Root logger log4j2.rootLogger.level = INFO -# uncomment to use asynchronous loggers, which require mvn:com.lmax/disruptor/3.3.2 library +# uncomment to use asynchronous loggers, which require mvn:com.lmax/disruptor/3.3.2 and mvn:org.ops4j.pax.logging/pax-logging-log4j2-extra/1.11.4 libraries #log4j2.rootLogger.type = asyncRoot #log4j2.rootLogger.includeLocation = false log4j2.rootLogger.appenderRef.RollingFile.ref = RollingFile