Skip to main content

Dump enclave information to disk

Dump enclave information to disk

You'll likely need to store enclave logs to disk at some point. You may want to have a log package if your CI fails, or you want to send debugging information to the author of a Kurtosis package. Whatever the case may be, you can run:

kurtosis enclave dump $THE_ENCLAVE_IDENTIFIER $OUTPUT_DIRECTORY

You'll get the container logs & configuration in the output directory for further analysis & sharing.