change: replace logs

This commit is contained in:
debugtalk
2021-10-17 22:13:22 +08:00
parent 1077e756b8
commit b431765498
5 changed files with 35 additions and 16 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func loadFromJSON(path string) (*TCase, error) {
log.Errorf("convert absolute path error: %v, path: %v", err, path)
return nil, err
}
log.Infof("load testcase from json path: %s", path)
log.WithField("path", path).Info("load json testcase")
file, err := ioutil.ReadFile(path)
if err != nil {