microsoft / redux-micro-frontend

This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
MIT License
344 stars 64 forks source link

Need control on the format of the event logs this library is adding #9

Closed hkgupta closed 3 years ago

hkgupta commented 3 years ago

Is your feature request related to a problem? Please describe. The event logs in the logger is not customizable for the consumer application.

Describe the solution you'd like Currently we have the option to pass our own logger instance but it doesn't give me control to pass what should be the source or the even name for same.

patrickCode commented 3 years ago

Clients need to pass the actual logger implementation. The source and event prefix can be taken care at the client end in the actual logger implementation. To comply with general telemetry standards the event name (during Store Registration) will be changed.