We should include a CLI command for gathering all relevant information that one would need to send off for a support request when encountering an issue on an edge node.
Something like hzn mustgather (whether it's called mustgather or something else entirely is not a concern) ... just a single command that would generate a tarball containing all relevant information.
The following is what commands/functionality should be run to gather information (please do include anything else that might be worth gathering)
1. hzn eventlog list -a -l
2. hzn node list
3. hzn agreement list
4. /var/log/syslog (and/or docker log horizon1)
We should include a CLI command for gathering all relevant information that one would need to send off for a support request when encountering an issue on an edge node.
Something like
hzn mustgather
(whether it's calledmustgather
or something else entirely is not a concern) ... just a single command that would generate a tarball containing all relevant information.The following is what commands/functionality should be run to gather information (please do include anything else that might be worth gathering)