You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to see what Spin is doing under the hood, set the RUST_LOG environment variable for detailed logs, before running `spin up`:
<!-- @selectiveCpy -->
```bash
$ export RUST_LOG=spin=trace
```
> The variable is `RUST_LOG` no matter what language your application is written in, because this is setting the log level for Spin itself.
This is good to document somewhere but probably not critical in a quickstart flow. Consider replacing with some info about application logs, along the lines of "stdio from your app will be printed in the terminal by default".
The text was updated successfully, but these errors were encountered:
Currently the quickstart talks about how to get Spin internal debug logs but doesn't mention application logs.
developer/content/spin/v3/quickstart.md
Lines 870 to 878 in 06b20ef
This is good to document somewhere but probably not critical in a quickstart flow. Consider replacing with some info about application logs, along the lines of "stdio from your app will be printed in the terminal by default".
The text was updated successfully, but these errors were encountered: