Hi All I wonder what is the best way to log large amount of printout. I have a lot of debug text need to be saved for later analysis. My current way is to print them out and when run stap, redirect the stdout to a file. Is there a better way to achieve my goal with less overhead? Thanks! Ming