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

Remove error log for get service. #544

Merged
merged 1 commit into from
Dec 28, 2022
Merged

Remove error log for get service. #544

merged 1 commit into from
Dec 28, 2022

Conversation

raghu-nandan-bs
Copy link

@raghu-nandan-bs raghu-nandan-bs commented Dec 27, 2022

if redis exporter is not enabled, it will try to remove redis service. while doing to, it will first check if the service is present, and then proceed to remove the service. if the service is not present, error is logged, eventhough it is not harmful.

Fixes #543

Changes proposed on the PR:

if redis exporter is not enabled, it will try to remove redis service, if present.
while doing to, it will first check if the service is present, and then proceed to remove the service.
if the service is not present, error is logged, eventhough it is not harmful.
@raghu-nandan-bs raghu-nandan-bs requested a review from a team as a code owner December 27, 2022 05:00
@ese ese merged commit 11246cd into spotahome:master Dec 28, 2022
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.

Operator error: services not found
2 participants