Skip to content

Commit

Permalink
dont fail on err
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel-GrunbergerCA <[email protected]>
  • Loading branch information
Daniel-GrunbergerCA committed Nov 7, 2023
1 parent 5e706a4 commit 9c7f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/containerwatcher/v1/container_watcher_private.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ func (ch *IGContainerWatcher) startTracers() error {
}

if err := ch.startDNSTracing(); err != nil {
// not failing on dns tracing error
logger.L().Error("error starting dns tracing", helpers.Error(err))
return err
}

if err := ch.startNetworkTracing(); err != nil {
Expand Down

0 comments on commit 9c7f498

Please sign in to comment.