-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have some problem with django 1.10 #10
Comments
Thanks, going to look into that. Ref.: https://docs.djangoproject.com/en/1.11/topics/http/middleware/ |
Somewhere I keep getting this error from the package - TypeError: %d format: a number is required, not unicode |
Your create_logger seems to have an issue - Making below change fixes the issue i.e replace %d with %s - Do you want me to raise a PR to fix this dude? |
content_length and status attributes |
Yes, a PR would be nice. Thanks for reporting this. |
You have some problem with django 1.10
TypeError: 'LoggingMiddleware' object is not callable File "django/core/handlers/exception.py",
In django 1.10 your middleware class should be child of "MiddlewareMixin"
The text was updated successfully, but these errors were encountered: