Browse Source

fix: 修复gunicorn配置文件的错误

SongZihuan 3 years ago
parent
commit
87c623429e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      gunicorn.conf.py

+ 0 - 3
gunicorn.conf.py

@@ -13,6 +13,3 @@ threads = 2 #指定每个进程开启的线程数
 
 loglevel = 'info'
 access_log_format = '%(t)s %(p)s %(h)s "%(r)s" %(s)s %(L)s %(b)s %(f)s" "%(a)s"'
-
-accesslog = '/var/log/hblog_acess.log'
-errorlog = '/var/log/hblog_error.log'