-
Notifications
You must be signed in to change notification settings - Fork 244
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
Node should print logs in UTC #602
Comments
Upstream ticket: paritytech/substrate#11734 |
Do not have any context as to why farmer is using UTC but wouldn't it be preferable to print the logs in the local time for farmer as well ? |
From my experience it is always easier to correlate logs between different apps and machines against UTC. If something happened on user's machine, I can see what happened on mine around the same time. With local time I first need to know what time zone it was back when the log was collected. |
Created paritytech/substrate#14760 upstream |
New upstream PR: paritytech/polkadot-sdk#1500 |
As seen on Win with June 13 2022 releases, the farmer prints console logs wrt UTC:
2022-06-16T11:03:45.525572Z ...
while node wrt local time:
2022-06-16 13:04:16 ...
The text was updated successfully, but these errors were encountered: