Peter Turcsanyi created NIFI-9079:
-------------------------------------
Summary: Set log level to WARN for Apache Atlas client logs
Key: NIFI-9079
URL: https://issues.apache.org/jira/browse/NIFI-9079
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
Apache Atlas client library used by the Atlas Reporting Task
(ReportLineageToAtlas) emits a large amount of INFO logs that should be
suppressed by default. Set the log level to WARN.
{code:java}
2021-08-24 06:15:29,062 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,076 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,087 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,099 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,112 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,122 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,136 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,146 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,155 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,168 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,178 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,188 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
2021-08-24 06:15:29,199 INFO org.apache.atlas.AtlasBaseClient: method=GET
path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8
accept=application/json status=200
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)