mirror of https://github.com/apache/nifi.git
NIFI-9079: Set log level to WARN for Apache Atlas client logs (#5331)
This commit is contained in:
parent
9ebdd4bdf1
commit
1d1b805f04
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue