From cf35b4734ccb6a2d88fb2f8f0559b99e1b6773c1 Mon Sep 17 00:00:00 2001 From: Nikita Ivanchenko Date: Thu, 13 Jul 2023 23:12:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=83=D1=80=D0=BE=D0=B2=D0=B5=D0=BD=D1=8C=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=B0,=20=D1=87=D1=82=D0=BE=20=D0=B1=D1=8B=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=B4=D0=B0=D0=BB=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8?= =?UTF-8?q?=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 1 + src/test/resources/application-measures.properties | 1 + src/test/resources/application.properties | 1 + 3 files changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a67dd2df49f..d8fbdfba51e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -12,3 +12,4 @@ logging.level.org.springframework.context.support.PostProcessorRegistrationDeleg spring.application.name=BSL Language Server app.globalConfiguration.path=${user.home}/.bsl-language-server.json app.configuration.path=.bsl-language-server.json +logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal \ No newline at end of file diff --git a/src/test/resources/application-measures.properties b/src/test/resources/application-measures.properties index 9e87d3d52a8..ec6e358ac4c 100644 --- a/src/test/resources/application-measures.properties +++ b/src/test/resources/application-measures.properties @@ -10,6 +10,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean=warn logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn spring.application.name=BSL Language Server +logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils=warn logging.level.org.springframework.test.context.support.AbstractContextLoader=warn diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index b9d9d03fe18..6293b8a1c2c 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -10,6 +10,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean=warn logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn spring.application.name=BSL Language Server +logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils=warn logging.level.org.springframework.test.context.support.AbstractContextLoader=warn