Go to the first, previous, next, last section, table of contents.


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 )


Go to the first, previous, next, last section, table of contents.