Skip to content

Commit

Permalink
Fix formatting to avoid JSX rendering bug (#518)
Browse files Browse the repository at this point in the history
* Fix formatting to avoid JSX rendering bug

* Update README.md

Co-authored-by: Gastón Fournier <gaston@getunleash.io>

---------

Co-authored-by: Gastón Fournier <gaston@getunleash.io>
  • Loading branch information
melindafekete and gastonfournier authored Sep 6, 2024
1 parent 4413bc5 commit a0006f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@ Unleash Edge adheres to Semantic Versioning (SemVer) on the API and CLI layers.

## Debugging

You can inspect the internal state of edge by looking at http://<your-edge-url>/internal-backstage/tokens to see the tokens that edge knows about and http://<your-edge-url>/internal-backstage/features to see the current state of features (note that `/internal-backstage/*` should not be exposed to the public).
You can view the internal state of Edge at:

- `http://<your-edge-url>/internal-backstage/tokens`: Displays the tokens known to Edge.
- `http://<your-edge-url>/internal-backstage/features`: Shows the current state of features.

Note: The `/internal-backstage/*` endpoints should not be publicly accessible.

To enable verbose logging, adjust the `RUST_LOG` environment variable. For example, to see logs originating directly from Edge but not its dependencies, you can raise the default log level from `error` to `warning` and set Edge to `debug`, like this:

Expand Down

0 comments on commit a0006f7

Please sign in to comment.