diff --git a/docs/src/main/sphinx/connector/kafka.rst b/docs/src/main/sphinx/connector/kafka.rst index 85e9a2e29657..91d0d680c2d3 100644 --- a/docs/src/main/sphinx/connector/kafka.rst +++ b/docs/src/main/sphinx/connector/kafka.rst @@ -63,6 +63,17 @@ with a different name (making sure it ends in ``.properties``). For example, if you name the property file ``sales.properties``, Trino creates a catalog named ``sales`` using the configured connector. +Log levels +^^^^^^^^^^ + +Kafka consumer logging can be verbose and pollute Trino logs. To lower the +:ref:`log level `, simply add the following to ``etc/log.properties``: + +.. code-block:: text + + org.apache.kafka=WARN + + Configuration properties ------------------------