diff --git a/docs/troubleshooting/other-troubleshooting-tips/logging.md b/docs/troubleshooting/other-troubleshooting-tips/logging.md
index 6d0e6dd9b4f..f4ba45226bc 100644
--- a/docs/troubleshooting/other-troubleshooting-tips/logging.md
+++ b/docs/troubleshooting/other-troubleshooting-tips/logging.md
@@ -6,7 +6,7 @@ title: Logging
-## Log levels
+## Log Levels
The following log levels are used in Rancher:
@@ -16,9 +16,9 @@ The following log levels are used in Rancher:
| `debug` | Logs more detailed messages that can be used to debug. |
| `trace` | Logs very detailed messages on internal functions. This is very verbose and can contain sensitive information. |
-### How to configure a log level
+### How to Configure a Log Level
-#### Kubernetes install
+#### Kubernetes Install
* Configure debug log level
@@ -58,7 +58,7 @@ $ docker exec -ti loglevel --set info
OK
```
-## Rancher machine debug logs
+## Rancher Machine Debug Logs
If you need to troubleshoot the creation of objects in your infrastructure provider of choice, `rancher-machine`
debug logs might be helpful to you.
@@ -80,14 +80,14 @@ Just like the `trace` log level above, `rancher-machine` debug logs can contain
:::
-## Cattle-cluster-agent debug logs
+## Cattle-cluster-agent Debug Logs
The `cattle-cluster-agent` log levels can be set when you initialize downstream clusters.
When you create a cluster under **Cluster Configuration > Agent Environment Vars** you can set variables to define the log level.
- Trace-level logging: Set `CATTLE_TRACE` or `RANCHER_TRACE` to `true`
-- Debug-level logging: Set `CATTLE_DEBUG` or `RANCHER_DEUBG` to `true`
+- Debug-level logging: Set `CATTLE_DEBUG` or `RANCHER_DEBUG` to `true`
:::caution
diff --git a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md
index 6d0e6dd9b4f..f4ba45226bc 100644
--- a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md
+++ b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/logging.md
@@ -6,7 +6,7 @@ title: Logging
-## Log levels
+## Log Levels
The following log levels are used in Rancher:
@@ -16,9 +16,9 @@ The following log levels are used in Rancher:
| `debug` | Logs more detailed messages that can be used to debug. |
| `trace` | Logs very detailed messages on internal functions. This is very verbose and can contain sensitive information. |
-### How to configure a log level
+### How to Configure a Log Level
-#### Kubernetes install
+#### Kubernetes Install
* Configure debug log level
@@ -58,7 +58,7 @@ $ docker exec -ti loglevel --set info
OK
```
-## Rancher machine debug logs
+## Rancher Machine Debug Logs
If you need to troubleshoot the creation of objects in your infrastructure provider of choice, `rancher-machine`
debug logs might be helpful to you.
@@ -80,14 +80,14 @@ Just like the `trace` log level above, `rancher-machine` debug logs can contain
:::
-## Cattle-cluster-agent debug logs
+## Cattle-cluster-agent Debug Logs
The `cattle-cluster-agent` log levels can be set when you initialize downstream clusters.
When you create a cluster under **Cluster Configuration > Agent Environment Vars** you can set variables to define the log level.
- Trace-level logging: Set `CATTLE_TRACE` or `RANCHER_TRACE` to `true`
-- Debug-level logging: Set `CATTLE_DEBUG` or `RANCHER_DEUBG` to `true`
+- Debug-level logging: Set `CATTLE_DEBUG` or `RANCHER_DEBUG` to `true`
:::caution