123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- [2019-09-10 14:21:43 +0800] [23303] [DEBUG] Current configuration:
- config: None
- bind: [':5000']
- backlog: 2048
- workers: 4
- worker_class: sync
- threads: 1
- worker_connections: 1000
- max_requests: 0
- max_requests_jitter: 0
- timeout: 30
- graceful_timeout: 30
- keepalive: 2
- limit_request_line: 4094
- limit_request_fields: 100
- limit_request_field_size: 8190
- reload: False
- reload_engine: auto
- reload_extra_files: []
- spew: False
- check_config: False
- preload_app: False
- sendfile: None
- reuse_port: False
- chdir: /opt/aliyun_eipaddress
- daemon: True
- raw_env: []
- pidfile: None
- worker_tmp_dir: None
- user: 0
- group: 0
- umask: 0
- initgroups: False
- tmp_upload_dir: None
- secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
- forwarded_allow_ips: ['127.0.0.1']
- accesslog: logs/access.log
- disable_redirect_access_to_syslog: False
- access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
- errorlog: logs/error.log
- loglevel: debug
- capture_output: False
- logger_class: gunicorn.glogging.Logger
- logconfig: None
- logconfig_dict: {}
- syslog_addr: udp://localhost:514
- syslog: False
- syslog_prefix: None
- syslog_facility: user
- enable_stdio_inheritance: False
- statsd_host: None
- statsd_prefix:
- proc_name: None
- default_proc_name: index:app
- pythonpath: None
- paste: None
- on_starting: <function OnStarting.on_starting at 0x7f52aa4b3950>
- on_reload: <function OnReload.on_reload at 0x7f52aa4b3a60>
- when_ready: <function WhenReady.when_ready at 0x7f52aa4b3b70>
- pre_fork: <function Prefork.pre_fork at 0x7f52aa4b3c80>
- post_fork: <function Postfork.post_fork at 0x7f52aa4b3d90>
- post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f52aa4b3ea0>
- worker_int: <function WorkerInt.worker_int at 0x7f52aa226048>
- worker_abort: <function WorkerAbort.worker_abort at 0x7f52aa226158>
- pre_exec: <function PreExec.pre_exec at 0x7f52aa226268>
- pre_request: <function PreRequest.pre_request at 0x7f52aa226378>
- post_request: <function PostRequest.post_request at 0x7f52aa226400>
- child_exit: <function ChildExit.child_exit at 0x7f52aa226510>
- worker_exit: <function WorkerExit.worker_exit at 0x7f52aa226620>
- nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f52aa226730>
- on_exit: <function OnExit.on_exit at 0x7f52aa226840>
- proxy_protocol: False
- proxy_allow_ips: ['127.0.0.1']
- keyfile: None
- certfile: None
- ssl_version: 2
- cert_reqs: 0
- ca_certs: None
- suppress_ragged_eofs: True
- do_handshake_on_connect: False
- ciphers: TLSv1
- raw_paste_global_conf: []
- [2019-09-10 14:21:43 +0800] [23303] [INFO] Starting gunicorn 19.9.0
- [2019-09-10 14:21:43 +0800] [23303] [DEBUG] Arbiter booted
- [2019-09-10 14:21:43 +0800] [23303] [INFO] Listening at: http://0.0.0.0:5000 (23303)
- [2019-09-10 14:21:43 +0800] [23303] [INFO] Using worker: sync
- [2019-09-10 14:21:43 +0800] [23309] [INFO] Booting worker with pid: 23309
- [2019-09-10 14:21:43 +0800] [23310] [INFO] Booting worker with pid: 23310
- [2019-09-10 14:21:43 +0800] [23311] [INFO] Booting worker with pid: 23311
- [2019-09-10 14:21:43 +0800] [23312] [INFO] Booting worker with pid: 23312
- [2019-09-10 14:21:43 +0800] [23303] [DEBUG] 4 workers
- [2019-09-10 14:25:09 +0800] [23311] [DEBUG] GET /reseteip
- [2019-09-10 14:25:09 +0800] [23309] [DEBUG] GET /favicon.ico
- [2019-09-10 14:27:36 +0800] [23725] [DEBUG] Current configuration:
- config: None
- bind: [':5000']
- backlog: 2048
- workers: 4
- worker_class: sync
- threads: 1
- worker_connections: 1000
- max_requests: 0
- max_requests_jitter: 0
- timeout: 30
- graceful_timeout: 30
- keepalive: 2
- limit_request_line: 4094
- limit_request_fields: 100
- limit_request_field_size: 8190
- reload: False
- reload_engine: auto
- reload_extra_files: []
- spew: False
- check_config: False
- preload_app: False
- sendfile: None
- reuse_port: False
- chdir: /opt/aliyun_eipaddress
- daemon: True
- raw_env: []
- pidfile: run/gunicorn.pid
- worker_tmp_dir: None
- user: 0
- group: 0
- umask: 0
- initgroups: False
- tmp_upload_dir: None
- secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
- forwarded_allow_ips: ['127.0.0.1']
- accesslog: logs/access.log
- disable_redirect_access_to_syslog: False
- access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
- errorlog: logs/error.log
- loglevel: debug
- capture_output: False
- logger_class: gunicorn.glogging.Logger
- logconfig: None
- logconfig_dict: {}
- syslog_addr: udp://localhost:514
- syslog: False
- syslog_prefix: None
- syslog_facility: user
- enable_stdio_inheritance: False
- statsd_host: None
- statsd_prefix:
- proc_name: None
- default_proc_name: index:app
- pythonpath: None
- paste: None
- on_starting: <function OnStarting.on_starting at 0x7ff18c551950>
- on_reload: <function OnReload.on_reload at 0x7ff18c551a60>
- when_ready: <function WhenReady.when_ready at 0x7ff18c551b70>
- pre_fork: <function Prefork.pre_fork at 0x7ff18c551c80>
- post_fork: <function Postfork.post_fork at 0x7ff18c551d90>
- post_worker_init: <function PostWorkerInit.post_worker_init at 0x7ff18c551ea0>
- worker_int: <function WorkerInt.worker_int at 0x7ff18c2c4048>
- worker_abort: <function WorkerAbort.worker_abort at 0x7ff18c2c4158>
- pre_exec: <function PreExec.pre_exec at 0x7ff18c2c4268>
- pre_request: <function PreRequest.pre_request at 0x7ff18c2c4378>
- post_request: <function PostRequest.post_request at 0x7ff18c2c4400>
- child_exit: <function ChildExit.child_exit at 0x7ff18c2c4510>
- worker_exit: <function WorkerExit.worker_exit at 0x7ff18c2c4620>
- nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7ff18c2c4730>
- on_exit: <function OnExit.on_exit at 0x7ff18c2c4840>
- proxy_protocol: False
- proxy_allow_ips: ['127.0.0.1']
- keyfile: None
- certfile: None
- ssl_version: 2
- cert_reqs: 0
- ca_certs: None
- suppress_ragged_eofs: True
- do_handshake_on_connect: False
- ciphers: TLSv1
- raw_paste_global_conf: []
- [2019-09-10 14:27:36 +0800] [23725] [INFO] Listening at: http://0.0.0.0:5000 (23725)
- [2019-09-10 14:27:36 +0800] [23725] [INFO] Using worker: sync
- [2019-09-10 14:27:36 +0800] [23735] [INFO] Booting worker with pid: 23735
- [2019-09-10 14:27:36 +0800] [23736] [INFO] Booting worker with pid: 23736
- [2019-09-10 14:27:36 +0800] [23741] [INFO] Booting worker with pid: 23741
- [2019-09-10 14:27:36 +0800] [23742] [INFO] Booting worker with pid: 23742
- [2019-09-10 14:27:36 +0800] [23725] [DEBUG] 4 workers
|