Skip to content

Instantly share code, notes, and snippets.

@tucotuco
Created December 10, 2013 21:12
Show Gist options
  • Save tucotuco/7900295 to your computer and use it in GitHub Desktop.
Save tucotuco/7900295 to your computer and use it in GitHub Desktop.
dev.sh logging
INFO 2013-12-10 21:10:00,053 appengine_config.py:31] /Users/tuco/Projects/VertNet/webapp/auth.txt
ERROR 2013-12-10 21:10:00,214 wsgi.py:262]
Traceback (most recent call last):
File "/Users/tuco/bin/google_appengine/google/appengine/runtime/wsgi.py", line 239, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 353, in __getattr__
self._update_configs()
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 289, in _update_configs
self._registry.initialize()
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 164, in initialize
import_func(self._modname)
File "/Users/tuco/Projects/VertNet/webapp/appengine_config.py", line 53, in <module>
auth = get_auth()
File "/Users/tuco/Projects/VertNet/webapp/appengine_config.py", line 32, in get_auth
auth = json.loads(open(path, "r").read())
File "/Users/tuco/bin/google_appengine/google/appengine/tools/devappserver2/python/stubs.py", line 250, in __init__
super(FakeFile, self).__init__(filename, mode, bufsize, **kwargs)
IOError: [Errno 2] No such file or directory: '/Users/tuco/Projects/VertNet/webapp/auth.txt'
INFO 2013-12-10 21:10:01,018 module.py:617] default: "GET /mr/indexall?path=vn-staging/data/2013-11-14 HTTP/1.1" 500 -
INFO 2013-12-10 21:10:09,925 appengine_config.py:31] /Users/tuco/Projects/VertNet/webapp/auth.txt
ERROR 2013-12-10 21:10:09,926 wsgi.py:262]
Traceback (most recent call last):
File "/Users/tuco/bin/google_appengine/google/appengine/runtime/wsgi.py", line 239, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 353, in __getattr__
self._update_configs()
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 289, in _update_configs
self._registry.initialize()
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 164, in initialize
import_func(self._modname)
File "/Users/tuco/Projects/VertNet/webapp/appengine_config.py", line 53, in <module>
auth = get_auth()
File "/Users/tuco/Projects/VertNet/webapp/appengine_config.py", line 32, in get_auth
auth = json.loads(open(path, "r").read())
File "/Users/tuco/bin/google_appengine/google/appengine/tools/devappserver2/python/stubs.py", line 250, in __init__
super(FakeFile, self).__init__(filename, mode, bufsize, **kwargs)
IOError: [Errno 2] No such file or directory: '/Users/tuco/Projects/VertNet/webapp/auth.txt'
INFO 2013-12-10 21:10:09,939 module.py:617] default: "GET /favicon.ico HTTP/1.1" 500 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment