mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
New Folder Scanner - WIP
This commit is contained in:
parent
7a16d41abe
commit
123f543a94
27 changed files with 1092 additions and 60 deletions
|
@ -132,7 +132,7 @@ func parseArgs(args []interface{}) (*logrus.Entry, string) {
|
|||
kvPairs := args[1:]
|
||||
l = addFields(l, kvPairs)
|
||||
}
|
||||
if currentLevel >= LevelDebug {
|
||||
if currentLevel >= LevelTrace {
|
||||
_, file, line, ok := runtime.Caller(2)
|
||||
if !ok {
|
||||
file = "???"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue