Node: Inform, Next: , Previous: IfElapsed, Up: control



Inform

     
       Inform = ( on/off )
     
     

This variable switches on the output level whereby cfengine reports changes it makes during a run. Normally only urgent messages or clear errors are printed. Setting Inform to on makes cfengine report on all actions not explicitly cancelled with a `silent' option. To set this output level one writes:

     
      classes::
     
        Inform = ( on )