From 647bcf4b42ac7760fe785a4216f839234e82e1fe Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Sun, 1 Apr 2018 21:47:16 +0200 Subject: [PATCH] enable logging to file for parsing. --- manifest/etc/cron.d/root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/etc/cron.d/root b/manifest/etc/cron.d/root index 19177da..9fc590b 100644 --- a/manifest/etc/cron.d/root +++ b/manifest/etc/cron.d/root @@ -1 +1 @@ -@hourly /usr/bin/dmarcts-report-parser.pl -i -d -r +@hourly /usr/bin/dmarcts-report-parser.pl -i -d -r 1>>/var/log/nginx/dmarc-reports.log 2>&1