refactor(ci): add trace log

This commit is contained in:
Nightapes
2019-09-03 22:18:13 +02:00
parent 76ffeda95b
commit e5ed8edb75

View File

@@ -50,6 +50,7 @@ func GetCIProvider(gitUtil *gitutil.GitUtil, envs map[string]string) (*ProviderC
config, err := service.detect(envs)
if err == nil {
log.Infof("Found CI: %s", config.Name)
log.Tracef("Found CI config: %+v", config)
return config, nil
}
log.Debugf("%s", err.Error())