diff --git a/docs/docs/parameters.mdx b/docs/docs/parameters.mdx index 172949ea..e058dc45 100644 --- a/docs/docs/parameters.mdx +++ b/docs/docs/parameters.mdx @@ -42,7 +42,7 @@ The following global settings can be set in `hyperglass.yaml`: | Parameter | Type | Default | Description | | :--------------------- | :--------------: | :----------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `debug` | Boolean | `false` | Enable application-wide debug mode. **This will generate a log of logs!** | +| `debug` | Boolean | `false` | Enable application-wide debug mode. **This will generate a lot of logs!** | | `developer_mode` | Boolean | `false` | If enabled, the hyperglass backend (Python) and frontend (React/Javascript) applications are "unlinked", so that React tools can be used for front end development. A `` convenience component is also displayed in the UI for easier UI development.' | | `primary_asn` | String | `'65000'` | Your network's primary ASN. This field is used to set some useful defaults such as the subtitle and PeeringDB URL. | | `org_name` | String | `'Beloved Hyperglass User'` | Your organization's name. This field is used in the UI & API documentation to set fields such as `` HTML tags for SEO and the terms & conditions footer component. |