1 2 3 4 5 6 7
```sh # Return the path to the stdout log file of the default node $ ockam node logs # Pipe the logs to a file into another tool to process it $ cat < $(ockam node logs n) ```