fix: more silence (#5986)

This commit is contained in:
Elio Bischof 2023-06-06 17:12:54 +02:00 committed by GitHub
parent ebca7b6e3d
commit 61feb9d19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ func (db *CRDB) Push(ctx context.Context, events []*repository.Event, uniqueCons
"aggregateType", event.AggregateType,
"eventType", event.Type,
"instanceID", event.InstanceID,
).WithError(err).Info("query failed")
).WithError(err).Debug("query failed")
return caos_errs.ThrowInternal(err, "SQL-SBP37", "unable to create event")
}
}