Closed aklinkert closed 7 years ago
I'm sorry I haven't been able to look at this yet. A quick glance does not show any problems and this should be merged. I hope I have some time this weekend to look at this and get it merged.
Thanks allready for the contribution!
This PR basically does the following:
logging.go
now has two functions.NewDefaultLogger
creates the package's default logger,NewLogger
takes alogrus.Logger
and returns the wrapped packageLogger
log.Debug()
/log.Error()
instead of genericlog.Print
/log.Printf
I hope those changes are fine for ya. :)
Have a nice weekend and 👋🏻 from Hamburg, Germany! Alex