Logging on Fuchsia

The Logs from Fuchsia can be viewed interactively through ffx log.

As you work with logs from a Fuchsia device, you can use ffx log to retrieve logs from a device:

ffx log

To view specifics logs, you can use the --filter option. For example, to see all logs tagged with network:

ffx log --filter network

You may want to learn more about: