GlueDev / laravel-stackdriver

Enables logging, tracing and error reporting to Google Stackdriver for Laravel
MIT License
47 stars 26 forks source link

Configure as a separate channel #25

Open fred-cardoso opened 3 years ago

fred-cardoso commented 3 years ago

Hi!

I am probably not configuring the package correctly, but we are already using another channels for logging and when we enable the Stackdriver the other channel stops being called. How is this driver attached to Laravel base Logger? Shouldn't we need to add this as a separate driver or channel at least?

What about custom fields? How does that work?

Thanks for the help in advance!