Actions
Bug #18198
closedkatello-debug to collect httpd pulp logs
Description
For investigation of pulp issues (esp. 404 not found in a repo), it is usefull to check /var/log/httpd/foreman-ssl_access_ssl.log on foreman server - it logs each and every HTTP request on the server, including return code.
However, external foreman-proxy server (aka Capsule) logs the same to /var/log/httpd/pulp-https_access_ssl.log that is not collected by either way. This file is requested to be collected as primary one.
Additionally, it might make sense to collect also /var/log/httpd/pulp-https_error_ssl.log - though I havent seen an error there so far.
Additionally, since some repos can be published via HTTP and not HTTPS, it makes sense to collect http_ logs as well
Actions