tracing processes in shell

Is there a way to have the output from:
strace -p 10101

placed in a text file so we can download it and look it over?

Thanks
Richard

strace -p 10101 2>output.strace