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 37493ec commit 0f5dda1Copy full SHA for 0f5dda1
1 file changed
crates/stackable-operator/src/product_logging/framework.rs
@@ -924,7 +924,7 @@ transforms:
924
source: |
925
.logger = "ROOT"
926
.level = "INFO"
927
- # containers capture raw stdout, which can contain ANSI escape codes (colors) emitted by the
+ # Containers capture raw stdout, which can contain ANSI escape codes (colors) emitted by the
928
# tools they run (e.g. containerdebug, cert-tools). These codes are unreadable in log
929
# aggregators such as OpenSearch, so we strip them here. On failure (e.g. non-string message)
930
# we keep the original message untouched.
0 commit comments