From 009ea31e7f3df35998ae9c97f937a63300646133 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 14 Dec 2012 16:22:14 -0800 Subject: [PATCH] move DEBUG to conf --- nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index c1ba5dd8..3cbc88a3 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -72,6 +72,10 @@ CouchPotatoCategory=movies # Clean up list. (space seperated, default *.nzb *.sfv *.1) FileCleanUp=*.nzb *.sfv *.1 + +# Toggle detailed output (0/1) +DEBUG=1 + ############################################################################## ### POSTPROCESSING-PARAMETERS ###