[BUG] logger invoked before initialization in dbmanager #138
Labels
approved
Enhancement or request that was approved to be worked on
bug
Something isn't working
in-next-release
In the next release
https://github.com/Boerderij/Varken/blob/master/varken/dbmanager.py#L11
dbmanager logger is called before its initialized. We just need to move the getLogger above that line.
The text was updated successfully, but these errors were encountered: