Skip to content

Commit

Permalink
adds logging
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Dec 13, 2024
1 parent 242c3e7 commit c0b40da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/docker/container_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type ContainerStore struct {
}

func NewContainerStore(ctx context.Context, client Client, filter ContainerFilter) *ContainerStore {
log.Debug().Str("host", client.Host().Name).Interface("filter", filter).Msg("initializing container store")

s := &ContainerStore{
containers: xsync.NewMapOf[string, *Container](),
client: client,
Expand Down

0 comments on commit c0b40da

Please sign in to comment.