mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Change initial scan message log level
This commit is contained in:
parent
19c2ef3803
commit
1f0314021e
1 changed files with 2 additions and 1 deletions
|
@ -133,10 +133,11 @@ func schedulePeriodicScan(schedule string) {
|
|||
}
|
||||
|
||||
time.Sleep(2 * time.Second) // Wait 2 seconds before the initial scan
|
||||
log.Info("Executing initial scan")
|
||||
log.Debug("Executing initial scan")
|
||||
if err := scanner.RescanAll(context.Background(), false); err != nil {
|
||||
log.Error("Error executing initial scan", err)
|
||||
}
|
||||
log.Debug("Finished initial scan")
|
||||
}
|
||||
|
||||
func startScheduler() (func() error, func(err error)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue