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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 3e6e3210c1f4f5c7a5efed214206a3abecab8f08
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Wed Sep 24 15:25:42 2025 +0200

    [MINOR] Change default logging level to warn in python api
---
 src/main/python/systemds/context/systemds_context.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/python/systemds/context/systemds_context.py 
b/src/main/python/systemds/context/systemds_context.py
index 00aa693cea..9843b367ed 100644
--- a/src/main/python/systemds/context/systemds_context.py
+++ b/src/main/python/systemds/context/systemds_context.py
@@ -85,7 +85,7 @@ class SystemDSContext(object):
         port: int = -1,
         capture_statistics: bool = False,
         capture_stdout: bool = False,
-        logging_level: int = 20,
+        logging_level: int = 30,
         py4j_logging_level: int = 50,
         data_transfer_mode: int = 1,
         multi_pipe_enabled: bool = False,

Reply via email to