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
A global initializer is not a good idea since HttpLog will be undefined in production. Because you're not using this in production, right? :)
If you're running on a PaaS deployment like Heroku, you don't have access to lower level network logging between apps.
So monitoring traffic between apps in a microservices setup is pretty difficult without something like HttpLog.
Heroku only logs out details of inbound requests.
Why would you not use HttpLog in production?
What are the alternatives?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you're running on a PaaS deployment like Heroku, you don't have access to lower level network logging between apps.
So monitoring traffic between apps in a microservices setup is pretty difficult without something like HttpLog.
Heroku only logs out details of inbound requests.
Why would you not use HttpLog in production?
What are the alternatives?
Beta Was this translation helpful? Give feedback.
All reactions