在 Gunicorn 中记录所有请求和响应标头

ITC*_*hap 5 logging gunicorn

有没有办法在不知道头名称的情况下在 gunicorn 中记录所有请求和响应头?从https://docs.gunicorn.org/en/stable/settings.html#access-log-format看来我需要指定我想要查看的标题的名称,但不幸的是为了故障排除目的,我想检查是否设置了错误或拼写错误的标题。