Hide Forgot
Currently, the pulpdist-httpd RPM correctly creates /var/log/pulpdist, but pulpdist.django_site doesn't actually set up any stream handler to write there (instead just logging to the console and relying on Apache being set up to log console output from applications) This needs to be fixed so that misbehaviour can be diagnosed sanely...
Now creates 5 log files (some messages appear in multiple locations): Split by namespace (all DEBUG+): pulpdist.log pulp.log django.log Split by severity (django, pulp and pulpdist namespaces): debug.log error.log