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 @@ -13,9 +13,12 @@ logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer
13
13
spring.application.name =BSL Language Server
14
14
app.globalConfiguration.path =${user.home}/.bsl-language-server.json
15
15
app.configuration.path =.bsl-language-server.json
16
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
17
+
16
18
app.websocket.lsp-path =/lsp
17
19
sentry.dsn =https://03ebc809fae749d297327b8140d3cad0@o745542.ingest.sentry.io/5790531
18
20
sentry.environment =production
19
21
sentry.attach-server-name =false
20
22
sentry.logging.minimum-breadcrumb-level =debug
21
23
picocli.disable.closures =true
24
+
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
12
12
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate =warn
13
13
logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer =error
14
14
spring.application.name =BSL Language Server
15
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
15
16
16
17
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils =warn
17
18
logging.level.org.springframework.test.context.support.AbstractContextLoader =warn
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ logging.level.org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
12
12
logging.level.org.springframework.context.support.PostProcessorRegistrationDelegate =warn
13
13
logging.level.org.springframework.core.LocalVariableTableParameterNameDiscoverer =error
14
14
spring.application.name =BSL Language Server
15
+ logging.level.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint =fatal
15
16
16
17
logging.level.org.springframework.test.context.support.AnnotationConfigContextLoaderUtils =warn
17
18
logging.level.org.springframework.test.context.support.AbstractContextLoader =warn
You can’t perform that action at this time.
0 commit comments