Hi,alls

There are some python code in xen-4.4.1,and in the python code there are
lots debug information such as
log.debug("*******"),log.exception("*******"),XendError("*****")and so on.

I want to get this kind of information but I don't know where to get them.
Can someone tell me?

else,I try to use the followed method to tracing program execution process:

import sys
f=open("/home/*****/python.log","a+")
print >> f, "Save.py is start\n"
f.close()

But,I can't find the file python.log while executed end,who can tell me why?

Thanks!
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to