fix: Add logging to Terraform install (#4191)

Fixes #4129.
This commit is contained in:
Kyle Carberry
2022-09-24 14:55:17 -05:00
committed by GitHub
parent 4054a9c7cb
commit 112eaf80d1
2 changed files with 3 additions and 2 deletions

View File

@ -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))