File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ logging.level.org.springframework.context.support.PostProcessorRegistrationDeleg
12
12
spring.application.name =BSL Language Server
13
13
app.globalConfiguration.path =${user.home}/.bsl-language-server.json
14
14
app.configuration.path =.bsl-language-server.json
15
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
10
10
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean =warn
11
11
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate =warn
12
12
spring.application.name =BSL Language Server
13
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
13
14
14
15
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils =warn
15
16
logging.level.org.springframework.test.context.support.AbstractContextLoader =warn
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
10
10
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean =warn
11
11
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate =warn
12
12
spring.application.name =BSL Language Server
13
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
13
14
14
15
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils =warn
15
16
logging.level.org.springframework.test.context.support.AbstractContextLoader =warn
You can’t perform that action at this time.
0 commit comments