Marc Baudoin wrote:
> Eystein Måløy Stenberg écrit :
>
>> This message will only be printed in inform mode (-I) like for any
>> other promise.
>>
> [...]
>
>> You may choose from a varying number of verbosities (error, inform,
>> verbose, debug).
>> Maybe you have the level set in your
Eystein Måløy Stenberg écrit :
> This message will only be printed in inform mode (-I) like for any
> other promise.
[...]
>
> You may choose from a varying number of verbosities (error, inform,
> verbose, debug).
> Maybe you have the level set in your policy somewhere.
You're right:
body agent
Hi,
This message will only be printed in inform mode (-I) like for any
other promise.
Try e.g. the following policy.
---
body common control
{
bundlesequence => {"test"};
}
bundle agent test
{
storage:
"/"
volume => testv;
}
body volume testv
{
freespace => "10%";
sensible_size => "20K";