Created
January 29, 2013 14:51
-
-
Save vkmc/4664803 to your computer and use it in GitHub Desktop.
Real-time screen logs of OpenStack running services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are various logs one can check. For example if you execute a command then you can resume your stack screen and check out logs of each process. | |
# Deploy the environment ./stack.sh | |
# Open screen logs screen -r stack | |
# Shift between screens ctrl+a <screen no.> - e.g. ctrl+a 1 | |
# Scroll up in particular screen ctrl+a esc and up arrow to scroll up | |
# Brings up a list of the tabs and lets you choose one ctrl+a " | |
# Move to next screen ctrl+a n | |
# Dettaches the screen (exit) ctrl+a d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment