Repair logger

This commit is contained in:
Ben Sarmiento
2024-05-25 05:45:50 +02:00
parent a681912fc1
commit 53c71b1249
4 changed files with 45 additions and 40 deletions

View File

@@ -99,6 +99,7 @@ func MainApp(configPath string) {
api,
workerPool,
log.Named("manager"),
log.Named("repair"),
)
downloader := universal.NewDownloader(downloadClient)