summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-03-28 13:56:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-28 14:39:30 -0400
commit984c2d69f51824a4c1e7b3a448fe24759e594026 (patch)
tree43217944da7ae820af7e9ccfcd775cc72597d679 /meta-openstack/recipes-devtools/python/python-heat
parentd6e8ddfcca4c0c61643bca5e33113b414077306a (diff)
downloadmeta-cloud-services-984c2d69f51824a4c1e7b3a448fe24759e594026.tar.gz
OpenStack: sysvinit scripts - enable logging
Explicitly enable --log-dir to enable logging where available Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat/heat.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat/heat.init b/meta-openstack/recipes-devtools/python/python-heat/heat.init
index e37c4c8..4d8c180 100644
--- a/meta-openstack/recipes-devtools/python/python-heat/heat.init
+++ b/meta-openstack/recipes-devtools/python/python-heat/heat.init
@@ -43,7 +43,7 @@ start()
43 43
44 start-stop-daemon --start --quiet --background \ 44 start-stop-daemon --start --quiet --background \
45 --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \ 45 --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \
46 -- --config-file $CONFIG 46 -- --config-file $CONFIG --log-dir=/var/log/heat
47 47
48 if [ $? -eq 0 ]; then 48 if [ $? -eq 0 ]; then
49 echo "done." 49 echo "done."