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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,8 @@ The separate steps of the logging process can be configured here.
193
193
These modifications affect all the instances of the library.
194
194
With transformers we can alter the data to be logged before passing to the formatter and then to the output.
195
195
It is a perfect place to add the name of the machine is running on or the request id associated with the current thread stored on a continuation local storage.
196
+
With the 'enhancedStackTrace' option set to true, the error stack traces will include the causes of the errors as well (if any) including their stack traces
0 commit comments