-
Couldn't load subscription status.
- Fork 1.1k
Switch to RFC3339Nano log format
#8592
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
Switch to RFC3339Nano log format
#8592
Conversation
This sanitizes the logs timestamps to use a standard format rather than our own definition. Signed-off-by: Sascha Grunert <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8592 +/- ##
=======================================
Coverage 48.90% 48.91%
=======================================
Files 153 153
Lines 17372 17372
=======================================
+ Hits 8496 8497 +1
Misses 7808 7808
+ Partials 1068 1067 -1 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/override ci/prow/ci-e2e-evented-pleg |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-e2e-evented-pleg In response to this:
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. |
|
/override ci/prow/ci-fedora-critest |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-fedora-critest In response to this:
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. |
|
/override ci/prow/e2e-gcp-ovn |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/e2e-gcp-ovn In response to this:
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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This sanitizes the logs timestamps to use a standard format rather than our own definition.
Which issue(s) this PR fixes:
Follow-up on #8582 (comment)
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?