Howdy,
I have run several scripts and seen this behavior in all cases...
tee somescript | tee somescript.log 2>&1
The contents of the log is missing a lot of activity... messages and so forth. Is it possible that there are other file descriptors being used for these messages?
Regards,
George...