Skip to content

Instantly share code, notes, and snippets.

@theflow
Created July 10, 2013 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theflow/5965651 to your computer and use it in GitHub Desktop.
Save theflow/5965651 to your computer and use it in GitHub Desktop.
$ gunicorn --workers=2 --timeout=0 --debug --log-level DEBUG test:app
2013-07-10 11:49:00 [5412] [DEBUG] Current configuration:
2013-07-10 11:49:00 [5412] [DEBUG] proxy_protocol: False
2013-07-10 11:49:00 [5412] [DEBUG] worker_connections: 1000
2013-07-10 11:49:00 [5412] [DEBUG] post_fork: <function post_fork at 0x2443230>
2013-07-10 11:49:00 [5412] [DEBUG] pythonpath: None
2013-07-10 11:49:00 [5412] [DEBUG] enable_stdio_inheritance: False
2013-07-10 11:49:00 [5412] [DEBUG] worker_class: sync
2013-07-10 11:49:00 [5412] [DEBUG] accesslog: None
2013-07-10 11:49:00 [5412] [DEBUG] syslog_facility: user
2013-07-10 11:49:00 [5412] [DEBUG] pre_exec: <function pre_exec at 0x2443500>
2013-07-10 11:49:00 [5412] [DEBUG] syslog: False
2013-07-10 11:49:00 [5412] [DEBUG] when_ready: <function when_ready at 0x243fed8>
2013-07-10 11:49:00 [5412] [DEBUG] pre_fork: <function pre_fork at 0x24430c8>
2013-07-10 11:49:00 [5412] [DEBUG] preload_app: False
2013-07-10 11:49:00 [5412] [DEBUG] workers: 2
2013-07-10 11:49:00 [5412] [DEBUG] graceful_timeout: 30
2013-07-10 11:49:00 [5412] [DEBUG] keepalive: 2
2013-07-10 11:49:00 [5412] [DEBUG] pidfile: None
2013-07-10 11:49:00 [5412] [DEBUG] user: 33
2013-07-10 11:49:00 [5412] [DEBUG] group: 33
2013-07-10 11:49:00 [5412] [DEBUG] spew: False
2013-07-10 11:49:00 [5412] [DEBUG] proc_name: None
2013-07-10 11:49:00 [5412] [DEBUG] umask: 0
2013-07-10 11:49:00 [5412] [DEBUG] secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
2013-07-10 11:49:00 [5412] [DEBUG] x_forwarded_for_header: X-FORWARDED-FOR
2013-07-10 11:49:00 [5412] [DEBUG] on_starting: <function on_starting at 0x243fc08>
2013-07-10 11:49:00 [5412] [DEBUG] post_worker_init: <function post_worker_init at 0x2443398>
2013-07-10 11:49:00 [5412] [DEBUG] pre_request: <function pre_request at 0x2443668>
2013-07-10 11:49:00 [5412] [DEBUG] limit_request_fields: 100
2013-07-10 11:49:00 [5412] [DEBUG] config: None
2013-07-10 11:49:00 [5412] [DEBUG] access_log_format: "%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
2013-07-10 11:49:00 [5412] [DEBUG] logconfig: None
2013-07-10 11:49:00 [5412] [DEBUG] check_config: False
2013-07-10 11:49:00 [5412] [DEBUG] on_reload: <function on_reload at 0x243fd70>
2013-07-10 11:49:00 [5412] [DEBUG] forwarded_allow_ips: ['127.0.0.1']
2013-07-10 11:49:00 [5412] [DEBUG] proxy_allow_ips: ['127.0.0.1']
2013-07-10 11:49:00 [5412] [DEBUG] post_request: <function post_request at 0x2443758>
2013-07-10 11:49:00 [5412] [DEBUG] max_requests: 0
2013-07-10 11:49:00 [5412] [DEBUG] django_settings: None
2013-07-10 11:49:00 [5412] [DEBUG] limit_request_line: 4094
2013-07-10 11:49:00 [5412] [DEBUG] certfile: None
2013-07-10 11:49:00 [5412] [DEBUG] worker_exit: <function worker_exit at 0x24438c0>
2013-07-10 11:49:00 [5412] [DEBUG] default_proc_name: test:app
2013-07-10 11:49:00 [5412] [DEBUG] daemon: False
2013-07-10 11:49:00 [5412] [DEBUG] errorlog: -
2013-07-10 11:49:00 [5412] [DEBUG] loglevel: DEBUG
2013-07-10 11:49:00 [5412] [DEBUG] syslog_addr: udp://localhost:514
2013-07-10 11:49:00 [5412] [DEBUG] syslog_prefix: None
2013-07-10 11:49:00 [5412] [DEBUG] bind: ['127.0.0.1:8000']
2013-07-10 11:49:00 [5412] [DEBUG] limit_request_field_size: 8190
2013-07-10 11:49:00 [5412] [DEBUG] nworkers_changed: <function nworkers_changed at 0x2443a28>
2013-07-10 11:49:00 [5412] [DEBUG] timeout: 0
2013-07-10 11:49:00 [5412] [DEBUG] debug: True
2013-07-10 11:49:00 [5412] [DEBUG] tmp_upload_dir: None
2013-07-10 11:49:00 [5412] [DEBUG] keyfile: None
2013-07-10 11:49:00 [5412] [DEBUG] backlog: 2048
2013-07-10 11:49:00 [5412] [DEBUG] logger_class: simple
2013-07-10 11:49:00 [5412] [INFO] Starting gunicorn 17.5
2013-07-10 11:49:00 [5412] [DEBUG] Arbiter booted
2013-07-10 11:49:00 [5412] [INFO] Listening at: http://127.0.0.1:8000 (5412)
2013-07-10 11:49:00 [5412] [INFO] Using worker: sync
2013-07-10 11:49:00 [5417] [INFO] Booting worker with pid: 5417
2013-07-10 11:49:00 [5418] [INFO] Booting worker with pid: 5418
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment