hellofresh / goengine

Engine provides you all the capabilities to build an Event sourced application in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid the logrus use inside this project

leandro-lugaresi opened this issue · comments

The project is using log just for log some debug info/events. It's possible avoid this dependency?
Log is a application concern.
I believe that a better approach is the use of a some optional event hooks or just an interface to be possible set the log by the application layer.

fixed in #7

🥇 Thanks!