Metadata: Reduce exiftool log level
This commit is contained in:
parent
cab5173ed5
commit
06f80f8702
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ func (c *Convert) ToJson(f *MediaFile) (jsonName string, err error) {
|
|||
|
||||
relName := f.RelName(c.conf.OriginalsPath())
|
||||
|
||||
log.Infof("exiftool: extracting metadata from %s", relName)
|
||||
log.Debugf("exiftool: extracting metadata from %s", relName)
|
||||
|
||||
cmd := exec.Command(c.conf.ExifToolBin(), "-j", f.FileName())
|
||||
|
||||
|
|
Loading…
Reference in a new issue