You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2023/09/14 12:11:41 UTC

[ignite-3] branch main updated: IGNITE-20414 Rollover test logs on startup (#2589)

This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new f390218e6f IGNITE-20414 Rollover test logs on startup (#2589)
f390218e6f is described below

commit f390218e6ffda986f66c152dd72cf38a235113ac
Author: Vadim Pakhnushev <86...@users.noreply.github.com>
AuthorDate: Thu Sep 14 15:11:36 2023 +0300

    IGNITE-20414 Rollover test logs on startup (#2589)
---
 modules/core/src/testFixtures/resources/log4j2-test.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/core/src/testFixtures/resources/log4j2-test.xml b/modules/core/src/testFixtures/resources/log4j2-test.xml
index 3e07e837ed..bd24cf9063 100755
--- a/modules/core/src/testFixtures/resources/log4j2-test.xml
+++ b/modules/core/src/testFixtures/resources/log4j2-test.xml
@@ -42,6 +42,7 @@
       filePattern="build/ignite.log.%i">
       <PatternLayout pattern="[%d{ISO8601}][%-5p][%t][%c{1}]%notEmpty{[%markerSimpleName]} %m%n"/>
       <Policies>
+        <OnStartupTriggeringPolicy />
         <SizeBasedTriggeringPolicy size="10 MB"/>
       </Policies>
       <DefaultRolloverStrategy max="10"/>