8 lines
292 B
Properties
8 lines
292 B
Properties
# you must set the following so that OpenTracing traced driver is used
|
|
spring.datasource.driver-class-name=io.opentracing.contrib.jdbc.TracingDriver
|
|
spring.datasource.url=jdbc:tracing:h2:mem:spring-test
|
|
|
|
# set the logging level
|
|
logging.level.root=INFO
|
|
logging.level.com.datadoghq.trace=DEBUG
|