Merge with develop and fix merge conflicts
This commit is contained in:
commit
72f4fedcbe
148 changed files with 20005 additions and 2718 deletions
|
|
@ -215,6 +215,12 @@ class Website(server.Site):
|
|||
"""
|
||||
noisy = False
|
||||
|
||||
def logPrefix(self):
|
||||
"How to be named in logs"
|
||||
if hasattr(self, "is_portal") and self.is_portal:
|
||||
return "Webserver-proxy"
|
||||
return "Webserver"
|
||||
|
||||
def log(self, request):
|
||||
"""Conditional logging"""
|
||||
if _DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue