Forum: Cfengine Help
Subject: Re: Don't want information in syslog
Author: gusto
Link to topic: https://cfengine.com/forum/read.php?3,20486,20500#msg-20500

Hi Jim,

I have gotten a quiet set of configs where in the amount to syslog is minimal. 
Actually this is hard to debug issues when we run into issues but a few special 
env I run we need to keep logging down to a min.
 
>From my promise.cf :

body agent control
{
   ifelapsed   => "60";
   expireafter => "120";
   default_repository => "/var/cfengine/repository";
   verbose => "false";
   inform => "false"; 
   default_timeout => "10"; 
#   agentfacility => "LOG_LOCAL7"; #leave this commented out so nothing is set.
   abortclasses => { "danger", "should_not_continue" }; 
   abortbundleclasses => { "invalid", "bad_bundle" }; 
}



I hope this helps.
regards,
Gusto

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to