Skip to content

Commit

Permalink
Use logger in archive pool
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 17, 2024
1 parent 8aed4c6 commit 62d9b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ func MustNew(cfg *config.Config, logger *supportlog.Entry) *Daemon {
historyArchive, err := historyarchive.NewArchivePool(
cfg.HistoryArchiveURLs,
historyarchive.ArchiveOptions{
Logger: logger,
NetworkPassphrase: cfg.NetworkPassphrase,
CheckpointFrequency: cfg.CheckpointFrequency,
ConnectOptions: storage.ConnectOptions{
Expand Down

0 comments on commit 62d9b72

Please sign in to comment.