fleboulch
fleboulch
Fix #11
**Currently** The rule is an exact match. For example if the gitlab username is `[email protected]` it will try to find a slack user based exactly on this criteria. In some...
Error message `Failed to to fetch slack user with emails ***` is displayed because it's hardcoded. [Line code](https://github.com/ManoManoTech/homer/blob/main/src/core/services/slack.ts#L98-L99) I can open an MR if you want
The logging part to make homer production ready requires some documentation. The code for logging is [here](https://github.com/ManoManoTech/homer/blob/main/src/core/services/logger.ts#L12-L19)