Skip to content

Instantly share code, notes, and snippets.

@psteckler
Created November 19, 2020 22:24
Show Gist options
  • Save psteckler/f177d80d348642b81e779375e597c529 to your computer and use it in GitHub Desktop.
Save psteckler/f177d80d348642b81e779375e597c529 to your computer and use it in GitHub Desktop.
Mina client export-logs commands
The Mina client has the ability to export logs to a tar archive, which can be attached to Github issues.
There are two versions, one which requires a running daemon, the other can be run without a daemon,
after a crash, for instance. Run `coda client export-logs -help` or `coda client export-local-logs -help`
for details.
Example usage:
$ coda.exe client export-logs
Exported logs to /home/myaccount/.coda-config/exported_logs/2020-11-19_22-23-33.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment