IlyaLab / Addama

Adaptive Data Management :: OAuth Enabled Web Services
MIT License
3 stars 3 forks source link

Weird Error Message on 404 #23

Closed hrovira closed 10 years ago

hrovira commented 10 years ago

Accessing JSON data file under: http://localhost:9010/svc/data/lookups/dimensions_data.json

Received message: HTTP 404: Not Found (global name 'log' is not defined)

Seems to be leaking an internal error, or failing while trying to output error

hrovira commented 10 years ago

problem was a bad import in python (import log vs import logging)