-
Notifications
You must be signed in to change notification settings - Fork 79
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
Logs in UTC time #15198
Comments
:-O i did not realize this task had already been assigned to @igor-sirotin |
Fixed by status-im/go-ethereum#108 |
@jrainville I looked at the logs of the app we write from Nim. Local time is used there, not UTC. But it seems that we don't really have control over this. But it's always local time, this can be seen with usage of I don't think it's very important to have UTC in application logs, so far it was never a problem. It will be our of sync now with |
I'd suggest UTC across all logs as we need to be able to correlate app events to Waku events. More intense debugging means it's a problem now. |
@jrainville should we mark this as blocked or smth? |
nwaku logs time in UTC, so maybe we can check with them how it is done. iirc chronicles-logging only must be used there. |
@Ivansete-status would be great if you share how it's done in |
@chaitanyaprem , @igor-sirotin - the I've submitted the following PR in To use it, the following compilation flag should be added: |
Thank you! |
Hello @igor-sirotin , @chaitanyaprem - the time can be expressed now in |
Proposing switching logs to use UTC time, this would simplify the debugging process by providing a consistent time reference.
The text was updated successfully, but these errors were encountered: