Skip to content

Instantly share code, notes, and snippets.

@kyleratti
Created January 2, 2018 20:53
Show Gist options
  • Save kyleratti/85389a5ca5861c52c107859b97f5d263 to your computer and use it in GitHub Desktop.
Save kyleratti/85389a5ca5861c52c107859b97f5d263 to your computer and use it in GitHub Desktop.
[2018-01-02 20:44:42 +0000] [1] [DEBUG] Current configuration:
config: /opt/netbox/gunicorn_config.py
bind: ['0.0.0.0:8001']
backlog: 2048

s: 3
worker_class: sync

s: 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
spew: False
check_config: False
preload_app: False
sendfile: None
chdir: /opt/netbox/netbox
daemon: False
raw_env: []
pidfile: None
worker_tmp_dir: None

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: -
access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
errorlog: -
loglevel: debug
capture_output: False
logger_class: gunicorn.glogging.Logger
logconfig: None
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: netbox.wsgi
pythonpath: /opt/netbox/netbox
paste: None
on_starting: <function OnStarting.on_starting at 0x7f770a1a3c80>
on_reload: <function OnReload.on_reload at 0x7f770a1a3e18>
when_ready: <function WhenReady.when_ready at 0x7f7709f11048>
pre_fork: <function Prefork.pre_fork at 0x7f7709f111e0>
post_fork: <function Postfork.post_fork at 0x7f7709f11378>
post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f7709f11510>
worker_int: <function WorkerInt.worker_int at 0x7f7709f116a8>
worker_abort: <function WorkerAbort.worker_abort at 0x7f7709f11840>
pre_exec: <function PreExec.pre_exec at 0x7f7709f119d8>
pre_request: <function PreRequest.pre_request at 0x7f7709f11b70>
post_request: <function PostRequest.post_request at 0x7f7709f11c80>
child_exit: <function ChildExit.child_exit at 0x7f7709f11e18>
worker_exit: <function WorkerExit.worker_exit at 0x7f7709f14048>
nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f7709f141e0>
on_exit: <function OnExit.on_exit at 0x7f7709f14378>
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: []
[2018-01-02 20:44:42 +0000] [1] [INFO] Starting gunicorn 19.7.1
[2018-01-02 20:44:42 +0000] [1] [DEBUG] Arbiter booted
[2018-01-02 20:44:42 +0000] [1] [INFO] Listening at: http://0.0.0.0:8001 (1)
[2018-01-02 20:44:42 +0000] [1] [INFO] Using worker: sync
[2018-01-02 20:44:42 +0000] [94] [INFO] Booting worker with pid: 94
[2018-01-02 20:44:42 +0000] [100] [INFO] Booting worker with pid: 100
[2018-01-02 20:44:42 +0000] [101] [INFO] Booting worker with pid: 101
[2018-01-02 20:44:43 +0000] [1] [DEBUG] 3 workers
[2018-01-02 20:44:47 +0000] [100] [DEBUG] GET /
[2018-01-02 20:44:49 +0000] [101] [DEBUG] GET /static/bootstrap-3.3.7-dist/css/bootstrap.min.css
[2018-01-02 20:44:49 +0000] [94] [DEBUG] GET /static/font-awesome-4.7.0/css/font-awesome.min.css
[2018-01-02 20:44:49 +0000] [100] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.css
Not Found: /static/jquery-ui-1.12.1/jquery-ui.css
[2018-01-02 20:44:49 +0000] [100] [DEBUG] GET /static/css/base.css
Not Found: /static/css/base.css
[2018-01-02 20:44:49 +0000] [100] [DEBUG] GET /static/js/jquery-3.2.1.min.js
Not Found: /static/js/jquery-3.2.1.min.js
Not Found: /static/bootstrap-3.3.7-dist/css/bootstrap.min.css
[2018-01-02 20:44:50 +0000] [101] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.min.js
Not Found: /static/font-awesome-4.7.0/css/font-awesome.min.css
[2018-01-02 20:44:50 +0000] [94] [DEBUG] GET /static/js/forms.js
[2018-01-02 20:44:50 +0000] [100] [DEBUG] GET /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
Not Found: /static/jquery-ui-1.12.1/jquery-ui.min.js
[2018-01-02 20:44:50 +0000] [101] [DEBUG] GET /static/img/netbox_logo.png
Not Found: /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
Not Found: /static/js/forms.js
[2018-01-02 20:44:50 +0000] [94] [DEBUG] GET /static/js/forms.js
Not Found: /static/img/netbox_logo.png
Not Found: /static/js/forms.js
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /
[2018-01-02 20:45:15 +0000] [94] [DEBUG] GET /static/bootstrap-3.3.7-dist/css/bootstrap.min.css
[2018-01-02 20:45:15 +0000] [100] [DEBUG] GET /static/font-awesome-4.7.0/css/font-awesome.min.css
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.css
Not Found: /static/font-awesome-4.7.0/css/font-awesome.min.css
Not Found: /static/bootstrap-3.3.7-dist/css/bootstrap.min.css
[2018-01-02 20:45:15 +0000] [94] [DEBUG] GET /static/css/base.css
Not Found: /static/jquery-ui-1.12.1/jquery-ui.css
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /static/js/jquery-3.2.1.min.js
Not Found: /static/css/base.css
Not Found: /static/js/jquery-3.2.1.min.js
[2018-01-02 20:45:15 +0000] [94] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.min.js
Not Found: /static/jquery-ui-1.12.1/jquery-ui.min.js
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
Not Found: /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
[2018-01-02 20:45:15 +0000] [94] [DEBUG] GET /static/js/forms.js
Not Found: /static/js/forms.js
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /static/img/netbox_logo.png
Not Found: /static/img/netbox_logo.png
[2018-01-02 20:45:15 +0000] [94] [DEBUG] GET /static/js/jquery-3.2.1.min.js
Not Found: /static/js/jquery-3.2.1.min.js
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.min.js
Not Found: /static/jquery-ui-1.12.1/jquery-ui.min.js
[2018-01-02 20:45:15 +0000] [94] [DEBUG] GET /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
Not Found: /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
[2018-01-02 20:45:15 +0000] [101] [DEBUG] GET /static/js/forms.js
Not Found: /static/js/forms.js
[2018-01-02 20:45:16 +0000] [94] [DEBUG] GET /
[2018-01-02 20:45:16 +0000] [101] [DEBUG] GET /static/bootstrap-3.3.7-dist/css/bootstrap.min.css
[2018-01-02 20:45:16 +0000] [100] [DEBUG] GET /static/font-awesome-4.7.0/css/font-awesome.min.css
[2018-01-02 20:45:16 +0000] [94] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.css
Not Found: /static/bootstrap-3.3.7-dist/css/bootstrap.min.css
Not Found: /static/font-awesome-4.7.0/css/font-awesome.min.css
[2018-01-02 20:45:16 +0000] [100] [DEBUG] GET /static/css/base.css
Not Found: /static/jquery-ui-1.12.1/jquery-ui.css
Not Found: /static/css/base.css
[2018-01-02 20:45:16 +0000] [94] [DEBUG] GET /static/js/jquery-3.2.1.min.js
Not Found: /static/js/jquery-3.2.1.min.js
[2018-01-02 20:45:16 +0000] [100] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.min.js
Not Found: /static/jquery-ui-1.12.1/jquery-ui.min.js
[2018-01-02 20:45:16 +0000] [94] [DEBUG] GET /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
[2018-01-02 20:45:16 +0000] [101] [DEBUG] GET /static/js/forms.js
[2018-01-02 20:45:16 +0000] [100] [DEBUG] GET /static/img/netbox_logo.png
Not Found: /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
Not Found: /static/js/forms.js
[2018-01-02 20:45:16 +0000] [94] [DEBUG] GET /static/js/jquery-3.2.1.min.js
Not Found: /static/img/netbox_logo.png
Not Found: /static/js/jquery-3.2.1.min.js
[2018-01-02 20:45:16 +0000] [100] [DEBUG] GET /static/jquery-ui-1.12.1/jquery-ui.min.js
Not Found: /static/jquery-ui-1.12.1/jquery-ui.min.js
[2018-01-02 20:45:16 +0000] [94] [DEBUG] GET /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
Not Found: /static/bootstrap-3.3.7-dist/js/bootstrap.min.js
[2018-01-02 20:45:16 +0000] [100] [DEBUG] GET /static/js/forms.js
Not Found: /static/js/forms.js
[2018-01-02 20:45:21 +0000] [94] [DEBUG] GET /static/img/netbox_logo.png
Not Found: /static/img/netbox_logo.png
[2018-01-02 20:45:23 +0000] [100] [DEBUG] GET /static/
Not Found: /static/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment