示例#1
0
 def __init__(self, *args, **kwargs):
     self.host = socket.gethostname()
     LogManager.__init__(self, *args, **kwargs)
示例#2
0
文件: Root.py 项目: vkuznet/WMCore
 def __init__(self, *args, **kwargs):
     self.host = socket.gethostname()
     LogManager.__init__(self, *args, **kwargs)
示例#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)
示例#4
0
 def __init__(self, *args, **kwargs):
   LogManager.__init__(self, *args, **kwargs)
示例#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)
示例#6
0
 def __init__(self, *args, **kwargs):
     LogManager.__init__(self, *args, **kwargs)