task STDERR should also be sent to STDOUT #16

Open
opened 2020-04-29 14:41:55 +00:00 by southerntofu · 1 comment
Owner

It would be better if STDERR is also redirected to a task's STDOUT by default so that parsing errors can be done from task.err only, while you could see everything from task.log in case you want to know all

It would be better if STDERR is also redirected to a task's STDOUT by default so that parsing errors can be done from task.err only, while you could see everything from task.log in case you want to know all
Author
Owner

So it looks like that's gonna require some complex shell tricks. Another option is to log the error code into task.err and log everything into task.log

so we can parse task results for #10

So it looks like that's gonna require some complex shell tricks. Another option is to log the error code into task.err and log everything into task.log so we can parse task results for #10
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: forge/build.sh#16
No description provided.