silencing commands promise output, clarify inform attribute please? #5138
-
I am working on this build module to upgrade all packages and noticed that the output was rather verbose. I don't need all of that in my logs. I thought that I tried a different contain body, in_shell_and_silent, and that seems to do what I want. This seems confusing to me. Are the docs for
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the docs could probably be improved. |
Beta Was this translation helpful? Give feedback.
inform => "false"
suppresses the info level logs from commands promises. In the example below three commands are run. One suppressing nothing, one suppressing command output and one suppressing both command output and inform log messages.