[symfony-users] Save the output of a task.

2011-01-11 Thread Javier Garcia
Hi, i have a long error message when i execute a task. In order to save the output i'm writing task foo.txt. But when i open foo.txt the error messages are not there. Any idea? Any alternative? Regards Javi -- If you want to report a vulnerability issue on symfony, please send it to

Re: [symfony-users] Save the output of a task.

2011-01-11 Thread Gábor Fási
You also need to redirect the stderr: task foo.txt 21 this redirects it to the stdout, so it gets logged to the same file. On Tue, Jan 11, 2011 at 15:56, Javier Garcia tirengar...@gmail.com wrote: Hi, i have a long error message when i execute a task. In order to save the output i'm