laravel-stackdriver
laravel-stackdriver copied to clipboard
Is it possible to "decorate" jsonPayload?
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!