-
Notifications
You must be signed in to change notification settings - Fork 150
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
improve logging #235
Comments
Hello ,I would like to work on this. |
I've come across some issues with the loggers as well because it's using the logging.debug statement directly. I have a custom field being added to my log and using this module raises an error for the value not being present.
The error I get is the following:
It would be great if the module could use the existing logger. |
fix logging and aql debug for devopshq#131 and devopshq#235
now is added to develop branch will be added in next release |
At first you need to use getLogger("string") instead of direct usage of logging.debug.
In general would be nice to have more debug and some info messages logged.
The text was updated successfully, but these errors were encountered: