Merge "Add logging During Statup for haproxy-statsd"

This commit is contained in:
Zuul 2023-05-01 04:26:10 +00:00 committed by Gerrit Code Review
commit b87b4f52e4

View File

@ -166,6 +166,7 @@ class HAProxy(object):
pipe.send()
def run(self):
self.log.info("Starting haproxy-statsd")
while True:
try:
self._run()