how to restart services and where is the logs....devstack
after installed openstack by devstack , i can not find where is the logs of nova,neturon,keystone ....etc....
there is no directory like /var/logs/nova or /var/logs/neutron....
after i google the problem .i add SYSLOG=True SYSLOG_HOST=$HOST_IP SYSLOG_PORT=516 in
the localrc ,then rerun the devstack ,but still no logs in syslog..
btw, i cannot run the command like service openstack-nova-compute restart ,because there is no bash script about openstack services in /etc/init.d ....so how can i restart the services after edit these .conf .
thx everyone...