Skip to content

Commit 3c3eb6b

Browse files
authored
Docs: Fix invalid URL (#2622)
* Update usage-reporting.md * FIx invalid URL troubleshooting.md
1 parent 433eba2 commit 3c3eb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/how-to/monitoring/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ You can see logs for a crashed or killed container by adding the `-p` flag to th
131131

132132
1. Modify Log Levels
133133

134-
To modify log levels for the control plane in NGINX Gateway Fabric, edit the `NginxGateway` configuration. This can be done either before or after deploying NGINX Gateway Fabric. Refer to this [guide](https://docs.nginx.com/nginx-gateway-fabric/how-to/configuration/control-plane-configuration) to do so.
134+
To modify log levels for the control plane in NGINX Gateway Fabric, edit the `NginxGateway` configuration. This can be done either before or after deploying NGINX Gateway Fabric. Refer to this [guide](https://docs.nginx.com/nginx-gateway-fabric/how-to/control-plane-configuration/) to do so.
135135
To check error logs, modify the log level to `error` to view error logs. Similarly, change the log level to `debug` and `grep` for the word `debug` to view debug logs.
136136

137137
#### Understanding the generated NGINX configuration

0 commit comments

Comments
 (0)