Replies: 1 comment
-
Let me get this straight. You want to use the context data, but only when you see fit? Like log()->withContext(); Or log()->withoutContext(); So that context is only shown in log entries you want? Because hidden context is a part used to share context between components without showing up in the logs at all... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Topic - Illuminate\Support\Facades\Context
Context feature append metadata in every log record. It will be useful to get ability to hidden Context metadata in log (in some case).
Reason:
Beta Was this translation helpful? Give feedback.
All reactions