From 984c2d69f51824a4c1e7b3a448fe24759e594026 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Fri, 28 Mar 2014 13:56:02 -0400 Subject: OpenStack: sysvinit scripts - enable logging Explicitly enable --log-dir to enable logging where available Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-glance/glance.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-glance') diff --git a/meta-openstack/recipes-devtools/python/python-glance/glance.init b/meta-openstack/recipes-devtools/python/python-glance/glance.init index def500f..cb94ed7 100644 --- a/meta-openstack/recipes-devtools/python/python-glance/glance.init +++ b/meta-openstack/recipes-devtools/python/python-glance/glance.init @@ -37,7 +37,7 @@ start() start-stop-daemon --start --quiet --background \ --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \ - -- --config-file $CONFIG + -- --config-file $CONFIG --log-dir=/var/log/glance if [ $? -eq 0 ]; then echo "done." -- cgit v1.2.3-54-g00ecf