Skip to content

Commit d05208b

Browse files
committed
more debugging
1 parent 1f0f397 commit d05208b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internals/discovery/discovery.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"net/http"
77
"regexp"
88
"slices"
9+
"strings"
910
"time"
1011

1112
"github.com/codeshelldev/gotl/pkg/jsonutils"
@@ -144,6 +145,8 @@ func getContainerDiff() (Diff[string], error) {
144145
globalDiff.Merge(diff)
145146
} else {
146147
logger.Info("Added ", container.Names[0])
148+
149+
logger.Dev("!> With ", strings.Join(hosts, ","))
147150
}
148151

149152
containerHosts[container.ID] = hosts

0 commit comments

Comments
 (0)