Added some more noisy=False to other factories as per #1107.
This commit is contained in:
parent
5b07a8bd2c
commit
f423771423
4 changed files with 8 additions and 1 deletions
|
|
@ -144,6 +144,7 @@ class Website(server.Site):
|
|||
"""
|
||||
This class will only log http requests if settings.DEBUG is True.
|
||||
"""
|
||||
noisy = False
|
||||
def log(self, request):
|
||||
"Conditional logging"
|
||||
if _DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue