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
Today the errors/warnings and info are dispatched via the browser console.
Proposal
Implement a log mechanism using a logger or default on browser console.
review the logs which are today dispatched via the console in order to not pollute the servers (services which are exposing the same log for example - connection established should be logged once)
the @amadeus-it-group/microfronted should have a mechanism to accept a logger object and to use it for logs (this is to be checked when implementing with the other project) ref: Allow logging configuration microfrontends#4
the logger in ama-mfe should be used to dispatch the logs at ama-mfe level and should be sent to the microfrontend package too (link with the step above)
The text was updated successfully, but these errors were encountered:
Context
Today the errors/warnings and info are dispatched via the browser console.
Proposal
Implement a log mechanism using a logger or default on browser console.
The text was updated successfully, but these errors were encountered: