Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/examples/java/json-logging-ecs/logback-spring.xml
401 views
1
<configuration>
2
<include resource="co/elastic/logging/logback/boot/ecs-console-appender.xml" />
3
4
<root level="info">
5
<appender-ref ref="ECS_JSON_CONSOLE"/>
6
</root>
7
</configuration>
8
9