Skip to content

Commit

Permalink
Document Kafka connector log level
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh authored and kokosing committed Sep 20, 2022
1 parent b0b5af1 commit c16a430
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/main/sphinx/connector/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <log-levels>`, simply add the following to ``etc/log.properties``:

.. code-block:: text
org.apache.kafka=WARN
Configuration properties
------------------------

Expand Down

0 comments on commit c16a430

Please sign in to comment.