-
Notifications
You must be signed in to change notification settings - Fork 39
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
Output timestamp #207
Comments
I have looked into this. It is a nice idea. For this I would propose a new configuration on support side: When null we would prevent adding this property to not affect performance. Currently our logs are described by the interface Changes will have to be done mainly in |
@archfz Thanks for analyzing this and making a proposal for the implementation! Your description sounds quite much like what I had in mind (including the array to object refactoring). I was also wondering if one could add timestamps for requests and responses to spot any timeouts caused by slow server-side processing. As for actual implementation I'll see what I can do, but I don't make any promises. |
Hello! Also, many thanks for this plugin, it has really gotten us out of some really tricky debugging ;-) |
Released in 6.0.0 |
Thank you so much for adding this feature and releasing it so quickly! It's really helping! |
@AlexGuironnetRTE I forgot about logging it there as well. If you make the necessary changes on the PR you have made I will release that as well. |
Thanks again! |
Is it possible to output the timestamp for every command? This would help debugging some random errors I get in my CI pipelines. I'm writing the logs to files.
So far I've tried:
But the output shows the same timestamp (completely equal including milliseconds) for every single output line. This seems to be the timestamp after the test is done and all logs are written. This value is not of much use to debug my timeouts.
Is it possible to get the timestamp of a message at the instant when it's being logged?
The text was updated successfully, but these errors were encountered: