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
Sorry, but this is hard to answer without knowing how you have implemented the customer switching in your application. Maybe you should ask this question in the Symfony Slack instead.
Hi,
I got a service class that log some data.
I would like to separate my logs for each of my customer (that are registered in my db)
eg :
MySQL table 'customer' :
id : 1 | name : customer X
id : 2 | name : customer Y
Logs :
How can I do this?
Thanks a lot.
The text was updated successfully, but these errors were encountered: