You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 this, would be good with the caveat of performance. Looking at the File transport there isn't an option you can set to count line number or the file, so it isn't implemented by the looks of things.
-1 This doesn't seem necessary - also it sort of seems edge case. I don't see my self ever wanting a feature like this except only when it's an error log, which in that case you have the stacktrace already. Plus I setup my logs so that I know exactly what part of my code base it's in just from the printed message.
Been looking around the web but there doesn't seem to be an easy way to get the linenumber and file where the trace originated from.
For debugging/logging this is nearly elementary.
I do know that there might be a performance impact.
Is this implemented?or is there an easy way to do this? Seems like a default feature not covered in the docs.
Thanks in advance.
The text was updated successfully, but these errors were encountered: