You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Verbose debug logging is fine here since typically filters
939
944
// are only used in development or testing environments.
940
-
if!ok {
945
+
if!includeContainer {
941
946
logger.Debug(ctx, "container does not match include filter, ignoring devcontainer", slog.F("container_labels", container.Labels), slog.F("include_filter", api.containerLabelIncludeFilter))
0 commit comments