We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the application uses at many files:
logger = logging.getLogger('dsmrreader')
This should be refactored to just use the global (root) logger as logging.x().
logging.x()
The text was updated successfully, but these errors were encountered:
Using the root logger has some side effects. I'll just refactor the custom loggers to a single one.
Sorry, something went wrong.
Refactor logging #1050
7309117
Log warnings and errors to database #1050
0a92f1a
Revert "Log warnings and errors to database #1050"
c826c3b
This reverts commit 0a92f1a
Improved handling of DSMRREADER_LOGLEVEL #1050
ea360f3
No branches or pull requests
Currently the application uses at many files:
This should be refactored to just use the global (root) logger as
logging.x()
.The text was updated successfully, but these errors were encountered: