Replies: 1 comment 1 reply
-
I disagree with the statement "just stating running command xyz on node or nodes xyz without showing any errors for the same command, will imply that it succeeded" - There are numerous cases in which an error can occur without actually being propagated back (simplest example is deadlock on the server which will cause prevent the command result from even returning), in these case, without specifically logging a success/failure, it'd be impossible to determine success with 100% certainty. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This seems like an overkill. Even though the improvement received might be in small units, it is but a logical step to not log for successful run of a command. The reasoning being just stating running command xyz on node or nodes xyz without showing any errors for the same command, will imply that it succeeded, hence we can eliminate these success logs.
Beta Was this translation helpful? Give feedback.
All reactions