Logo

Autoschematic

Capturing a Trace

To capture a trace while running Autoschematic, simply use environment variables like so:

RUST_LOG_STYLE=never RUST_LOG=info autoschematic apply 2>trace.txt

By design, no sensitive variables should ever be printed to this trace file - if they are, it's considered a serious bug!

Double check that the trace.txt file doesn't contain anything you don't want exposed before you email it to autoschematic@autoschematic.sh with the subject "Bug report" and a description of what you did to trigger it.