BrenekH / logange

Another Go logger library, tailored for my use case 🤷‍♀️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double logging

BrenekH opened this issue · comments

Children loggers using created using Logger.NewLogger cause the log message to be outputted twice.

I think this can be fixed by changing Logger.NewLogger() to use getLogger() instead of NewLogger().