layer1: log namespace summary active flag

This commit is contained in:
Naeel
2026-04-26 11:51:03 +03:00
parent fed69da335
commit 7d7fe561a8
3 changed files with 43 additions and 1 deletions
+1
View File
@@ -143,6 +143,7 @@ func LogNamespaceManagerSummary(logger *zap.Logger, message string, summary Name
logger.Info(message,
zap.Int("total_namespaces", summary.TotalNamespaces),
zap.Int("live_namespaces", summary.LiveNamespaces),
zap.Bool("has_active_namespaces", summary.HasActiveNamespaces()),
zap.Any("phase_counts", summary.PhaseCounts),
zap.Any("source_counts", summary.SourceCounts),
zap.Strings("subscribers", summary.Subscribers),