Forum: CFEngine Help
Subject: How to change log level on a reports::
Author: skycoyotte
Link to topic: https://cfengine.com/forum/read.php?3,24999,24999#msg-24999

Hi All,

I want to change the loglevel on a reports::



bundle agent report_test

{
classes:
  "exist" expression => isdir("/dir/to/check");

reports:

  exist::
    "Text on notice";

  !exists::

    "Text on error";
}




I saw 'log_level' and 'report_level' in the reference book, but i don't know 
how to use them. 
Does anybody have already do this ?


Thanks in advance

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

Reply via email to