Merge pull request #14148 from wy65701436/fix-log

update adapter log level to debug
This commit is contained in:
Wenkai Yin(尹文开) 2021-02-03 14:05:34 +08:00 committed by GitHub
commit 5144ed6f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {