Skip to content

Commit

Permalink
Merge pull request #3094 from Nivanchenko/hotfix/slp4j-cancelation-to…
Browse files Browse the repository at this point in the history
…ken-problem

cancelation token problem
  • Loading branch information
nixel2007 authored Jul 13, 2023
2 parents de22f1a + 43d351b commit fc23d36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ 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

app.websocket.lsp-path=/lsp
sentry.dsn=https://03ebc809fae749d297327b8140d3cad0@o745542.ingest.sentry.io/5790531
sentry.environment=production
sentry.attach-server-name=false
sentry.logging.minimum-breadcrumb-level=debug
picocli.disable.closures=true

1 change: 1 addition & 0 deletions src/test/resources/application-measures.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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
Expand Down

0 comments on commit fc23d36

Please sign in to comment.