From 0f886e1483a21d141224bcf96e51790cdfbf148c Mon Sep 17 00:00:00 2001 From: Lindsay Hill Date: Wed, 26 Sep 2018 10:33:07 -0700 Subject: [PATCH] Fix wrong logging config path for timersengine --- spec/recipes/config_spec.rb | 4 ++-- templates/default/st2.conf.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/recipes/config_spec.rb b/spec/recipes/config_spec.rb index 4860447..59be1f4 100644 --- a/spec/recipes/config_spec.rb +++ b/spec/recipes/config_spec.rb @@ -44,10 +44,10 @@ logging = /etc/st2/logging.garbagecollector.conf [timersengine] -logging = /etc/st2timersengine/logging.st2timersengine.conf +logging = /etc/st2/logging.timersengine.conf [workflow_engine] -logging = /etc/st2actions/logging.workflowengine.conf +logging = /etc/st2/logging.workflowengine.conf [auth] host = 0.0.0.0 diff --git a/templates/default/st2.conf.erb b/templates/default/st2.conf.erb index 9a71896..f972367 100644 --- a/templates/default/st2.conf.erb +++ b/templates/default/st2.conf.erb @@ -37,10 +37,10 @@ logging = /etc/st2/logging.exporter.conf logging = /etc/st2/logging.garbagecollector.conf [timersengine] -logging = /etc/st2timersengine/logging.st2timersengine.conf +logging = /etc/st2/logging.timersengine.conf [workflow_engine] -logging = /etc/st2actions/logging.workflowengine.conf +logging = /etc/st2/logging.workflowengine.conf [auth] host = <%= @auth_host %>