Skip to content

Commit

Permalink
chore: fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Sep 8, 2024
1 parent 1dcf80d commit 98df3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fetchers/cosmovisor_version_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewCosmovisorVersionFetcher(
tracer trace.Tracer,
) *CosmovisorVersionFetcher {
return &CosmovisorVersionFetcher{
Logger: logger.With().Str("component", "cosmovisor_querier").Logger(),
Logger: logger.With().Str("component", "cosmovisor_fetcher").Logger(),
Cosmovisor: cosmovisor,
Tracer: tracer,
}
Expand Down

0 comments on commit 98df3cc

Please sign in to comment.