Skip to content

Commit 9879274

Browse files
authored
Merge pull request #3096 from 1c-syntax/master
Sync
2 parents 8ef7771 + fc23d36 commit 9879274

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
@@ -13,9 +13,12 @@ logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer
1313
spring.application.name=BSL Language Server
1414
app.globalConfiguration.path=${user.home}/.bsl-language-server.json
1515
app.configuration.path=.bsl-language-server.json
16+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal
17+
1618
app.websocket.lsp-path=/lsp
1719
sentry.dsn=https://03ebc809fae749d297327b8140d3cad0@o745542.ingest.sentry.io/5790531
1820
sentry.environment=production
1921
sentry.attach-server-name=false
2022
sentry.logging.minimum-breadcrumb-level=debug
2123
picocli.disable.closures=true
24+

src/test/resources/application-measures.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
1212
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
1313
logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer=error
1414
spring.application.name=BSL Language Server
15+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal
1516

1617
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils=warn
1718
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
@@ -12,6 +12,7 @@ logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
1212
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate=warn
1313
logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer=error
1414
spring.application.name=BSL Language Server
15+
logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint=fatal
1516

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

0 commit comments

Comments
 (0)