[roll] Roll fuchsia [ffx] Support ffx --log-output <file/stdio> ...

Add an option to direct the output to a particular destination.
If the destination file is "-" or "stdout", send the output to stdout.
If it is "stderr", send to stderr.

This reinstates the functionality (lost in fxr/1042050) that daemon
output should go into ffx.daemon.log instead. (It also makes it so
that `ffx daemon start` produces output on stdout, retaining
compatibility, with the previous behavior, since this is necessary
for integrators who manage the daemon lifecycles themselves.)

Original-Bug: b/338451284
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1045226
Original-Revision: 3f61f5b6eed9e3766b55fef018a4771f3ef95721
GitOrigin-RevId: 6a3c40fd2eac327d0b1ab0bc8b66198f67ec4f62
Change-Id: Iba1d37dd5badc5a8b912f27fd3925d3e899ce033
1 file changed
tree: 78d183a599cfe9af9fcf66d4872c232a9e97d1fc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.