Skip to content

Commit

Permalink
Add debugging tips README (ordinals#3823)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick07002 committed Jun 27, 2024
1 parent 18bbbd2 commit d014a06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,13 @@ the server and show `info`-level log messages and above:
$ RUST_LOG=info cargo run server
```

Set the `RUST_BACKTRACE` environment variable in order to turn on full rust
backtrace. For example, run the server and turn on debugging and full backtrace:

```
$ RUST_BACKTRACE=1 RUST_LOG=debug ord server
```

New Releases
------------

Expand Down

0 comments on commit d014a06

Please sign in to comment.