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
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
I want to configure bundle for log per client, with this I will able to store log data per file related with client. I found https://gist.github.com/csarrazi/bb6ac210827973033cbd this good example for separate guzzle logs from main mono log stream but can't figure out how to apply this per client?
In short, I guess I need define logger service for client.
Any help?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @ugurerkan. Currently, the bundle implementation does not allow you to inject a different logger per client, and uses a single logger for all clients. If you'd like to implement this, feel free to implement a pull request here.
Hello,
I want to configure bundle for log per client, with this I will able to store log data per file related with client. I found https://gist.github.com/csarrazi/bb6ac210827973033cbd this good example for separate guzzle logs from main mono log stream but can't figure out how to apply this per client?
In short, I guess I need define logger service for client.
Any help?
Thanks!
The text was updated successfully, but these errors were encountered: