cloudera-labs / hms-mirror

"hms-mirror" is a utility used to bridge the gap between two clusters and migrate hive metadata.
Apache License 2.0
13 stars 8 forks source link

Add option to control output (hms-mirror.log) logging level #92

Closed dstreev closed 9 months ago

dstreev commented 10 months ago

Use the environment variable LOGGING_THRESHOLD to override the default "DEBUG" level.

export LOGGING_LEVEL=INFO
hms-mirror ...