You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
working from the latest committed on GH I'm getting an error when I mask my Handler function with @async.
File "/Users/rbucker/.virtualenvs/spotify/lib/python2.7/site-packages/tornadorpc/base.py", line 161, in dispatch
logging.warning(message)
NameError: global name 'logging' is not defined
Note that on line 161 there is the call:
logging.warning(message)
however, you have not imported the logging global from either python or TornadoWeb.
The text was updated successfully, but these errors were encountered:
chris-allan
added a commit
to chris-allan/tornadorpc
that referenced
this issue
Jan 26, 2012
working from the latest committed on GH I'm getting an error when I mask my Handler function with @async.
Note that on line 161 there is the call:
however, you have not imported the logging global from either python or TornadoWeb.
The text was updated successfully, but these errors were encountered: