Skip to content

Commit

Permalink
feat(minor): change logging message when updating caches
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Jul 30, 2024
1 parent 0396cfa commit 37498c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c *Cache[T]) Update(data T) {
c.updateCounter.Inc()
metrics.CacheUpdates.Inc()
c.persistToFile()
lumber.Success(c.Name, "updated")
lumber.Success(c.Name, "cache updated")
}
}

Expand Down

0 comments on commit 37498c4

Please sign in to comment.