Clarify log message

This commit is contained in:
Ingo Oppermann 2023-06-20 22:51:11 +02:00
parent 435adfb6ea
commit f0957e2815
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -40,7 +40,7 @@ func New(config iam.Config, store store.Store) (iam.IAM, error) {
}
func (m *manager) apply(op store.Operation) {
m.logger.Debug().WithField("operation", string(op)).Log("")
m.logger.Debug().WithField("operation", string(op)).Log("Applying action on operation")
switch op {
case store.OpAddIdentity:
m.ReloadIndentities()