Skip to content

Commit cf35b47

Browse files
committed
изменил уровень лога, что бы не падал плагин
1 parent 03560bd commit cf35b47

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ logging.level.org.springframework.context.support.PostProcessorRegistrationDeleg
1212
spring.application.name=BSL Language Server
1313
app.globalConfiguration.path=${user.home}/.bsl-language-server.json
1414
app.configuration.path=.bsl-language-server.json
15+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal

src/test/resources/application-measures.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
1010
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean=warn
1111
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
1212
spring.application.name=BSL Language Server
13+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal
1314

1415
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils=warn
1516
logging.level.org.springframework.test.context.support.AbstractContextLoader=warn

src/test/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
1010
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean=warn
1111
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
1212
spring.application.name=BSL Language Server
13+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal
1314

1415
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils=warn
1516
logging.level.org.springframework.test.context.support.AbstractContextLoader=warn

0 commit comments

Comments
 (0)