We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2903afb commit 5ff037eCopy full SHA for 5ff037e
modules/migration/file_format.go
@@ -76,7 +76,7 @@ func validate(bs []byte, datatype interface{}, isJSON bool) error {
76
}
77
err = sch.Validate(v)
78
if err != nil {
79
- log.Error("migration validation with %s failed for\n%s", schemaFilename, string(bs))
+ log.Error("migration validation with %s failed:\n%#v", schemaFilename, err)
80
81
return err
82
0 commit comments