Skip to content

Commit 2d467c9

Browse files
PhilWindleaztec-bot
authored andcommitted
chore: Reduce log spam (#21436)
Reduces the severity of a log line.
1 parent 3a36f19 commit 2d467c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/validator-client/src/duties/validation_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export class ValidationService {
177177
} else {
178178
const error = result.reason;
179179
if (error instanceof DutyAlreadySignedError || error instanceof SlashingProtectionError) {
180-
this.log.info(
180+
this.log.verbose(
181181
`Attestation for slot ${proposal.slotNumber} by ${attestors[i]} already signed by another High-Availability node`,
182182
);
183183
// Continue with remaining attestors

0 commit comments

Comments
 (0)