Skip to content

Commit

Permalink
Change log level of missing OpenAPI info
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch authored and rrayst committed Aug 20, 2024
1 parent dfe6e86 commit 571c597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private void setSpanOpenAPIAttributes(Exchange exc, Span span) {
try {
record = exc.getProperty(OPENAPI_RECORD, OpenAPIRecord.class);
} catch (ClassCastException e) {
log.info("No OpenAPI to report to OpenTelemetry.");
log.debug("No OpenAPI to report to OpenTelemetry.");
return;
}
if (record != null) {
Expand Down

0 comments on commit 571c597

Please sign in to comment.