opentelemetry-java-instrume.../examples/spring-boot-jdbc/out/production/resources/application.properties

8 lines
273 B
Properties

# you must set the following so that OpenTracing traced driver is used
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:spring-test;DB_CLOSE_ON_EXIT=FALSE
# set the logging level
logging.level.root=INFO
logging.level.datadog.trace=DEBUG