Crash Reporting
Archives with debug information for bug reports can be generated via crash-report
.
Please inspect the archive contents before submiting it.
Examples
Creating an archive with debug information
tentris crash-report > myreport.tar.zst
Options
-m
,--mode <MODE>
: Specify which information is collected
Options:recommended
,minimal
.
Compared torecommended
mode (the default),minimal
mode does not collect supplementary data files for the transaction log. These files are created whenever aPOST
orPUT
action is received via Graph Store Protocol and contain the RDF data that was sent to tentris.
tentris crash-report --mode minimal > myreport.tar.zst