mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Change taglib extractor log level to trace
This commit is contained in:
parent
4d18212f5d
commit
a3ecc41e47
@ -38,7 +38,7 @@ func Read(filename string) (map[string]string, error) {
|
||||
if res != 0 {
|
||||
return nil, fmt.Errorf("cannot process %s", filename)
|
||||
}
|
||||
log.Debug("TagLib: read tags", "tags", m, "filename", filename)
|
||||
log.Trace("TagLib: read tags", "tags", m, "filename", filename, "id", id)
|
||||
return m, nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user