Skip to content

Commit fc23d36

Browse files
authored
Merge pull request #3094 from Nivanchenko/hotfix/slp4j-cancelation-token-problem
cancelation token problem
2 parents de22f1a + 43d351b commit fc23d36

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ 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
16+
1517
app.websocket.lsp-path=/lsp
1618
sentry.dsn=https://03ebc809fae749d297327b8140d3cad0@o745542.ingest.sentry.io/5790531
1719
sentry.environment=production
1820
sentry.attach-server-name=false
1921
sentry.logging.minimum-breadcrumb-level=debug
2022
picocli.disable.closures=true
23+

src/test/resources/application-measures.properties

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

1516
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils=warn
1617
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
@@ -11,6 +11,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
1111
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean=warn
1212
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
1313
spring.application.name=BSL Language Server
14+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal
1415

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

0 commit comments

Comments
 (0)