From a0eb52f3040d7dac814d962ea59d4b6a95e1b1ba Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Wed, 24 Nov 2021 20:24:57 +0300 Subject: [PATCH] Add trace logging level --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcfa9f652a..1054e4c1c9 100644 --- a/README.md +++ b/README.md @@ -177,8 +177,8 @@ For example, if you want to use an environment variable to set the `name` parame |`KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION` |Disable collecting segments information. It should be true for confluent cloud. Default: false |`KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME` |Given name for the Kafka Connect cluster |`KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS` |Address of the Kafka Connect service endpoint -|`LOGGING_LEVEL_ROOT` | Setting log level (trace, debug, info, warn, error, fatal, off). Default: debug -|`LOGGING_LEVEL_COM_PROVECTUS` |Setting log level (trace, debug, info, warn, error, fatal, off). Default: debug +|`LOGGING_LEVEL_ROOT` | Setting log level (all, debug, info, warn, error, fatal, off, trace). Default: debug +|`LOGGING_LEVEL_COM_PROVECTUS` |Setting log level (all, debug, info, warn, error, fatal, off, trace). Default: debug |`SERVER_PORT` |Port for the embedded server. Default `8080` |`KAFKA_CLUSTERS_0_JMXSSL` |Enable SSL for JMX? `true` or `false`. For advanced setup, see `kafka-ui-jmx-secured.yml` |`KAFKA_CLUSTERS_0_JMXUSERNAME` |Username for JMX authentication