You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2023/08/31 08:35:43 UTC

[ignite-3] branch main updated: IGNITE-20312 Increase the number of log files in rotation (#2515)

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

ibessonov 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 e569728d29 IGNITE-20312 Increase the number of log files in rotation (#2515)
e569728d29 is described below

commit e569728d29a0a2075ca1f3e6bdd9015a55a217d2
Author: Ivan Bessonov <be...@gmail.com>
AuthorDate: Thu Aug 31 11:35:37 2023 +0300

    IGNITE-20312 Increase the number of log files in rotation (#2515)
---
 packaging/db/ignite.java.util.logging.properties | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/packaging/db/ignite.java.util.logging.properties b/packaging/db/ignite.java.util.logging.properties
index a1ebb74acf..86b99f6d92 100644
--- a/packaging/db/ignite.java.util.logging.properties
+++ b/packaging/db/ignite.java.util.logging.properties
@@ -43,5 +43,6 @@ handlers=java.util.logging.FileHandler
 java.util.logging.FileHandler.formatter = org.apache.ignite.lang.JavaLoggerFormatter
 java.util.logging.FileHandler.pattern = @APP_LOG_DIR@/ignite3db-%g.log
 java.util.logging.FileHandler.level = INFO
-java.util.logging.FileHandler.limit = 10485760
-java.util.logging.FileHandler.count = 10
+java.util.logging.FileHandler.append = true
+java.util.logging.FileHandler.limit = 104857600
+java.util.logging.FileHandler.count = 50