File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ 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
16
+
15
17
app.websocket.lsp-path =/lsp
16
18
sentry.dsn =https://03ebc809fae749d297327b8140d3cad0@o745542.ingest.sentry.io/5790531
17
19
sentry.environment =production
18
20
sentry.attach-server-name =false
19
21
sentry.logging.minimum-breadcrumb-level =debug
20
22
picocli.disable.closures =true
23
+
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
11
11
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean =warn
12
12
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate =warn
13
13
spring.application.name =BSL Language Server
14
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
14
15
15
16
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils =warn
16
17
logging.level.org.springframework.test.context.support.AbstractContextLoader =warn
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ logging.level.org.springframework.data.repository.config.RepositoryConfiguration
11
11
logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean =warn
12
12
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate =warn
13
13
spring.application.name =BSL Language Server
14
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
14
15
15
16
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils =warn
16
17
logging.level.org.springframework.test.context.support.AbstractContextLoader =warn
You can’t perform that action at this time.
0 commit comments