Comment 1 for bug 1291096

Revision history for this message
Song Li (lisong-cruise) wrote : Re: log-dir variable doesnt work?

I have reproduced the issue as well as some other cases.
"/usr/bin/python /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf --log-file /var/log/nova" works well.
add "log_file=/var/log/nova" in nova.conf can still works well.
but "log-file=/var/log/nova" can not work.
I will investigate and fix it then.