Skip to content

Commit 0f5dda1

Browse files
committed
casing
1 parent 37493ec commit 0f5dda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-operator/src/product_logging/framework.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ transforms:
924924
source: |
925925
.logger = "ROOT"
926926
.level = "INFO"
927-
# containers capture raw stdout, which can contain ANSI escape codes (colors) emitted by the
927+
# Containers capture raw stdout, which can contain ANSI escape codes (colors) emitted by the
928928
# tools they run (e.g. containerdebug, cert-tools). These codes are unreadable in log
929929
# aggregators such as OpenSearch, so we strip them here. On failure (e.g. non-string message)
930930
# we keep the original message untouched.

0 commit comments

Comments
 (0)