Skip to content

Commit 3e6e321

Browse files
committed
[MINOR] Change default logging level to warn in python api
1 parent 0e79c9b commit 3e6e321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/python/systemds/context/systemds_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
port: int = -1,
8686
capture_statistics: bool = False,
8787
capture_stdout: bool = False,
88-
logging_level: int = 20,
88+
logging_level: int = 30,
8989
py4j_logging_level: int = 50,
9090
data_transfer_mode: int = 1,
9191
multi_pipe_enabled: bool = False,

0 commit comments

Comments
 (0)