Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bijanshahrokhi/e7e23f58739d70d4f1336fdd6c6844a7 to your computer and use it in GitHub Desktop.
Save bijanshahrokhi/e7e23f58739d70d4f1336fdd6c6844a7 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