From c1db4fce790c84f41688a2fedfdcb38a8155c966 Mon Sep 17 00:00:00 2001 From: Meir Tsvi Date: Thu, 23 Apr 2026 12:36:42 +0300 Subject: [PATCH] Update FAQ with logging pattern removal advice Add a note about removing logging pattern from command. --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index db652e04ffa..dbe5c107741 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5,3 +5,4 @@ ### Integration tests fail Try to run the command in the console `java -jar ...` and remove `-Dlogging.pattern.console=` from the command line. +dummy change