We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c70c4c commit 6e3590dCopy full SHA for 6e3590d
1 file changed
crates/stackable-telemetry/CHANGELOG.md
@@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file.
7
### Fixed
8
9
- Revert [#1183], so we again default to ANSI escape sequences, which can be turned off using
10
- `NO_COLOR=1` ([#1237]).
+ `NO_COLOR=1`.
11
+ This way we keep colored logs for human consumption.
12
+ Instead we adopted the Vector config, so that the Vector sidecar strips ANSI codes ([#1237]).
13
14
[#1237]: https://github.com/stackabletech/operator-rs/pull/1237
15
0 commit comments