Created
January 28, 2015 20:47
-
-
Save singingwolfboy/969fc0ce1aa90ae49374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-28 14:31:05 [14528] [INFO] Worker exiting (pid: 14528) | |
2014-10-28 14:31:05,000 INFO 14528 [gunicorn.error] glogging.py:213 - Worker exiting (pid: 14528) | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit | |
self._connect_unixsocket(self.address) | |
File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket | |
self.socket.connect(address) | |
File "/usr/lib/python2.7/socket.py", line 224, in meth | |
return getattr(self._sock,name)(*args) | |
error: [Errno 111] Connection refused | |
Logged from file glogging.py, line 213 | |
2014-10-28 14:31:05 [14533] [INFO] Worker exiting (pid: 14533) | |
2014-10-28 14:31:05,004 INFO 14533 [gunicorn.error] glogging.py:213 - Worker exiting (pid: 14533) | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit | |
self._connect_unixsocket(self.address) | |
File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket | |
self.socket.connect(address) | |
File "/usr/lib/python2.7/socket.py", line 224, in meth | |
return getattr(self._sock,name)(*args) | |
error: [Errno 111] Connection refused | |
Logged from file glogging.py, line 213 | |
2014-10-28 14:31:05 [14391] [INFO] Shutting down: Master | |
2014-10-28 14:31:05,057 INFO 14391 [gunicorn.error] glogging.py:213 - Shutting down: Master | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit | |
self._connect_unixsocket(self.address) | |
File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket | |
self.socket.connect(address) | |
File "/usr/lib/python2.7/socket.py", line 224, in meth | |
return getattr(self._sock,name)(*args) | |
error: [Errno 111] Connection refused | |
Logged from file glogging.py, line 213 | |
2015-01-28 13:36:01,485 INFO 1185 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125 | |
2015-01-28 13:36:14 [1185] [INFO] Starting gunicorn 0.17.4 | |
2015-01-28 13:36:14,375 INFO 1185 [gunicorn.error] glogging.py:213 - Starting gunicorn 0.17.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment