Skip to content

Commit df88a06

Browse files
committed
[log] - set log level to ERROR
1 parent 14a2c19 commit df88a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jdtls

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JDTLS_WORKSPACE=$3
88
java -Declipse.application=org.eclipse.jdt.ls.core.id1 \
99
-Dosgi.bundles.defaultStartLevel=4 \
1010
-Declipse.product=org.eclipse.jdt.ls.core.product \
11-
-Dlog.level=ALL \
11+
-Dlog.level=ERROR \
1212
-noverify \
1313
-jar $JDTLS_LAUNCHER \
1414
-configuration $JDTLS_REPOSITORY/$JDTLS_CONFIG \

jdtls-jdk8

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JDTLS_WORKSPACE=$3
88
java -Declipse.application=org.eclipse.jdt.ls.core.id1 \
99
-Dosgi.bundles.defaultStartLevel=4 \
1010
-Declipse.product=org.eclipse.jdt.ls.core.product \
11-
-Dlog.level=ALL \
11+
-Dlog.level=ERROR \
1212
-noverify \
1313
-jar $JDTLS_LAUNCHER \
1414
-configuration $JDTLS_REPOSITORY/$JDTLS_CONFIG \

0 commit comments

Comments
 (0)