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

Log function arguments on stack #48

Open
EmielM opened this issue Jun 19, 2017 · 1 comment
Open

Log function arguments on stack #48

EmielM opened this issue Jun 19, 2017 · 1 comment
Labels
feature request Request for a new feature

Comments

@EmielM
Copy link

EmielM commented Jun 19, 2017

It would be convenient to log (simple) arguments that are passed to the functions on the stack, like Go does when it dumps stack traces.

Example: seeing DoSomeJobForUser(12345), user.go:123 is way more useful than DoSomeJobForUser, user.go:123. Knowing it is actually user 12345 makes a huge difference in reproducing the problem.

@kattrali
Copy link
Contributor

Thanks for the suggestion, @EmielM. That could be really helpful.

@kattrali kattrali added the feature request Request for a new feature label Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants