error.log 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. [2019-09-10 14:21:43 +0800] [23303] [DEBUG] Current configuration:
  2. config: None
  3. bind: [':5000']
  4. backlog: 2048
  5. workers: 4
  6. worker_class: sync
  7. threads: 1
  8. worker_connections: 1000
  9. max_requests: 0
  10. max_requests_jitter: 0
  11. timeout: 30
  12. graceful_timeout: 30
  13. keepalive: 2
  14. limit_request_line: 4094
  15. limit_request_fields: 100
  16. limit_request_field_size: 8190
  17. reload: False
  18. reload_engine: auto
  19. reload_extra_files: []
  20. spew: False
  21. check_config: False
  22. preload_app: False
  23. sendfile: None
  24. reuse_port: False
  25. chdir: /opt/aliyun_eipaddress
  26. daemon: True
  27. raw_env: []
  28. pidfile: None
  29. worker_tmp_dir: None
  30. user: 0
  31. group: 0
  32. umask: 0
  33. initgroups: False
  34. tmp_upload_dir: None
  35. secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
  36. forwarded_allow_ips: ['127.0.0.1']
  37. accesslog: logs/access.log
  38. disable_redirect_access_to_syslog: False
  39. access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
  40. errorlog: logs/error.log
  41. loglevel: debug
  42. capture_output: False
  43. logger_class: gunicorn.glogging.Logger
  44. logconfig: None
  45. logconfig_dict: {}
  46. syslog_addr: udp://localhost:514
  47. syslog: False
  48. syslog_prefix: None
  49. syslog_facility: user
  50. enable_stdio_inheritance: False
  51. statsd_host: None
  52. statsd_prefix:
  53. proc_name: None
  54. default_proc_name: index:app
  55. pythonpath: None
  56. paste: None
  57. on_starting: <function OnStarting.on_starting at 0x7f52aa4b3950>
  58. on_reload: <function OnReload.on_reload at 0x7f52aa4b3a60>
  59. when_ready: <function WhenReady.when_ready at 0x7f52aa4b3b70>
  60. pre_fork: <function Prefork.pre_fork at 0x7f52aa4b3c80>
  61. post_fork: <function Postfork.post_fork at 0x7f52aa4b3d90>
  62. post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f52aa4b3ea0>
  63. worker_int: <function WorkerInt.worker_int at 0x7f52aa226048>
  64. worker_abort: <function WorkerAbort.worker_abort at 0x7f52aa226158>
  65. pre_exec: <function PreExec.pre_exec at 0x7f52aa226268>
  66. pre_request: <function PreRequest.pre_request at 0x7f52aa226378>
  67. post_request: <function PostRequest.post_request at 0x7f52aa226400>
  68. child_exit: <function ChildExit.child_exit at 0x7f52aa226510>
  69. worker_exit: <function WorkerExit.worker_exit at 0x7f52aa226620>
  70. nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f52aa226730>
  71. on_exit: <function OnExit.on_exit at 0x7f52aa226840>
  72. proxy_protocol: False
  73. proxy_allow_ips: ['127.0.0.1']
  74. keyfile: None
  75. certfile: None
  76. ssl_version: 2
  77. cert_reqs: 0
  78. ca_certs: None
  79. suppress_ragged_eofs: True
  80. do_handshake_on_connect: False
  81. ciphers: TLSv1
  82. raw_paste_global_conf: []
  83. [2019-09-10 14:21:43 +0800] [23303] [INFO] Starting gunicorn 19.9.0
  84. [2019-09-10 14:21:43 +0800] [23303] [DEBUG] Arbiter booted
  85. [2019-09-10 14:21:43 +0800] [23303] [INFO] Listening at: http://0.0.0.0:5000 (23303)
  86. [2019-09-10 14:21:43 +0800] [23303] [INFO] Using worker: sync
  87. [2019-09-10 14:21:43 +0800] [23309] [INFO] Booting worker with pid: 23309
  88. [2019-09-10 14:21:43 +0800] [23310] [INFO] Booting worker with pid: 23310
  89. [2019-09-10 14:21:43 +0800] [23311] [INFO] Booting worker with pid: 23311
  90. [2019-09-10 14:21:43 +0800] [23312] [INFO] Booting worker with pid: 23312
  91. [2019-09-10 14:21:43 +0800] [23303] [DEBUG] 4 workers
  92. [2019-09-10 14:25:09 +0800] [23311] [DEBUG] GET /reseteip
  93. [2019-09-10 14:25:09 +0800] [23309] [DEBUG] GET /favicon.ico
  94. [2019-09-10 14:27:36 +0800] [23725] [DEBUG] Current configuration:
  95. config: None
  96. bind: [':5000']
  97. backlog: 2048
  98. workers: 4
  99. worker_class: sync
  100. threads: 1
  101. worker_connections: 1000
  102. max_requests: 0
  103. max_requests_jitter: 0
  104. timeout: 30
  105. graceful_timeout: 30
  106. keepalive: 2
  107. limit_request_line: 4094
  108. limit_request_fields: 100
  109. limit_request_field_size: 8190
  110. reload: False
  111. reload_engine: auto
  112. reload_extra_files: []
  113. spew: False
  114. check_config: False
  115. preload_app: False
  116. sendfile: None
  117. reuse_port: False
  118. chdir: /opt/aliyun_eipaddress
  119. daemon: True
  120. raw_env: []
  121. pidfile: run/gunicorn.pid
  122. worker_tmp_dir: None
  123. user: 0
  124. group: 0
  125. umask: 0
  126. initgroups: False
  127. tmp_upload_dir: None
  128. secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
  129. forwarded_allow_ips: ['127.0.0.1']
  130. accesslog: logs/access.log
  131. disable_redirect_access_to_syslog: False
  132. access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
  133. errorlog: logs/error.log
  134. loglevel: debug
  135. capture_output: False
  136. logger_class: gunicorn.glogging.Logger
  137. logconfig: None
  138. logconfig_dict: {}
  139. syslog_addr: udp://localhost:514
  140. syslog: False
  141. syslog_prefix: None
  142. syslog_facility: user
  143. enable_stdio_inheritance: False
  144. statsd_host: None
  145. statsd_prefix:
  146. proc_name: None
  147. default_proc_name: index:app
  148. pythonpath: None
  149. paste: None
  150. on_starting: <function OnStarting.on_starting at 0x7ff18c551950>
  151. on_reload: <function OnReload.on_reload at 0x7ff18c551a60>
  152. when_ready: <function WhenReady.when_ready at 0x7ff18c551b70>
  153. pre_fork: <function Prefork.pre_fork at 0x7ff18c551c80>
  154. post_fork: <function Postfork.post_fork at 0x7ff18c551d90>
  155. post_worker_init: <function PostWorkerInit.post_worker_init at 0x7ff18c551ea0>
  156. worker_int: <function WorkerInt.worker_int at 0x7ff18c2c4048>
  157. worker_abort: <function WorkerAbort.worker_abort at 0x7ff18c2c4158>
  158. pre_exec: <function PreExec.pre_exec at 0x7ff18c2c4268>
  159. pre_request: <function PreRequest.pre_request at 0x7ff18c2c4378>
  160. post_request: <function PostRequest.post_request at 0x7ff18c2c4400>
  161. child_exit: <function ChildExit.child_exit at 0x7ff18c2c4510>
  162. worker_exit: <function WorkerExit.worker_exit at 0x7ff18c2c4620>
  163. nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7ff18c2c4730>
  164. on_exit: <function OnExit.on_exit at 0x7ff18c2c4840>
  165. proxy_protocol: False
  166. proxy_allow_ips: ['127.0.0.1']
  167. keyfile: None
  168. certfile: None
  169. ssl_version: 2
  170. cert_reqs: 0
  171. ca_certs: None
  172. suppress_ragged_eofs: True
  173. do_handshake_on_connect: False
  174. ciphers: TLSv1
  175. raw_paste_global_conf: []
  176. [2019-09-10 14:27:36 +0800] [23725] [INFO] Listening at: http://0.0.0.0:5000 (23725)
  177. [2019-09-10 14:27:36 +0800] [23725] [INFO] Using worker: sync
  178. [2019-09-10 14:27:36 +0800] [23735] [INFO] Booting worker with pid: 23735
  179. [2019-09-10 14:27:36 +0800] [23736] [INFO] Booting worker with pid: 23736
  180. [2019-09-10 14:27:36 +0800] [23741] [INFO] Booting worker with pid: 23741
  181. [2019-09-10 14:27:36 +0800] [23742] [INFO] Booting worker with pid: 23742
  182. [2019-09-10 14:27:36 +0800] [23725] [DEBUG] 4 workers