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 443d802 commit 4fe70fbCopy full SHA for 4fe70fb
1 file changed
crates/stackable-operator/src/eos/mod.rs
@@ -174,10 +174,10 @@ impl EndOfSupportChecker {
174
175
tracing::warn!(
176
eos.built.datetime = built_datetime,
177
- eos.build.age = %build_age,
+ eos.build.age = build_age,
178
"This operator version was built on {built_datetime} ({build_age} ago) and may have reached end-of-support. \
179
- Running unsupported versions may contain security vulnerabilities. \
180
- Please upgrade to a supported version as soon as possible."
+Running unsupported versions may contain security vulnerabilities. \
+Please upgrade to a supported version as soon as possible."
181
);
182
}
183
0 commit comments