Giveth / notification-center

It's a microservice that would handle all notification of giveth.io and trace.giveth.io
GNU General Public License v3.0
24 stars 2 forks source link

Add additional option for elastic-search logging in the notification-center logger #11

Closed mhmdksh closed 1 year ago

mhmdksh commented 1 year ago

Add additional option for elastic-search logging in the notification-center logger where it can give an option to do external logging or not:

The reference on how to setup this can be found on this page: https://www.npmjs.com/package/bunyan-elasticsearch

1- Add the bunyan-elasticsearch logger option 2- Make it optional to do external logging with bunyan-elasticsearch 3- Make the HOST and PORT of elastic Search a variable that can be defined in the env file

mhmdksh commented 1 year ago

There will be no need to further proceed with this issue, as we will be following a different approach Please check this: https://github.com/Giveth/impact-graph/issues/712