Skip to content

Commit

Permalink
Address review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Dec 18, 2024
1 parent d62438f commit 323983d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,17 +753,14 @@ in the API reference.

## Debug logging

To enable or disable debug logging, set the `FAUNA_DEBUG` environment variable
to a string-encoded
To enable debug logging, set the `FAUNA_DEBUG` environment variable to a
string-encoded
[`LOG_LEVELS`](https://fauna.github.io/fauna-js/latest/variables/LOG_LEVELS.html)
integer:
integer. Debug logging is disabled by default.

```shell
# Enable logging for warnings (3) and above:
export FAUNA_DEBUG="3"

# Disable logging:
export FAUNA_DEBUG="6"
```

Logs are output to `console` methods. If `FAUNA_DEBUG` is not set or
Expand Down

0 comments on commit 323983d

Please sign in to comment.