Skip to content

Commit

Permalink
feat: logs improvement
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com>
  • Loading branch information
joanestebanr and Stefan-Ethernal authored Nov 27, 2024
1 parent 507834e commit 68b9255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgesync/bridgesync.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func newBridgeSync(
return nil, err
}
logger.Infof("BridgeSyncer [%s] created: dbPath: %s initialBlock:%d bridgeAddr: %s, syncFullClaims: %d,"+
" maxRetryAttemptsAfterError:%d RetryAfterErrorPeriod:%s"+
" maxRetryAttemptsAfterError: %d RetryAfterErrorPeriod: %s"+
"syncBlockChunkSize: %d, blockFinalityType: %s waitForNewBlocksPeriod: %s",
l1OrL2ID,
dbPath, initialBlock, bridge.String(), syncFullClaims,
Expand Down

0 comments on commit 68b9255

Please sign in to comment.