mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
add namespace ID to loading groups debug message on unseal (#27922)
This commit is contained in:
parent
aeae52fc4f
commit
4ccf568480
@ -148,7 +148,7 @@ func (i *IdentityStore) loadGroups(ctx context.Context) error {
|
||||
}
|
||||
|
||||
if i.logger.IsDebug() {
|
||||
i.logger.Debug("loading group", "name", group.Name, "id", group.ID)
|
||||
i.logger.Debug("loading group", "namespace", ns.ID, "name", group.Name, "id", group.ID)
|
||||
}
|
||||
|
||||
txn := i.db.Txn(true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user