bamzi / jobrunner

Framework for performing work asynchronously, outside of the request flow
MIT License
1.04k stars 99 forks source link

Custom Logger #26

Open akdilsiz opened 4 years ago

akdilsiz commented 4 years ago

I think we should make it compatible with the custom logger modules created in the applications. In this way, job status can be monitored in autonomous state. I can write directly, if that's okay.

bamzi commented 4 years ago

After reviewing you PRs and spending some time thinking about the root of initiative, I think we should implement a generic solution where we're not forcing zerolog or uber/zap but allow an interface for BYOL (bring your own logger)