repod: add startup logger

This commit is contained in:
JerryXiao 2019-09-06 11:28:25 +08:00
parent e68c227ec5
commit 46a71dd65e
Signed by: Jerry
GPG Key ID: 9D9CE43650FF2BAA
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ def run(funcname, args=list(), kwargs=dict()):
return False
if __name__ == '__main__':
logger.info('Buildbot.repod started.')
while True:
try:
with Listener(REPOD_BIND_ADDRESS, authkey=REPOD_BIND_PASSWD) as listener: