On Mon, Oct 19, 2015 at 10:22:52AM +0800, 高强 wrote:
> 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?
> 

Xen 4.4 is using xl toolstack. Xend is not used so no wonder you
couldn't find any logs.

If you describe your end goal we might provide more concrete
suggestions.


Wei.

> Thanks!

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


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

Reply via email to