From 78b15bf8215becf54dbf723aa3d65e7744645aca Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Wed, 14 May 2014 16:08:41 -0400 Subject: cinder: ensure log-dir is set correctly Make sure all Cinder services have the right setting for log_dir in the init script as well as in the config setting in .conf file as we shouldn't only count on our init script launch to get logging right. Signed-off-by: Vu Tran --- meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder.conf') diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 24bbc23..e77aed9 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf @@ -49,7 +49,7 @@ rabbit_port=5672 # (Optional) The directory to keep log files in (will be # prepended to --log-file) (string value) -#log_dir= +log_dir=/var/log/cinder # Use syslog for logging. (boolean value) #use_syslog=false -- cgit v1.2.3-54-g00ecf