From 23d8c511f4fed06ba7b5c783bbe5771f510f0151 Mon Sep 17 00:00:00 2001 From: Jacob van Lingen Date: Tue, 15 Apr 2025 11:20:32 +0200 Subject: [PATCH] Update proof-of-value.md --- .../moderne-platform/getting-started/proof-of-value.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md index 2b7df85c..19b8d639 100644 --- a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md +++ b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md @@ -40,6 +40,9 @@ mod run . --recipe CommonStaticAnalysis * SLF4J Logging best practices * [Improve performance](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.ParameterizedLogging) by preferring parameterized logging to string concatenation * [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable + * ```bash +mod run . --recipe ParameterizedLogging +``` * Maven dependency management * [Upgrade Maven dependencies](https://app.moderne.io/recipes/org.openrewrite.maven.UpgradeDependencyVersion) to keep dependencies patched and up-to-date