Skip to content

Commit db361ed

Browse files
chore: apply copilot review feedback
Co-authored-by: Copilot <[email protected]>
1 parent 47f9a97 commit db361ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/announcements-release-notes/890/890-announcements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To learn more, see the [8.9.0-alpha1 release notes](/reference/announcements-rel
112112

113113
#### Web Modeler: Changed logging framework from Logback to Apache Log4j 2
114114

115-
Web Modeler now uses [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging, in aligment with what the orchestration cluster uses.
115+
Web Modeler now uses [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging, in alignment with what the orchestration cluster uses.
116116

117117
This enhancement ensures consistency across environments and simplifies setup for administrators.
118118

docs/reference/announcements-release-notes/890/890-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These release notes identify the main new features included in the 8.9 minor rel
4545

4646
<!-- https://github.com/camunda/product-hub/issues/3191 -->
4747

48-
Web Modeler now uses [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging. By aligning We Modeler logging with the OC, we are making it easier for administrators to configure and maintain your Self-Managed deployments.
48+
Web Modeler now uses [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging. By aligning Web Modeler logging with the OC, we are making it easier for administrators to configure and maintain your Self-Managed deployments.
4949

5050
## 8.9.0-alpha1
5151

docs/reference/announcements-release-notes/890/whats-new-in-89.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can now also change the log levels at runtime.
5151
The 8.9 changes to Web Modeler `restapi` component could affect your organization if you are in a Self-Managed environment and:
5252

5353
- You are using a custom logback configuration.
54-
- You are any tool consuming the logs.
54+
- You are using any tool consuming the logs.
5555

5656
## Upgrade guides {#upgrade-guides}
5757

docs/self-managed/components/modeler/web-modeler/configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For more details, [see the Zeebe connection troubleshooting section](/self-manag
149149

150150
| Environment variable | Description | Example value | Default value |
151151
| ----------------------------------- | ------------------------------------------------------------------- | --------------------------------------------- | ------------- |
152-
| `LOGGING_CONFIG` | [optional]<br/>Path to custom logback configuration | `file:/full/path/to/custom-log4j2-spring.xml` | - |
152+
| `LOGGING_CONFIG` | [optional]<br/>Path to custom Log4j2 configuration | `file:/full/path/to/custom-log4j2-spring.xml` | - |
153153
| `CAMUNDA_MODELER_LOG_LEVEL` | [optional]<br/>Defines the log level for the Web Modeler components | `DEBUG` | `INFO` |
154154
| `CAMUNDA_LOG_FILE_APPENDER_ENABLED` | [optional]<br/>To enable logging to a file. | `true` | `false` |
155155
| `CAMUNDA_MODELER_LOG_APPENDER` | [optional]<br/>Defines which appender to use for logging. | `Stackdriver` | `Console` |

0 commit comments

Comments
 (0)