Re: Possible to get user individual W4GL.LOGs in terminal serverenvironment? -
09-28-2009
, 02:04 PM
Hi Gerhard,
You can use "-L<log_file_name>" in the following way :
w4gldev runimage workbnch.img -L<log_filename>
For instance, with <log_filename> = /tmp/w4gl.log, the command will be
w4gldev runimage workbnch.img -L/tmp/w4gl.log
You can specify different files/ paths for different users.
To append to the existin log, you can use flag -A(ppend to log)
It causes the trace output of the current command to be appended to the
bottom of the existing error log file.
I will let anyone else comment or add to what I said above.
Regards,
Divya
--
Divya |