From 7470b2c1facebcbec2a16fce8d246cef46b715a7 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 1 Oct 2018 22:20:17 -0600 Subject: [PATCH] Added commented out Detail setting in the service defintion file --- etc/logwatch/conf/services/cfddns.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/logwatch/conf/services/cfddns.conf b/etc/logwatch/conf/services/cfddns.conf index c92b89d..7b19ee7 100644 --- a/etc/logwatch/conf/services/cfddns.conf +++ b/etc/logwatch/conf/services/cfddns.conf @@ -1,2 +1,9 @@ +# Name of the logfile group without any extension LogFile = cfddns -Title = "CloudFlare DDNS update" \ No newline at end of file + +# Heading displayed on Logwatch's report for this service +Title = "CloudFlare DDNS update" + +# Override the detail level for this service +# Remember the levels are: 0, 1-4, 5, 6+ +# Detail = 0 \ No newline at end of file