[Openstack] devstack log files

Eoghan Glynn eglynn at redhat.com
Tue Nov 26 12:41:35 UTC 2013



----- Original Message -----
> Hi,
> 
> 
> Im running devstack, but cant seem to find the log files. I cannot
> find them in /opt/stack, nor in /var/log.
> 
> Do I need to do some configuring before devstack will create log
> files, or am i simply looking in the wrong location ?

By default devstack uses screen logging, which you can see via:

  $ screen -r
  # navigate to the required service:
  ctrl+a "
  # enter copy-mode to page-up or search
  ctrl+a [
  # search backward for a pattern
  ?pattern

... etc.

If you want logging output to be preserved to a file instead,
set LOGFILE in your localrc in advance of running stack.sh.

For more details, see:

  http://devstack.org/localrc.html

Cheers,
Eoghan



 
> Thanks.
> 
> 
> 
> Regards,
> 
> 
> John Smith.
> 
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 




More information about the Openstack mailing list