Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit ddeb7c3

Browse files
committed
reduce logging output to not include history of all lambda ip addreesses and only the count
1 parent 856db34 commit ddeb7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunnelconnection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (t *connectionManager) runTunnel() {
121121
for k := range allLambdaIPs {
122122
ips = append(ips, k)
123123
}
124-
log.Printf("%v Unique Lambda IPs used so far: %v\n", len(allLambdaIPs), strings.Join(ips, ", "))
124+
log.Printf("%v Unique Lambda IPs used so far\n", len(allLambdaIPs))
125125
log.Println("---------------")
126126
}
127127
}

0 commit comments

Comments
 (0)