Created
November 19, 2020 22:24
-
-
Save psteckler/f177d80d348642b81e779375e597c529 to your computer and use it in GitHub Desktop.
Mina client export-logs commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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