diff --git a/README.md b/README.md index a1cd598c..d5811d81 100644 --- a/README.md +++ b/README.md @@ -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:///internal-backstage/tokens to see the tokens that edge knows about and http:///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:///internal-backstage/tokens`: Displays the tokens known to Edge. +- `http:///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: