We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5a4e4 commit 76aa25bCopy full SHA for 76aa25b
tests/integration_test.rs
@@ -904,11 +904,11 @@ async fn test_otel() {
904
"OTEL_EXPORTER_OTLP_CLIENT_KEY",
905
client_key_file.path().to_str().unwrap(),
906
);
907
- std::env::set_var("OTEL_METRIC_EXPORT_INTERVAL", "1");
908
909
let mut config = default_test_config();
910
config.metrics_enabled = true;
911
config.log_fmt = "otlp".to_string();
+ config.log_level = "trace".to_string();
912
913
setup_metrics().unwrap();
914
setup_tracing(&config.log_level, &config.log_fmt, config.log_no_color).unwrap();
0 commit comments