Is there a way I can log the output of xm console in to some file?
Can I set something in the domain configuration file which automatically does this for me when I issue xm create?
I tried:
xm console | tee domU-console.log
... , but that does not fit in my case. I want to log the output asynchronously in background.