Replies: 1 comment 1 reply
-
|
Currently I'd say this can/should be up to the modules and their configuration of how verbose they are. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When executing time-intensive commands with little output it can be hard to see how much the cmd is progressing. Or where exactly it might get stuck or break.
Adding some kind of more verbose output to the execution of commands. For example if verbose flag is present on the client sid, send an extra verbose cmd to the agent. The agent then sends additional output to the client depending on the modules. And also possible logging if the client starts executing each module, etc.
Beta Was this translation helpful? Give feedback.
All reactions