This commit is contained in:
Evan Jarrett
2026-01-04 23:37:31 -06:00
parent e5e59fdcbf
commit 487fc8a47e
16 changed files with 232 additions and 232 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ func main() {
os.Exit(1)
}
if quotaMgr.IsEnabled() {
slog.Info("Quota enforcement enabled", "berths", quotaMgr.BerthCount(), "defaultBerth", quotaMgr.GetDefaultBerth())
slog.Info("Quota enforcement enabled", "tiers", quotaMgr.TierCount(), "defaultTier", quotaMgr.GetDefaultTier())
} else {
slog.Info("Quota enforcement disabled (no quotas.yaml found)")
}