Is your feature request related to a problem? Please describe.
Currently, we either hardcode the gunicorn log format, or we let the defaults (which is the same we hardcode) get applied.
There is no way for Pulp administrators to configure this log format.
Describe the solution you'd like
We already expose gunicorn_workers and gunicorn_timeout as fields in the CRD. Also expose gunicorn_logformat as a field, and pass it as command line arguments while starting up the components.