Closed ismail1432 closed 3 years ago
https://github.com/mtarld/api-platform-ms-bundle/pull/49 is merged :tada: You can now rebase your branch
I Rebased and add tests :fire: cc @mtarld
One more thing, I'm wondering if the logging behavior should be configurable (ie: enabled/disabled accordingly to a configuration).
You have a good idea as usual :+1: Config should be global or per MS or both?
Config should be global or per MS or both?
The config should be global. For instance: "I'm a microservice and I will call the X microservice".
Therefore I can see a problem with the current log sentence. Because $microservice is in fact representing the targeted microservice
IMHO, the sentence should be instead Calling "{microservice_name}" microservice: "{method} {url}".
Hey @mtarld I'm very sorry for the delay, I'll finish it very soon :rocket:
Thank you @ismail1432!
Should fix #47 wait #49 before merging