Add support for logging to a file #8686
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
Pub has detailed logging now, but its options for outputting the logs are limited. For the pub tests, we often want to specifically capture both stdout and stderr and it's tricky if the logs are in either of those.
It would be ideal if pub could be directed to log to a separate file (or pipe?). Then the pub tests could capture that separately and keep stdout/stderr clean.
The text was updated successfully, but these errors were encountered: