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

More verbose logging of termination reason #588

Merged
merged 1 commit into from
Apr 9, 2021
Merged

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Apr 9, 2021

This would help with debugging in cases when cluster can't start for some reason, such as provider error. Existing debugging doesn't help because ClusterInfo.StateMessage doesn't include full error message

This would help with debugging in cases when cluster can't start for some reason, such as
provider error.   Existing debugging doesn't help because `ClusterInfo.StateMessage`
doesn't include full error message
@alexott alexott requested a review from nfx April 9, 2021 11:45
@codecov
Copy link

codecov bot commented Apr 9, 2021

Codecov Report

Merging #588 (6595499) into master (3d4d664) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #588      +/-   ##
==========================================
+ Coverage   82.21%   82.23%   +0.01%     
==========================================
  Files          78       78              
  Lines        6766     6770       +4     
==========================================
+ Hits         5563     5567       +4     
  Misses        796      796              
  Partials      407      407              
Impacted Files Coverage Δ
compute/clusters.go 76.95% <100.00%> (+0.38%) ⬆️

@nfx nfx merged commit 02fdb32 into master Apr 9, 2021
@nfx nfx deleted the more-verbose-debug-logging branch April 9, 2021 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants