laravel-stackdriver icon indicating copy to clipboard operation
laravel-stackdriver copied to clipboard

Is it possible to "decorate" jsonPayload?

Open jdart opened this issue 4 years ago • 6 comments

I'd like to add some data to all log messages, like a request id for tracing purposed for example. Any idea how I might accomplish that? I tried adding a processor to all log handlers but it seems like that data doesn't get passed to the app['log']->listen. Thanks!

jdart avatar Jan 15 '21 20:01 jdart