-
Notifications
You must be signed in to change notification settings - Fork 63
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
consolidate the logs of python script into container logs #579
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Great work Harshad, I was able to run the pipeline and see the logs First I run the steps that are described on the PR
But i confused by the
Then i realized that this error is normal and should be there because the script was wrong due to the exception So in order to double check it, i created another python script without errors and everything was good! Python Script
Logs:
Also I did a test (with your testing .py) to see the old behavior and indeed i couldn't see info logging
|
@harshad16: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
768e2c7
to
4ad68ff
Compare
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Thank you for the excellent review |
consolidate the logs of python script into container logs
Description
consolidate the logs of python script into container logs
Related-to: https://issues.redhat.com/browse/RHOAIENG-6780
How Has This Been Tested?
or this example:
quay.io/harshad16/runtime-minimal:we
The Expected result:
The log should be shown directly in the pod logs:
Merge criteria: