Skip to content

Commit 2454747

Browse files
authored
Set Java logging level to error (#146)
1 parent 8dcb5ad commit 2454747

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/trustyai/initializer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
DEFAULT_ARGS = (
1919
"--add-opens=java.base/java.nio=ALL-UNNAMED",
20-
) # see https://arrow.apache.org/docs/java/install.html#java-compatibility
20+
# see https://arrow.apache.org/docs/java/install.html#java-compatibility
21+
"-Dorg.slf4j.simpleLogger.defaultLogLevel=error",
22+
)
2123

2224

2325
def _get_default_path():

0 commit comments

Comments
 (0)