-
Notifications
You must be signed in to change notification settings - Fork 9
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
DGC-2079 Logging level to base converter #219
Conversation
- added default = ERROR - configurable during converter construction - a small unit test checking log level of a base converter Signed-off-by: Jerry Guo <[email protected]>
… bit Signed-off-by: Jerry Guo <[email protected]>
ToDo: test_serialize_data still fails the test for unknown reason Signed-off-by: Jerry Guo <[email protected]>
At the moment some of the tests are failing. They don't appear as directly related to the code added. In particular: |
Signed-off-by: Jerry Guo <[email protected]>
I did some quick digging and it seems to have to do with the fact that the structlog configure is global |
Signed-off-by: Jerry Guo <[email protected]>
|
Initial implementation following @jeandossantos's input on Teams. Added log level, defaulted to ERROR but configurable. A small unit test is also included.