-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cosmic-swingset): $SLOGFILE will make the chain write a slogfile
Run e.g. `SLOGFILE=/path/to/chain.slog agoric start local-chain` to cause the chain's kernel to write "slog" (swingset log) entries to the named file. Relative pathnames are probably interpreted against the current working directory. Shortcuts using `~` are unlikely to work unless expanded before setting the environment variable. The parent directory must exist when the kernel starts. We must sadly pass this as an environment variable because the command-line arguments are consumed by the cosmos-sdk Go code. I hope we can fix that some day.
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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