-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
feature requestRequest for a new featureRequest for a new feature
Description
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.
Metadata
Metadata
Assignees
Labels
feature requestRequest for a new featureRequest for a new feature