Skip to content

Commit

Permalink
Merge pull request #3096 from 1c-syntax/master
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
nixel2007 authored Jul 13, 2023
2 parents 8ef7771 + fc23d36 commit 9879274
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 @@ -13,9 +13,12 @@ logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer
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 @@ -12,6 +12,7 @@ logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer=error
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 @@ -12,6 +12,7 @@ logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer=error
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 9879274

Please sign in to comment.