This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new fb7dc98326 NIFI-5941 set default LogAttribute and LogMessage level to
TRACE in logback.xml to cover all usage scenarios
fb7dc98326 is described below
commit fb7dc983263912c429f7e41fc6375fb5f0b7b8e0
Author: Mike Moser <[email protected]>
AuthorDate: Mon Jan 5 16:35:32 2026 +0000
NIFI-5941 set default LogAttribute and LogMessage level to TRACE in
logback.xml to cover all usage scenarios
Signed-off-by: Pierre Villard <[email protected]>
This closes #10728.
---
.../main/java/org/apache/nifi/processors/standard/LogAttribute.java | 2 --
.../nifi-framework/nifi-resources/src/main/resources/conf/logback.xml | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LogAttribute.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LogAttribute.java
index a3118bb682..2b818c2397 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LogAttribute.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LogAttribute.java
@@ -152,8 +152,6 @@ public class LogAttribute extends AbstractProcessor {
CHARSET
);
- public static final String FIFTY_DASHES =
"--------------------------------------------------";
-
public enum DebugLevels {
trace, debug, info, warn, error
}
diff --git
a/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
b/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
index 536cf0e482..d42d71bcac 100644
---
a/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
+++
b/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
@@ -167,8 +167,8 @@
<logger name="org.apache.nifi" level="INFO"/>
<logger name="org.apache.nifi.processors" level="WARN"/>
- <logger name="org.apache.nifi.processors.standard.LogAttribute"
level="INFO"/>
- <logger name="org.apache.nifi.processors.standard.LogMessage"
level="INFO"/>
+ <logger name="org.apache.nifi.processors.standard.LogAttribute"
level="TRACE"/>
+ <logger name="org.apache.nifi.processors.standard.LogMessage"
level="TRACE"/>
<logger
name="org.apache.nifi.controller.repository.StandardProcessSession"
level="WARN" />
<logger name="org.apache.parquet.hadoop.InternalParquetRecordReader"
level="WARN" />