Skip to content

Commit 6b4a270

Browse files
committed
fix logging error
1 parent 9e7b8f0 commit 6b4a270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/socket-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func main() {
6969
slog.Info("watchdog disabled")
7070
}
7171
if len(cfg.AllowBindMountFrom) > 0 {
72-
slog.Info("Docker bind mount restrictions:", cfg.AllowBindMountFrom)
72+
slog.Info("Docker bind mount restrictions enabled", "allowbindmountfrom", cfg.AllowBindMountFrom)
7373
} else {
7474
// we only log this on DEBUG level because bind mount restrictions are a very special use case
7575
slog.Debug("no Docker bind mount restrictions")

0 commit comments

Comments
 (0)