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
ara_default callback plugin
The callback plugin instanciates it's logger here:
ara/ara/plugins/callback/ara_default.py
Line 149 in a8b8ff5
And the http client here:
ara/ara/clients/http.py
Line 35 in a8b8ff5
However, the logging configuration is currently in fact supplied by Django:
ara/ara/server/settings.py
Lines 41 to 67 in a8b8ff5
So when the callback and client are used by themselves, they won't print debug statements even if ARA_LOG_LEVEL is DEBUG.
The callback and API clients should have a fallback/default logging configuration when running standalone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What component is this about ?
ara_default callback plugin
What is happening ?
The callback plugin instanciates it's logger here:
ara/ara/plugins/callback/ara_default.py
Line 149 in a8b8ff5
And the http client here:
ara/ara/clients/http.py
Line 35 in a8b8ff5
However, the logging configuration is currently in fact supplied by Django:
ara/ara/server/settings.py
Lines 41 to 67 in a8b8ff5
So when the callback and client are used by themselves, they won't print debug statements even if ARA_LOG_LEVEL is DEBUG.
What should be happening ?
The callback and API clients should have a fallback/default logging configuration when running standalone.
The text was updated successfully, but these errors were encountered: