We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It could be useful to add information about db-sync version and commit in the logs:
db-sync
[ci8-benc:db-sync-node.basicInfo.version:Notice:5] [2022-06-25 10:05:33.86 UTC] 13.0.X [ci8-benc:db-sync-node.basicInfo.commit:Notice:5] [2022-06-25 10:05:33.86 UTC] abc123...
and the flags (like: disable-ledger / disable-cache / no-epoch-table ) it was run with:
disable-ledger
disable-cache
no-epoch-table
[db-sync-node:Warning][2022-06-25 17:34:53.29 UTC] Flag disable-ledger: True [db-sync-node:Warning][2022-06-25 17:34:53.29 UTC] Flag disable-cache: True [db-sync-node:Warning][2022-06-25 17:34:53.29 UTC] Flag no-epoch-table: True
The text was updated successfully, but these errors were encountered:
There no longer is a no-epoch-table flag. It has been replaced by disable-epoch.
disable-epoch
Sorry, something went wrong.
db-sync: Report versions and cli options on startup
b0a155a
Report cabal version, git hash and status of command line options. Closes: #1166
9586a8e
No branches or pull requests
It could be useful to add information about
db-sync
version and commit in the logs:and the flags (like:
disable-ledger
/disable-cache
/no-epoch-table
) it was run with:The text was updated successfully, but these errors were encountered: