Remove error logs in tests (#10630)
This commit is contained in:
parent
1cd768e294
commit
0a28f9dcd5
|
@ -38,7 +38,9 @@ import org.springframework.context.annotation.Configuration;
|
|||
},
|
||||
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
|
||||
properties = {
|
||||
"otel.exporter.otlp.enabled=false",
|
||||
"otel.traces.exporter=none",
|
||||
"otel.metrics.exporter=none",
|
||||
"otel.logs.exporter=none",
|
||||
"otel.metric.export.interval=100",
|
||||
"otel.exporter.otlp.headers=a=1,b=2",
|
||||
// We set the export interval of the metrics to 100 ms. The default value is 1 minute.
|
||||
|
|
Loading…
Reference in New Issue