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

Initial probe configuration #37

Merged

Conversation

izavala
Copy link
Contributor

@izavala izavala commented Mar 19, 2019

No description provided.

@@ -44,14 +45,22 @@ public sealed class AkkaHealthCheck : IExtension
public AkkaHealthCheck(HealthCheckSettings settings, ExtendedActorSystem system)
{
Settings = settings;
system.Log.Info("Liveness Prove Provider: {0}", Settings.LivenessProbeProvider);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but need to add that log-info setting here and check to see if that's on before logging all of these

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


var settings = new HealthCheckSettings(hocon.WithFallback(HealthCheckSettings.DefaultConfig())
.GetConfig("akka.healthcheck"));
settings.LogConfigOnStart.Should().BeFalse();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@Aaronontheweb Aaronontheweb merged commit df46ed9 into petabridge:dev Mar 19, 2019
izavala added a commit that referenced this pull request Mar 20, 2019
* Initial probe configuration

* Removed test string

* Parsed log-config-on-start
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