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

use ISO8601 for production logs #454

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

mikhail-aws
Copy link
Contributor

Note:
Switch to ISO8601 for production logs. Debug logs are ISO8601.

Currently prod is Unix epoch timestamp:
debug: 2023-10-25T18:07:38.698-0700 INFO controller.gateway-class
prod: {"level":"info","ts":1698340801.9449012,"logger":"controller.gateway-class"

New prod log: {"level":"info","ts":"2023-10-26T10:54:35.722-0700","logger":"controller.gateway"

@mikhail-aws mikhail-aws merged commit a7fdbd9 into aws:main Oct 26, 2023
5 checks passed
@mikhail-aws mikhail-aws deleted the iso-log branch October 26, 2023 21:00
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.

2 participants