Example #1
0
 def setUp(self):
     self.endpoint = "http://logs.loggly.com/inputs/83e527d7-fad3-4d93-89da-0c2d8c0bcd6c"
     self.log_handler = LogglyHTTPSHandler(100, logging.INFO,
                                      None,
                                      self.endpoint)
     self.buffer = [1]