mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Don't force internal IP on logging.
This commit is contained in:
parent
5ff436d4f4
commit
fdecb844b6
1 changed files with 1 additions and 2 deletions
|
@ -244,8 +244,7 @@ class LoggingMiddleware(object):
|
|||
def process_response(self, request, response):
|
||||
|
||||
if logging_output_enabled and \
|
||||
# request.META.get('REMOTE_ADDR') in settings.INTERNAL_IPS and \
|
||||
not getattr(response, SUPPRESS_OUTPUT_ATTR, False):
|
||||
not getattr(response, SUPPRESS_OUTPUT_ATTR, False):
|
||||
|
||||
if intercept_redirects and \
|
||||
response.status_code in _redirect_statuses and \
|
||||
|
|
Loading…
Add table
Reference in a new issue