Skip to content

Commit

Permalink
Log error instead of debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Feb 11, 2025
1 parent 9b14c50 commit 7d82a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Federation/TrustMarkValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function doForTrustMarkId(
);
return;
} catch (\Throwable $exception) {
$this->logger?->debug(
$this->logger?->error(
sprintf(
'Trust Mark %s validation failed using claim %s for leaf entity %s, under Trust Anchor' .
' %s. Error was %s. Trying next if available.',
Expand Down

0 comments on commit 7d82a0e

Please sign in to comment.