mirror of
https://github.com/goharbor/harbor
synced 2025-04-27 17:03:07 +00:00
update adapter log level to debug
Signed-off-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
parent
2227bbdd65
commit
3c9ec4c778
@ -282,7 +282,7 @@ func (a *adapter) FetchArtifacts(filters []*model.Filter) ([]*model.Resource, er
|
||||
repo := r
|
||||
runner.AddTask(func() error {
|
||||
name := fmt.Sprintf("%s/%s", repo.Namespace, repo.Name)
|
||||
log.Infof("Routine started to collect tags for repo: %s", name)
|
||||
log.Debugf("Routine started to collect tags for repo: %s", name)
|
||||
|
||||
// If name filter set, skip repos that don't match the filter pattern.
|
||||
if len(nameFilter) != 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user