Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. {"loglevel": "info", "workers": 8, "bind": "0.0.0.0:80", "workers_per_core": 2.0, "host": "0.0.0.0", "port": "80"}
  2. [2019-03-15 13:19:20 +0000] [162] [DEBUG] Current configuration:
  3. config: /gunicorn_conf.py
  4. bind: ['0.0.0.0:80', '0.0.0.0:443']
  5. backlog: 2048
  6. workers: 8
  7. worker_class: egg:meinheld#gunicorn_worker
  8. threads: 1
  9. worker_connections: 1000
  10. max_requests: 0
  11. max_requests_jitter: 0
  12. timeout: 30
  13. graceful_timeout: 30
  14. keepalive: 120
  15. limit_request_line: 0
  16. limit_request_fields: 100
  17. limit_request_field_size: 8190
  18. reload: False
  19. reload_engine: auto
  20. reload_extra_files: []
  21. spew: False
  22. check_config: False
  23. preload_app: False
  24. sendfile: None
  25. reuse_port: False
  26. chdir: /s
  27. daemon: False
  28. raw_env: []
  29. pidfile: None
  30. worker_tmp_dir: None
  31. user: 0
  32. group: 0
  33. umask: 0
  34. initgroups: False
  35. tmp_upload_dir: None
  36. secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
  37. forwarded_allow_ips: ['127.0.0.1']
  38. accesslog: -
  39. disable_redirect_access_to_syslog: False
  40. access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
  41. errorlog: -
  42. loglevel: debug
  43. capture_output: True
  44. logger_class: gunicorn.glogging.Logger
  45. logconfig: None
  46. logconfig_dict: {}
  47. syslog_addr: udp://localhost:514
  48. syslog: False
  49. syslog_prefix: None
  50. syslog_facility: user
  51. enable_stdio_inheritance: False
  52. statsd_host: None
  53. statsd_prefix:
  54. proc_name: None
  55. default_proc_name: server:app
  56. pythonpath: None
  57. paste: None
  58. on_starting: <function OnStarting.on_starting at 0x7f35b8fba158>
  59. on_reload: <function OnReload.on_reload at 0x7f35b8fba268>
  60. when_ready: <function WhenReady.when_ready at 0x7f35b8fba378>
  61. pre_fork: <function Prefork.pre_fork at 0x7f35b8fba488>
  62. post_fork: <function Postfork.post_fork at 0x7f35b8fba598>
  63. post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f35b8fba6a8>
  64. worker_int: <function WorkerInt.worker_int at 0x7f35b8fba7b8>
  65. worker_abort: <function WorkerAbort.worker_abort at 0x7f35b8fba8c8>
  66. pre_exec: <function PreExec.pre_exec at 0x7f35b8fba9d8>
  67. pre_request: <function PreRequest.pre_request at 0x7f35b8fbaae8>
  68. post_request: <function PostRequest.post_request at 0x7f35b8fbab70>
  69. child_exit: <function ChildExit.child_exit at 0x7f35b8fbac80>
  70. worker_exit: <function WorkerExit.worker_exit at 0x7f35b8fbad90>
  71. nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f35b8fbaea0>
  72. on_exit: <function OnExit.on_exit at 0x7f35b8fc5048>
  73. proxy_protocol: False
  74. proxy_allow_ips: ['127.0.0.1']
  75. keyfile: /certs/private.key
  76. certfile: /certs/STAR.crt
  77. ssl_version: 2
  78. cert_reqs: 0
  79. ca_certs: None
  80. suppress_ragged_eofs: True
  81. do_handshake_on_connect: False
  82. ciphers: TLSv1
  83. raw_paste_global_conf: []
  84. [2019-03-15 13:19:20 +0000] [162] [INFO] Starting gunicorn 19.9.0
  85. [2019-03-15 13:19:20 +0000] [162] [DEBUG] Arbiter booted
  86. [2019-03-15 13:19:20 +0000] [162] [INFO] Listening at: https://0.0.0.0:80,https://0.0.0.0:443 (162)
  87. [2019-03-15 13:19:20 +0000] [162] [INFO] Using worker: egg:meinheld#gunicorn_worker
  88. [2019-03-15 13:19:20 +0000] [164] [INFO] Booting worker with pid: 164
  89. [2019-03-15 13:19:20 +0000] [165] [INFO] Booting worker with pid: 165
  90. [2019-03-15 13:19:20 +0000] [166] [INFO] Booting worker with pid: 166
  91. [2019-03-15 13:19:20 +0000] [167] [INFO] Booting worker with pid: 167
  92. [2019-03-15 13:19:20 +0000] [168] [INFO] Booting worker with pid: 168
  93. [2019-03-15 13:19:20 +0000] [169] [INFO] Booting worker with pid: 169
  94. [2019-03-15 13:19:20 +0000] [170] [INFO] Booting worker with pid: 170
  95. [2019-03-15 13:19:20 +0000] [171] [INFO] Booting worker with pid: 171
  96. [2019-03-15 13:19:20 +0000] [162] [DEBUG] 8 workers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement