From ca7cda5983a822c38e1f564261c475a539c03642 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 7 Jun 2017 13:47:50 -0400 Subject: [PATCH] Fix typo with executor logging in zuul.conf Change-Id: Ifc26afda49ad1d0b84ae88935292c835aa58f4ec Signed-off-by: Paul Belanger --- templates/zuulv3.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zuulv3.conf.erb b/templates/zuulv3.conf.erb index 1f83bdd..06b5d5c 100644 --- a/templates/zuulv3.conf.erb +++ b/templates/zuulv3.conf.erb @@ -27,7 +27,7 @@ git_user_name=<%= @git_name %> <% end -%> [executor] -log_config=/etc/zuul/launcher-logging.conf +log_config=/etc/zuul/executor-logging.conf <% if @worker_private_key_file != "" -%> private_key_file=<%= @worker_private_key_file %> <% end -%>