gunicorn配置日志

gunicorn有多个内置的参数可用来配置:flask

h	远程地址
l	“-“
u	用户名
t	时间
r	状态行,如:GET /test HTTP/1.1
m	请求方法
U	没有查询字符串的URL
q	查询字符串
H	协议
s	状态码
B	response长度
b	response长度(CLF格式)
f	参考
a	用户代理
T	请求时间,单位为s
D	请求时间,单位为ms
p	进程id
{Header}i	请求头
{Header}o	相应头
{Variable}e	环境变量

你可能感兴趣的:(笔记,NLP实战项目,gunicorn,flask,python)