From b255615c99de89f23dc6e6dbd0da55d52573e71c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 9 Oct 2024 15:01:37 -0700 Subject: [PATCH] Configure zuul-launcher to use its logging config file This file exists, but is not referenced in zuul.conf. Change-Id: I8244dcffd43697a03b0f559ac63e2a185fb35537 --- playbooks/roles/zuul/templates/zuul.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/roles/zuul/templates/zuul.conf.j2 b/playbooks/roles/zuul/templates/zuul.conf.j2 index 568e5805ca..d761cdd4b6 100644 --- a/playbooks/roles/zuul/templates/zuul.conf.j2 +++ b/playbooks/roles/zuul/templates/zuul.conf.j2 @@ -54,6 +54,9 @@ listen_port=9000 status_url=https://zuul.openstack.org root=https://zuul.opendev.org +[launcher] +log_config=/etc/zuul/launcher-logging.conf + [auth local] driver=HS256 allow_authz_override=true