Skip to content
New issue

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

refactor(services): add suggestions for logging on serve failure (backport #3943) #3946

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 5, 2024

This is an automatic backport of pull request #3943 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…3943)

Currently when `serve` fails, it shows
```
Blockchain failed to start.
If the new code is no longer compatible with the saved
state, you can reset the database by launching:
ignite chain serve --reset-once
```

Considering this will the entry point for many folks new to Ignite, probably adding a suggestion for verbose logging is a trivial, but helpful addition.

Cheers.

(cherry picked from commit 86df442)
@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs type:services Service-related issues. labels Feb 5, 2024
Copy link

codecov bot commented Feb 5, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (a04756e) 24.78% compared to head (b78cf12) 24.78%.
Report is 1 commits behind head on release/v28.x.y.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v28.x.y    #3946   +/-   ##
================================================
  Coverage            24.78%   24.78%           
================================================
  Files                  296      296           
  Lines                24901    24901           
================================================
  Hits                  6171     6171           
  Misses               18164    18164           
  Partials               566      566           
Files Coverage Δ
ignite/services/chain/serve.go 0.00% <0.00%> (ø)

@julienrbrt julienrbrt enabled auto-merge (squash) February 6, 2024 11:18
@jeronimoalbi jeronimoalbi added the skip-changelog Don't check changelog for new entries label Feb 6, 2024
@julienrbrt julienrbrt merged commit e3b7470 into release/v28.x.y Feb 6, 2024
43 of 46 checks passed
@julienrbrt julienrbrt deleted the mergify/bp/release/v28.x.y/pr-3943 branch February 6, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ci CI/CD workflow and automated jobs. component:configs skip-changelog Don't check changelog for new entries type:services Service-related issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants