Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

use more readable timestamps in KEDA operator logs #3067

Merged
merged 1 commit into from
May 24, 2022

Conversation

zroubalik
Copy link
Member

@zroubalik zroubalik commented May 24, 2022

Signed-off-by: Zbynek Roubalik zroubalik@gmail.com

Before:

1.6520847646863375e+09    INFO    setup    KEDA Version: 2.7.0
1.652084764686349e+09    INFO    setup    Git Commit: 5f8af5cd90805d8b9c5964e1619a8b2bdcec6cfd
1.6520847646863651e+09    INFO    setup    Go Version: go1.17.3
1.6520847646863775e+09    INFO    setup    Go OS/Arch: linux/amd64 

After:

2022-05-24T12:07:40Z     INFO    setup    KEDA Version: 2.7.0
2022-05-24T12:07:40Z     INFO    setup    Git Commit: 5f8af5cd90805d8b9c5964e1619a8b2bdcec6cfd
2022-05-24T12:07:40Z     INFO    setup    Go Version: go1.17.3
2022-05-24T12:07:40Z     INFO    setup    Go OS/Arch: linux/amd64 

Checklist

Fixes #3066

Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
@zroubalik zroubalik requested a review from a team as a code owner May 24, 2022 18:01
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@JorTurFer
Copy link
Member

JorTurFer commented May 24, 2022

/run-e2e rabbit*
Update: You can check the progres here

@JorTurFer JorTurFer merged commit 1eeef4f into kedacore:main May 24, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use more readable timestamps in Operator logs
2 participants