From 6c2accb27c31f1e1dcdad9433bedaef4065532c6 Mon Sep 17 00:00:00 2001 From: Robin Moffatt Date: Thu, 1 Feb 2024 19:34:20 +0000 Subject: [PATCH] Add note re. logging ref: https://github.com/recap-build/hive-metastore-standalone/pull/1 --- docs/integrations/hive-metastore.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/integrations/hive-metastore.md b/docs/integrations/hive-metastore.md index 49a5725..0811f04 100644 --- a/docs/integrations/hive-metastore.md +++ b/docs/integrations/hive-metastore.md @@ -67,6 +67,10 @@ The scheme must be `thrift+hms`. The `+hms` suffix is required to distinguish th | UNIONTYPE | UnionType | | STRUCT | StructType | +## Logging + +By default the Hive Metastore will log at INFO level. You can override this by setting the `HMS_LOGLEVEL` environment variable for the container. + ## Limitations and Constraints The conversion functions raise a `ValueError` exception if the conversion is not possible.