You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

198 lines
7.3 KiB

[2021-01-14 08:37:45 +0800] [14269] [DEBUG] Current configuration:
config: gconfig.py
bind: ['0.0.0.0:3389']
backlog: 2048
workers: 5
worker_class: gevent
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: /root/albumy
daemon: False
raw_env: []
pidfile: log/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: None
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: -
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
dogstatsd_tags:
statsd_prefix:
proc_name: None
default_proc_name: run:app
pythonpath: None
paste: None
on_starting: <function OnStarting.on_starting at 0x7f4348074a60>
on_reload: <function OnReload.on_reload at 0x7f4348074b70>
when_ready: <function WhenReady.when_ready at 0x7f4348074c80>
pre_fork: <function Prefork.pre_fork at 0x7f4348074d90>
post_fork: <function Postfork.post_fork at 0x7f4348074ea0>
post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f4348094048>
worker_int: <function WorkerInt.worker_int at 0x7f4348094158>
worker_abort: <function WorkerAbort.worker_abort at 0x7f4348094268>
pre_exec: <function PreExec.pre_exec at 0x7f4348094378>
pre_request: <function PreRequest.pre_request at 0x7f4348094488>
post_request: <function PostRequest.post_request at 0x7f4348094510>
child_exit: <function ChildExit.child_exit at 0x7f4348094620>
worker_exit: <function WorkerExit.worker_exit at 0x7f4348094730>
nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f4348094840>
on_exit: <function OnExit.on_exit at 0x7f4348094950>
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: None
raw_paste_global_conf: []
strip_header_spaces: False
[2021-01-14 08:37:45 +0800] [14269] [INFO] Starting gunicorn 20.0.4
[2021-01-14 08:37:45 +0800] [14269] [DEBUG] Arbiter booted
[2021-01-14 08:37:45 +0800] [14269] [INFO] Listening at: http://0.0.0.0:3389 (14269)
[2021-01-14 08:37:45 +0800] [14269] [INFO] Using worker: gevent
[2021-01-14 08:37:45 +0800] [14272] [INFO] Booting worker with pid: 14272
[2021-01-14 08:37:45 +0800] [14273] [INFO] Booting worker with pid: 14273
[2021-01-14 08:37:45 +0800] [14274] [INFO] Booting worker with pid: 14274
[2021-01-14 08:37:45 +0800] [14276] [INFO] Booting worker with pid: 14276
[2021-01-14 08:37:45 +0800] [14269] [DEBUG] 5 workers
[2021-01-14 08:37:45 +0800] [14277] [INFO] Booting worker with pid: 14277
[2021-01-14 09:06:33 +0800] [17476] [INFO] Booting worker with pid: 17476
[2021-01-14 09:06:33 +0800] [17481] [INFO] Booting worker with pid: 17481
[2021-01-14 09:06:33 +0800] [14269] [DEBUG] 2 workers
[2021-01-14 09:06:33 +0800] [14269] [INFO] Handling signal: hup
[2021-01-14 09:06:33 +0800] [14269] [INFO] Hang up: Master
[2021-01-14 09:06:33 +0800] [14269] [DEBUG] Current configuration:
config: gconfig.py
bind: ['0.0.0.0:3389']
backlog: 2048
workers: 5
worker_class: gevent
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: /root/albumy
daemon: False
raw_env: []
pidfile: log/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: None
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: -
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
dogstatsd_tags:
statsd_prefix:
proc_name: None
default_proc_name: run:app
pythonpath: None
paste: None
on_starting: <function OnStarting.on_starting at 0x7f4348074a60>
on_reload: <function OnReload.on_reload at 0x7f4348074b70>
when_ready: <function WhenReady.when_ready at 0x7f4348074c80>
pre_fork: <function Prefork.pre_fork at 0x7f4348074d90>
post_fork: <function Postfork.post_fork at 0x7f4348074ea0>
post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f4348094048>
worker_int: <function WorkerInt.worker_int at 0x7f4348094158>
worker_abort: <function WorkerAbort.worker_abort at 0x7f4348094268>
pre_exec: <function PreExec.pre_exec at 0x7f4348094378>
pre_request: <function PreRequest.pre_request at 0x7f4348094488>
post_request: <function PostRequest.post_request at 0x7f4348094510>
child_exit: <function ChildExit.child_exit at 0x7f4348094620>
worker_exit: <function WorkerExit.worker_exit at 0x7f4348094730>
nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f4348094840>
on_exit: <function OnExit.on_exit at 0x7f4348094950>
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: None
raw_paste_global_conf: []
strip_header_spaces: False
[2021-01-14 09:06:33 +0800] [17510] [INFO] Booting worker with pid: 17510
[2021-01-14 09:06:33 +0800] [17512] [INFO] Booting worker with pid: 17512
[2021-01-14 09:06:33 +0800] [17509] [INFO] Booting worker with pid: 17509
[2021-01-14 09:06:33 +0800] [17511] [INFO] Booting worker with pid: 17511
[2021-01-14 09:06:33 +0800] [17518] [INFO] Booting worker with pid: 17518
[2021-01-14 09:06:33 +0800] [14269] [DEBUG] 5 workers
[2021-01-14 09:06:33 +0800] [14269] [INFO] Handling signal: term
[2021-01-14 09:06:35 +0800] [17476] [INFO] Worker exiting (pid: 17476)
[2021-01-14 09:06:35 +0800] [17481] [INFO] Worker exiting (pid: 17481)
[2021-01-14 09:06:35 +0800] [17511] [INFO] Worker exiting (pid: 17511)
[2021-01-14 09:06:35 +0800] [17518] [INFO] Worker exiting (pid: 17518)
[2021-01-14 09:06:35 +0800] [17510] [INFO] Worker exiting (pid: 17510)
[2021-01-14 09:06:35 +0800] [17512] [INFO] Worker exiting (pid: 17512)
[2021-01-14 09:06:35 +0800] [17509] [INFO] Worker exiting (pid: 17509)
[2021-01-14 09:06:35 +0800] [14269] [INFO] Shutting down: Master