mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
@ -303,7 +303,7 @@ func (api *API) runEntitlementsLoop(ctx context.Context) {
|
||||
api.Logger.Debug(ctx, "successfully subscribed to pubsub")
|
||||
}
|
||||
|
||||
api.Logger.Info(ctx, "syncing licensed entitlements")
|
||||
api.Logger.Debug(ctx, "syncing licensed entitlements")
|
||||
err := api.updateEntitlements(ctx)
|
||||
if err != nil {
|
||||
api.Logger.Warn(ctx, "failed to get feature entitlements", slog.Error(err))
|
||||
|
Reference in New Issue
Block a user