where to find log files in devstack installation

Asked by Ashokkumar c

i installed nova using devstack. can any one tell me where the log files will be. i want the logs of nova-network and nova-manage

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Vish Ishaya
Solved:
Last query:
Last reply:
Revision history for this message
Best Vish Ishaya (vishvananda) said :
#1

if you haven't set the SYSLOG environment variable, then the nova logs go to stdout in screen. You can get to the log by attaching to screen via screen -x as the user that ran the devstack script.

The output of the nova-manage commands is visible in the stack.sh log which should be in the devstack directory as stack.sh.<pid>.log
Vish

On Oct 31, 2011, at 4:30 AM, ashokkumar c wrote:

> New question #176973 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/176973
>
> i installed nova using devstack. can any one tell me where the log files will be. i want the logs of nova-network and nova-manage
>
> --
> You received this question notification because you are a member of Nova
> Core, which is an answer contact for OpenStack Compute (nova).

Revision history for this message
Ashokkumar c (ashokcse) said :
#2

thank you ...i found logs in syslog ...

Revision history for this message
Ashokkumar c (ashokcse) said :
#3

Thanks Vish Ishaya, that solved my question.