Example #1
0
 def __init__(self, *args, **kwargs):
     self.host = socket.gethostname()
     LogManager.__init__(self, *args, **kwargs)
Example #2
0
 def __init__(self, *args, **kwargs):
     self.host = socket.gethostname()
     LogManager.__init__(self, *args, **kwargs)
Example #3
0
 def access(self):
   request = cherrypy.serving.request
   # Ignore all status requests as they do nothing but fill up the log
   if request.request_line != "GET /api/playr?fn=status HTTP/1.1":
     return LogManager.access(self)
Example #4
0
 def __init__(self, *args, **kwargs):
   LogManager.__init__(self, *args, **kwargs)
Example #5
0
 def access(self):
     request = cherrypy.serving.request
     # Ignore all status requests as they do nothing but fill up the log
     if request.request_line != "GET /api/playr?fn=status HTTP/1.1":
         return LogManager.access(self)
Example #6
0
 def __init__(self, *args, **kwargs):
     LogManager.__init__(self, *args, **kwargs)