How to enable logging in OpenStack via devstack

Last updated on December 13, 2012 by Dan Nanni

Devstack is a shell script used to automate the building process of the entire OpenStack development environments. In OpenStack deployment created by devstack, debug output of individual OpenStack services goes to their corresponding interactive screen sessions. For debugging purposes, however, you may want to enable logging in OpenStack services. If you are using devstack to install OpenStack, you can easily enable logging in OpenStack by using devstack.

In order to capture the screen output of OpenStack services in separate log files, you can define the following variable in ~/devstack/localrc.

SCREEN_LOGDIR=$DEST/logs/screen

By default, $DEST points to /opt/stack. Therefore, the above setting lets the log files of individual OpenStack services be stored in /opt/stack/logs/screen/*.log.

In addition, if you would like to log, for devstack troubleshooting purposes, the detailed progress of OpenStack installations and configurations triggered by devstack, you can define the following variables in ~/devstack/localrc. With this setting, all standard output of devstack script will be stored in the specified log file.

LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True

Support Xmodulo

This website is made possible by minimal ads and your gracious donation via PayPal or credit card

Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.

Xmodulo © 2021 ‒ AboutWrite for UsFeed ‒ Powered by DigitalOcean