The health.dump()
command on the Canton console produces a zip file, as described here: Monitoring β Daml SDK 2.7.4 documentation
According to the docs, the zip contains the following information:
- The configuration you are using, with all sensitive data stripped from it (no passwords).
- An extract of the log file. Sensitive data is not logged into log files.
- A current snapshot on Canton metrics.
- A stacktrace for each running thread.
How can I use this zip file? If I unzip it, I get a file without extension, like local-13183906135862358075
.
Itβs not a text file, how can I extract the information from it?