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

control-service: Convert debug logs to info #257

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

doks5
Copy link
Contributor

@doks5 doks5 commented Sep 19, 2021

When a requirements.txt file of a data job is broken,
a platform error is raised, because the Control Service
is not able to get the logs from the builder k8s pod.

Currently, we cannot properly investigate what are the
reasons for that, as we don't log enough data in the control
service's log stream.

This change converts some of the debug log messages to info messages
to allow for a better view over the possible reason for the service
not being able to get the logs from the builder pods.

Testing Done: New log message appear alongside the
regular logs.

Signed-off-by: Andon Andonov [email protected]

When a requirements.txt file of a data job is broken,
a platform error is raised, because the Control Service
is not able to get the logs from the builder k8s pod.

Currently, we cannot properly investigate what are the
reasons for that, as we don't log enough data in the control
service's log stream.

This change converts some of the debug log messages to info messages
to allow for a better view over the possible reason for the service
not being able to get the logs from the builder pods.

Testing Done: Logging change. New logs appear in the Control Service
log stream.

Signed-off-by: Andon Andonov <[email protected]>
@doks5 doks5 force-pushed the person/andonova/job-deployments-misclassification branch from 4dd5d2d to 2c40ef3 Compare September 20, 2021 06:26
@doks5 doks5 merged commit 0f62d8f into main Sep 20, 2021
@doks5 doks5 deleted the person/andonova/job-deployments-misclassification branch September 20, 2021 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants