Fix typo with executor logging in zuul.conf

Change-Id: Ifc26afda49ad1d0b84ae88935292c835aa58f4ec
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-06-07 13:47:50 -04:00
parent 219e0d4644
commit ca7cda5983
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -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 -%>