Skip to content

Commit cff3a1e

Browse files
docs(web-modeler): update log42j doc url and add breaking change notice
1 parent db361ed commit cff3a1e

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

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

Lines changed: 20 additions & 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 alignment with what the orchestration cluster uses.
115+
Web Modeler now uses [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.x/) for logging, in alignment with what the orchestration cluster uses.
116116

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

@@ -122,3 +122,22 @@ To learn more, see the [8.9.0-alpha2 release notes](/reference/announcements-rel
122122

123123
</div>
124124
</div>
125+
126+
<div className="release-announcement-row">
127+
<div className="release-announcement-badge">
128+
<span className="badge badge--breaking-change">Breaking change</span>
129+
</div>
130+
<div className="release-announcement-content">
131+
132+
#### Web Modeler: Changed default login format
133+
134+
By default, Web Modeler's `restapi` component now logs in simple readable format to the console instead of `JSON`.
135+
136+
This change aligns with the current Orchestration Cluster logging default [logging configuration](/self-managed/components/orchestration-cluster/core-settings/configuration/logging.md#pattern-layout-format).
137+
138+
:::info
139+
To learn more, see the [8.9.0-alpha2 release notes](/reference/announcements-release-notes/890/890-release-notes.md#web-modeler-logging-framework-changes-from-logback-to-log4j2).
140+
:::
141+
142+
</div>
143+
</div>

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 Web 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.x/) 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
@@ -42,7 +42,7 @@ Important changes introduced in Camunda 8.9 are summarized as follows:
4242

4343
## Web Modeler
4444

45-
Web Modeler's `restapi` component uses the [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging instead of [Logback](https://logback.qos.ch/).
45+
Web Modeler's `restapi` component uses the [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.x/) for logging instead of [Logback](https://logback.qos.ch/).
4646

4747
You can now also change the log levels at runtime.
4848

docs/self-managed/components/components-upgrade/880-to-890.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following sections explain which adjustments must be made to migrate from Ca
1616

1717
#### Changed logging framework
1818

19-
Web Modeler's `restapi` component uses the [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging.
19+
Web Modeler's `restapi` component uses the [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.x/) for logging.
2020

2121
Follow [this guide](https://logging.apache.org/log4j/2.x/migrate-from-logback.html) to understand what changes you might need to make if you are using a custom logback configuration.
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Read details on additional logging configuration for Web Modeler."
66

77
## Logging configuration for the `restapi` component
88

9-
Web Modeler's `restapi` component uses the [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.12.x/index.html/) for logging. By default, the
9+
Web Modeler's `restapi` component uses the [Apache Log4j 2 framework](https://logging.apache.org/log4j/2.x/) for logging. By default, the
1010
`restapi` component logs to the Docker container's standard output. To change the default logging behavior, create a
1111
custom configuration file and let the `restapi` know of it by specifying the following environment variable:
1212

0 commit comments

Comments
 (0)