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

Log commit hash on slasher startup #6138

Merged
merged 12 commits into from Jun 5, 2020
Merged

Log commit hash on slasher startup #6138

merged 12 commits into from Jun 5, 2020

Conversation

0xKiwi
Copy link
Contributor

@0xKiwi 0xKiwi commented Jun 4, 2020

What type of PR is this?
Improvement

What does this PR do? Why is it needed?
This PR adds a log on startup displaying the slasher client version and removes a duplicate insecure gRPC log.

[2020-06-04 18:06:24]  INFO node: Checking DB database-path=/home/kiwi/.eth2
[2020-06-04 18:06:24]  INFO node: Starting slasher client version=Prysm/Git commit: 0171f679c868dbaa136d111dbf57490a8ce4279f. Built at: 2020-06-04T18:06:24-04:00
[2020-06-04 18:06:24]  WARN beaconclient: You are using an insecure gRPC connection to beacon chain! Please provide a certificate and key to use a secure connection
[2020-06-04 18:06:24]  INFO beaconclient: Successfully started gRPC connection
[2020-06-04 18:06:24]  INFO RPC-API listening on port address=0.0.0.0:4002

Which issues(s) does this PR fix?
Fixes #6082

@0xKiwi 0xKiwi requested a review from a team as a code owner June 4, 2020 22:10
@0xKiwi 0xKiwi added the Ready For Review A pull request ready for code review label Jun 4, 2020
terencechain
terencechain previously approved these changes Jun 4, 2020
@prylabs-bulldozer prylabs-bulldozer bot merged commit e37c9d1 into master Jun 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the slasher-commit branch June 5, 2020 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slasher add log line: "git commit" on slasher start
3 participants