dipeshdulal / clean-gin

Implementation of clean architecture in Go, Gin with dependency injection.
BSD Zero Clause License
444 stars 64 forks source link

Unify logger #27

Closed tienthanh2509 closed 3 years ago

tienthanh2509 commented 3 years ago

Thank for the great template, but a bit inconsistent with the logger, each module has use it own logger instead of lib.Logger

So can you make the gorm use lib.Logger for this template?

dipeshdulal commented 3 years ago

Thank you for the feedback. :bow: Sure we can.

I will implement this after I have some time.

Maybe this Saturday.