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
Log statements are not being logged correctly despite the ckanext logger being configured correctly. Other extensions log properly.
ckanext_geodatagov
/etc/ckan/production.ini
sudo ckan --plugin=ckanext-geodatagov geodatagov clean-deleted
Log statements appear for extension: 2019-05-03 22:54:32,340 INFO [ckanext.geodatagov] Starting delete for clean-deleted
Log statements appear, but only for other extensions.
The text was updated successfully, but these errors were encountered:
As a work-around, we configure a log handler just for ckanext.geodatagov and all loggers in the extension should use this exact name.
ckanext.geodatagov
Sorry, something went wrong.
No branches or pull requests
Log statements are not being logged correctly despite the ckanext logger being configured correctly. Other extensions log properly.
Steps to reproduce
ckanext_geodatagov
entry from the/etc/ckan/production.ini
configsudo ckan --plugin=ckanext-geodatagov geodatagov clean-deleted
Expected
Log statements appear for extension:
2019-05-03 22:54:32,340 INFO [ckanext.geodatagov] Starting delete for clean-deleted
Actual
Log statements appear, but only for other extensions.
The text was updated successfully, but these errors were encountered: