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

apkhmv 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 f8d45e6f12 IGNITE-23375 Write logs to console and file in zip 
distribution (#4515)
f8d45e6f12 is described below

commit f8d45e6f121a0b4adde1a44adad794ce9bb295da
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Mon Oct 7 15:46:50 2024 +0300

    IGNITE-23375 Write logs to console and file in zip distribution (#4515)
---
 packaging/db/zip/ignite.java.util.logging.properties | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packaging/db/zip/ignite.java.util.logging.properties 
b/packaging/db/zip/ignite.java.util.logging.properties
index 774c5875fe..62a462fa70 100644
--- a/packaging/db/zip/ignite.java.util.logging.properties
+++ b/packaging/db/zip/ignite.java.util.logging.properties
@@ -25,9 +25,7 @@
 #
 # Comma-separated list of logging "handlers". Note that some of them may be
 # reconfigured (or even removed) at runtime according to system properties.
-# Add file handler to log output to the file along with console:
-# handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler
-handlers=java.util.logging.ConsoleHandler
+handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 #
 # Default global logging level.

Reply via email to