Comment 4 for bug 1005806

Revision history for this message
Jay Pipes (jaypipes) wrote :

Hi Vincent,

By default devstack does not log to files ... instead, it logs to the screen session's window for the project. So, if you do:

screen -x

You should be able to see all the OpenStack services in different screen windows... though you will only be able to see the last screen of information and not able to scroll back.

To enable file-based logging with devstack, you can set the:

SCREEN_LOGDIR = /path/to/some/dir

option in your localrc file and then run stack.sh again. The services will then also get logged to files in that directory.

Best,
-jay