Skip to content

Do not debug log a command exits 0

Hashar requested to merge no-debug-exit0 into master

When running scap in --verbose, the commands about to be executed are logged and an extra lines indicates its exit code. When the command has been successfully executed, I don't think we need to log anything.

Merge request reports