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

Change default logging setting to non-verbose #209

Merged
merged 4 commits into from
Mar 16, 2023

Conversation

Arkatufus
Copy link
Contributor

Fix #191

@Aaronontheweb
Copy link
Member

@Arkatufus I think we need to change the loglevels on these calls to Debug, is more what I meant - even with this setting on.

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.

Need to address the PersistenceLivenessProbe too

_log.Info("Received recovery status {0} from probe.", livenessStatus);
- that's the biggest offender at the moment

@Aaronontheweb
Copy link
Member

There are multiple callsites in the persistence liveness probe that need to be updated - I just grabbed one example.

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

@Aaronontheweb Aaronontheweb merged commit c42639f into petabridge:dev Mar 16, 2023
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.

Need reduce log verbosity on Akka.Persistence liveness probes
2 participants