From d7490d6282b387eacbd4de8c3ab31421283cfb76 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 16 Dec 2020 13:26:22 +0100 Subject: [PATCH] Add Processing failed for ... to custom logs (#8882) --- medusa/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/medusa/app.py b/medusa/app.py index 260ba90f95..a2b2c4db32 100644 --- a/medusa/app.py +++ b/medusa/app.py @@ -10,6 +10,7 @@ CUSTOMIZABLE_LOGS = [ 'Missed file: {missed_file}', 'Problem(s) during processing, failed for the following files/folders: ', + 'Processing failed for {file_path}: {process_fail_message}', 'No NZB/Torrent providers found or enabled in the application config for daily searches. Please check your settings', ]