This is an automated email from the ASF dual-hosted git repository.
denes 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 1d1b805 NIFI-9079: Set log level to WARN for Apache Atlas client logs
(#5331)
1d1b805 is described below
commit 1d1b805f0406130b478836c0defd516e83561185
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Tue Aug 24 16:34:58 2021 +0200
NIFI-9079: Set log level to WARN for Apache Atlas client logs (#5331)
---
.../nifi-framework/nifi-resources/src/main/resources/conf/logback.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
index f208ec4..9022d22 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
@@ -131,6 +131,9 @@
<!-- Suppress non-error messages from AWS KCL which was emitting large
amounts of INFO logs by default -->
<logger name="com.amazonaws.services.kinesis" level="WARN" />
+ <!-- Suppress non-error messages from Apache Atlas which was emitting
large amounts of INFO logs by default -->
+ <logger name="org.apache.atlas" level="WARN"/>
+
<!-- These log messages would normally go to the USER_FILE log, but they
belong in the APP_FILE -->
<logger name="org.apache.nifi.web.security.requests" level="INFO"
additivity="false">
<appender-ref ref="APP_FILE"/>