Browse Source

perf: 日志增加请求耗时 (#5406)

Co-authored-by: Eric <xplzv@126.com>
pull/5413/head
fit2bot 4 years ago committed by GitHub
parent
commit
528e251f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jms

2
jms

@ -197,7 +197,7 @@ def get_start_gunicorn_kwargs():
print("\n- Start Gunicorn WSGI HTTP Server")
prepare()
bind = '{}:{}'.format(HTTP_HOST, HTTP_PORT)
log_format = '%(h)s %(t)s "%(r)s" %(s)s %(b)s '
log_format = '%(h)s %(t)s %(L)ss "%(r)s" %(s)s %(b)s '
cmd = [
'gunicorn', 'jumpserver.wsgi',

Loading…
Cancel
Save