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
In our service, we are using AdviceTrait's create method, and while it has a default logger that logs stack traces, these stack traces are from the exception handling flow rather than the actual application flow where the exception originated. This makes it less useful for debugging the root cause of issues.
Possible Implementation
Suggestion is to make logging in this line optional.