Created
May 9, 2011 16:44
-
-
Save tobowers/962853 to your computer and use it in GitHub Desktop.
/dev/log rotation error
This file contains 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
2011-04-14_19:53:04.75667 Traceback (most recent call last): | |
2011-04-14_19:53:04.75669 File "/usr/local/bin/swift-object-server", line 7, in <module> | |
2011-04-14_19:53:04.75670 execfile(__file__) | |
2011-04-14_19:53:04.75670 File "/mbox/apps/openstack-swift/bin/swift-object-server", line 22, in <module> | |
2011-04-14_19:53:04.75671 run_wsgi(conf_file, 'object-server', default_port=6000, **options) | |
2011-04-14_19:53:04.75671 File "/mbox/apps/openstack-swift/swift/common/wsgi.py", line 116, in run_wsgi | |
2011-04-14_19:53:04.75677 log_to_console=kwargs.pop('verbose', False)) | |
2011-04-14_19:53:04.75677 File "/mbox/apps/openstack-swift/swift/common/utils.py", line 403, in get_logger | |
2011-04-14_19:53:04.75681 get_logger(conf, name, log_to_console, log_route='root') | |
2011-04-14_19:53:04.75682 File "/mbox/apps/openstack-swift/swift/common/utils.py", line 428, in get_logger | |
2011-04-14_19:53:04.75689 SysLogHandler(address='/dev/log', facility=facility) | |
2011-04-14_19:53:04.75689 File "/usr/lib/python2.6/logging/handlers.py", line 710, in __init__ | |
2011-04-14_19:53:04.75701 self._connect_unixsocket(address) | |
2011-04-14_19:53:04.75701 File "/usr/lib/python2.6/logging/handlers.py", line 725, in _connect_unixsocket | |
2011-04-14_19:53:04.75712 self.socket.connect(address) | |
2011-04-14_19:53:04.75713 File "<string>", line 1, in connect | |
2011-04-14_19:53:04.75717 socket.error: [Errno 2] No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment