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
Basically you must change the line 15 of mongo.py and line 17 of gridfs.py
from
from sanic.log import log
to something along
from sanic.log import logger as log
and the code works
They have changed it to logger so your extension make our apps crash if we update to version 0.7 of sanic
Would be nice if you could update your code, please
Thank you
The text was updated successfully, but these errors were encountered: