mirror of
https://github.com/goharbor/harbor
synced 2025-05-17 03:24:36 +00:00
project userid not found log level into debug (#17343)
Signed-off-by: yminer <yminer@vmware.com>
This commit is contained in:
parent
1e13999fff
commit
daf0874ed5
@ -355,7 +355,7 @@ func (c *controller) loadOwners(ctx context.Context, projects models.Projects) e
|
||||
for _, p := range projects {
|
||||
owner, ok := m[p.OwnerID]
|
||||
if !ok {
|
||||
log.G(ctx).Warningf("the owner of project %s is not found, owner id is %d", p.Name, p.OwnerID)
|
||||
log.G(ctx).Debugf("the owner of project %s is not found, owner id is %d", p.Name, p.OwnerID)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user