RUST_LOG
environment variable to debug
when running any Oxy CLI command:
oxy run
, oxy test
, oxy build
, etc.).
oxy run
, oxy test
, etc.) write logs to a file at:
oxy serve
command logs directly to your terminal (stdout), so you can see logs in real time.
RUST_LOG=debug
to get more context.