diff --git a/conf/log4j2.properties.template b/conf/log4j2.properties.template index 04d7bdedc..102e0d3de 100644 --- a/conf/log4j2.properties.template +++ b/conf/log4j2.properties.template @@ -15,7 +15,7 @@ # limitations under the License. # -# Set everything to be logged to the file target/unit-tests.log +# Set everything to be logged to the file rootLogger.level = info rootLogger.appenderRef.stdout.ref = STDOUT diff --git a/docs/deployment/settings.md b/docs/deployment/settings.md index c8734acef..cfb635d1c 100644 --- a/docs/deployment/settings.md +++ b/docs/deployment/settings.md @@ -397,7 +397,7 @@ Kyuubi uses [log4j](https://logging.apache.org/log4j/2.x/) for logging. You can # limitations under the License. # -# Set everything to be logged to the file target/unit-tests.log +# Set everything to be logged to the file rootLogger.level = info rootLogger.appenderRef.stdout.ref = STDOUT diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml index 861a7e9d3..92520d426 100644 --- a/kyuubi-hive-jdbc-shaded/pom.xml +++ b/kyuubi-hive-jdbc-shaded/pom.xml @@ -183,6 +183,16 @@ zookeeper + + org.slf4j + jcl-over-slf4j + + + + org.slf4j + slf4j-api + + org.apache.hadoop hadoop-client-api diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index 20fa9d6de..fb22f798d 100644 --- a/kyuubi-hive-jdbc/pom.xml +++ b/kyuubi-hive-jdbc/pom.xml @@ -192,6 +192,16 @@ + + org.slf4j + jcl-over-slf4j + + + + org.slf4j + slf4j-api + + org.apache.hadoop hadoop-client-api