mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Don't force internal IP on logging.
This commit is contained in:
parent
f1847f8aca
commit
5ff436d4f4
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +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 \
|
||||
# request.META.get('REMOTE_ADDR') in settings.INTERNAL_IPS and \
|
||||
not getattr(response, SUPPRESS_OUTPUT_ATTR, False):
|
||||
|
||||
if intercept_redirects and \
|
||||
|
|
Loading…
Add table
Reference in a new issue