Skip to content

Commit 4a617a3

Browse files
author
Donna-Marie Smith
committed
updated casing issues
1 parent f778398 commit 4a617a3

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

content/en/docs/2025.3/FAQs/change-logging-levels/change-all-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 10
77

88
# {{% param title %}}
99

10-
To change logging levels for all services, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
10+
To change the Logging Level for all services, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
1111

1212
1. Run Windows PowerShell ISE as Administrator.
1313
1. Copy the following script into the PowerShell window:

content/en/docs/2025.3/FAQs/change-logging-levels/change-block-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 5
77

88
# {{% param title %}}
99

10-
Block logging in {{% ctx %}} logs the following Block Properties by default regardless of the log level configured:
10+
Block Logging in {{% ctx %}} logs the following Block Properties by default regardless of the log level configured:
1111

1212
* Execute Data Command
1313
* Command > commandText
@@ -28,7 +28,7 @@ Block logging in {{% ctx %}} logs the following Block Properties by default rega
2828
* Response
2929
* Ssh Logs
3030

31-
To change logging levels for block logging so that every block is logged when executed, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
31+
To change the Logging Level for Block Logging so that every block is logged when executed, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
3232

3333
1. Run Windows PowerShell ISE as Administrator.
3434
1. Copy the following script into the PowerShell window:

content/en/docs/2025.3/FAQs/change-logging-levels/change-flow-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 1
77

88
# {{% param title %}}
99

10-
To change logging levels for Flow Logging, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
10+
To change the Logging Level for Flow Logging, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
1111

1212
1. Run Windows PowerShell ISE as Administrator.
1313
1. Copy the following script into the PowerShell window:

content/en/docs/2025.9/FAQs/change-logging-levels/change-all-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 10
77

88
# {{% param title %}}
99

10-
To change logging levels for all services, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
10+
To change the Logging Level for all services, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
1111

1212
1. Run Windows PowerShell ISE as Administrator.
1313
1. Copy the following script into the PowerShell window:
@@ -49,7 +49,7 @@ To change logging levels for all services, the below PowerShell script can be us
4949
5050
1. Configure the following variables:
5151
* `$serverFQDN` – The fully qualified domain name for the Application Server Or Load Balancer
52-
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service Port (8722) or Load Balancer port (typically 443 or 8722)
52+
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service port (8722) or Load Balancer port (typically 443 or 8722)
5353
* `$loglevel` – Desired log level as an integer, `1` is enabled and `4` is the default error level
5454
* `$user` – {{% ctx %}} API Gateway Basic Auth Username
5555

content/en/docs/2025.9/FAQs/change-logging-levels/change-block-logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 5
77

88
# {{% param title %}}
99

10-
Block logging in {{% ctx %}} logs the following Block Properties by default regardless of the log level configured:
10+
Block Logging in {{% ctx %}} logs the following Block Properties by default regardless of the log level configured:
1111

1212
* Execute Data Command
1313
* Command > commandText
@@ -28,7 +28,7 @@ Block logging in {{% ctx %}} logs the following Block Properties by default rega
2828
* Response
2929
* Ssh Logs
3030

31-
To change logging levels for block logging so that every block is logged when executed, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
31+
To change the Logging Level for Block Logging so that every block is logged when executed, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
3232

3333
1. Run Windows PowerShell ISE as Administrator.
3434
1. Copy the following script into the PowerShell window:
@@ -70,7 +70,7 @@ To change logging levels for block logging so that every block is logged when ex
7070
7171
1. Configure the following variables:
7272
* `$serverFQDN` – The fully qualified domain name for the Application Server Or Load Balancer
73-
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service Port (8722) or Load Balancer port (typically 443 or 8722)
73+
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service port (8722) or Load Balancer port (typically 443 or 8722)
7474
* `$loglevel` – Desired log level as an integer, `1` is enabled and `4` is the default error level
7575
* `$user` – {{% ctx %}} API Gateway Basic Auth Username
7676

content/en/docs/2025.9/FAQs/change-logging-levels/change-flow-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 1
77

88
# {{% param title %}}
99

10-
To change logging levels for Flow Logging, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
10+
To change the Logging Level for Flow Logging, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
1111

1212
1. Run Windows PowerShell ISE as Administrator.
1313
1. Copy the following script into the PowerShell window:
@@ -49,7 +49,7 @@ To change logging levels for Flow Logging, the below PowerShell script can be us
4949
5050
1. Configure the following variables:
5151
* `$serverFQDN` – The fully qualified domain name for the Application Server Or Load Balancer
52-
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service Port (8722) or Load Balancer port (typically 443 or 8722)
52+
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service port (8722) or Load Balancer port (typically 443 or 8722)
5353
* `$loglevel` – Desired log level as an integer, `1` is enabled and `4` is the default error level
5454
* `$user` – {{% ctx %}} API Gateway Basic Auth Username
5555

content/en/docs/2026.3/FAQs/change-logging-levels/change-all-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 10
77

88
# {{% param title %}}
99

10-
To change logging levels for all services, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
10+
To change the Logging Level for all services, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
1111

1212
1. Run Windows PowerShell ISE as Administrator.
1313
1. Copy the following script into the PowerShell window:
@@ -49,7 +49,7 @@ To change logging levels for all services, the below PowerShell script can be us
4949
5050
1. Configure the following variables:
5151
* `$serverFQDN` – The fully qualified domain name for the Application Server Or Load Balancer
52-
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service Port (8722) or Load Balancer port (typically 443 or 8722)
52+
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service port (8722) or Load Balancer port (typically 443 or 8722)
5353
* `$loglevel` – Desired log level as an integer, `1` is enabled and `4` is the default error level
5454
* `$user` – {{% ctx %}} API Gateway Basic Auth Username
5555

content/en/docs/2026.3/FAQs/change-logging-levels/change-block-logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 5
77

88
# {{% param title %}}
99

10-
Block logging in {{% ctx %}} logs the following Block Properties by default regardless of the log level configured:
10+
Block Logging in {{% ctx %}} logs the following Block Properties by default regardless of the log level configured:
1111

1212
* Execute Data Command
1313
* Command > commandText
@@ -28,7 +28,7 @@ Block logging in {{% ctx %}} logs the following Block Properties by default rega
2828
* Response
2929
* Ssh Logs
3030

31-
To change logging levels for block logging so that every block is logged when executed, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
31+
To change the Logging Level for Block Logging so that every block is logged when executed, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
3232

3333
1. Run Windows PowerShell ISE as Administrator.
3434
1. Copy the following script into the PowerShell window:
@@ -70,7 +70,7 @@ To change logging levels for block logging so that every block is logged when ex
7070
7171
1. Configure the following variables:
7272
* `$serverFQDN` – The fully qualified domain name for the Application Server Or Load Balancer
73-
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service Port (8722) or Load Balancer port (typically 443 or 8722)
73+
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service port (8722) or Load Balancer port (typically 443 or 8722)
7474
* `$loglevel` – Desired log level as an integer, `1` is enabled and `4` is the default error level
7575
* `$user` – {{% ctx %}} API Gateway Basic Auth Username
7676

content/en/docs/2026.3/FAQs/change-logging-levels/change-flow-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 1
77

88
# {{% param title %}}
99

10-
To change logging levels for Flow Logging, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
10+
To change the Logging Level for Flow Logging, the below PowerShell script can be used to make a REST call against your {{% ctx %}} platform.
1111

1212
1. Run Windows PowerShell ISE as Administrator.
1313
1. Copy the following script into the PowerShell window:
@@ -49,7 +49,7 @@ To change logging levels for Flow Logging, the below PowerShell script can be us
4949
5050
1. Configure the following variables:
5151
* `$serverFQDN` – The fully qualified domain name for the Application Server Or Load Balancer
52-
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service Port (8722) or Load Balancer port (typically 443 or 8722)
52+
* `$APIGatewayPort` – {{% ctx %}} API Gateway Service port (8722) or Load Balancer port (typically 443 or 8722)
5353
* `$loglevel` – Desired log level as an integer, `1` is enabled and `4` is the default error level
5454
* `$user` – {{% ctx %}} API Gateway Basic Auth Username
5555

0 commit comments

Comments
 (0)