💡 [Feature] Twitcher: Log WARN/ERROR level of gunicor/pyramid in docker logs twitcher
#411
Labels
enhancement
New feature or request
docker logs twitcher
#411
Description
When debugging Twitcher access error, even with DEBUG log level enabled for Twitcher, some access are still not available in
docker logs twitcher
because they are at gunicor/pyramid layer.Example: When accessing
http://twitcher:8000/twitcher/ows/proxy/...
the access returns404 not found
but we do not see that access indocker logs twitcher
. This could happen when the front Nginx proxy is badly configured when forwarding to the request to Twitcher because Twitcher listens at/ows/proxy/...
and not/twitcher/ows/proxy/...
.So enabling WARN/ERROR level of gunicor/pyramid in
docker logs twitcher
will solve that missing log and ease future debugging.The file to enable the extra logging: https://github.com/bird-house/birdhouse-deploy/blob/master/birdhouse/components/twitcher/twitcher.ini.template
Should only enable WARN and ERROR level to avoid excessive logging.
References
Unable to change Twitcher logging level fixed in PR #410
The text was updated successfully, but these errors were encountered: