We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer the following before submitting your issue:
dlv version
go version
go trace
It would be great to add timestamp in the trace output so that the users can sync the function call with the application log or other external source.
For example, the current output is:
> goroutine(1967): ...
We can add a timestamp at the beginning of each line like:
2023-05-05 12:00:00.123 > goroutine(1967): ...
Some trace tools like strace have several options to enable timestamp, which is quite helpful.
strace
The text was updated successfully, but these errors were encountered:
I could submit a PR for it if this feature is accepted.
Sorry, something went wrong.
I think it's fine to do but it should be behind a flag.
trace: add timestamp to the output
436fbf6
Fix go-delve#3356
trace: add timestamp to the output (#3358)
801a910
Fix #3356
Successfully merging a pull request may close this issue.
Please answer the following before submitting your issue:
dlv version
)? 1.20.2go version
)? go version go1.20.3 darwin/arm64go trace
It would be great to add timestamp in the trace output so that the users can sync the function call with the application log or other external source.
For example, the current output is:
We can add a timestamp at the beginning of each line like:
Some trace tools like
strace
have several options to enable timestamp, which is quite helpful.The text was updated successfully, but these errors were encountered: