View Single Post

   
  #5 (permalink)  
Old 01-05-2008, 08:00 AM
kcnainwal@gmail.com
 
Posts: n/a
Default Re: how to log error messages from shell scripts into streams message log?

The problem with "echoing" into that file is that this script is not
the only one writing into the file. There are other drivers, kernel
extensions etc writing into that file...and by doing echo, we probably
end up with intermingled contents.

Thanks anyway for the help
-KC

Reply With Quote