Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] logger invoked before initialization in dbmanager #138

Closed
dirtycajunrice opened this issue Jun 18, 2019 · 0 comments
Closed

[BUG] logger invoked before initialization in dbmanager #138

dirtycajunrice opened this issue Jun 18, 2019 · 0 comments
Labels
approved Enhancement or request that was approved to be worked on bug Something isn't working in-next-release In the next release

Comments

@dirtycajunrice
Copy link
Member

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.

@dirtycajunrice dirtycajunrice added approved Enhancement or request that was approved to be worked on bug Something isn't working labels Jun 18, 2019
@dirtycajunrice dirtycajunrice added the in-next-release In the next release label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Enhancement or request that was approved to be worked on bug Something isn't working in-next-release In the next release
Projects
None yet
Development

No branches or pull requests

1 participant