Skip to content

Commit 86f5a83

Browse files
author
Sara Ivanyos
committed
set log level to upper case
1 parent 23455c3 commit 86f5a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/ucx/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _configure(self):
187187
"Comma-separated list of workspace group names to migrate (empty means all)", default="<ALL>"
188188
)
189189
backup_group_prefix = self._question("Backup prefix", default="db-temp-")
190-
log_level = self._question("Log level", default="INFO")
190+
log_level = self._question("Log level", default="INFO").upper()
191191
num_threads = int(self._question("Number of threads", default="8"))
192192
groups_config_args = {
193193
"backup_group_prefix": backup_group_prefix,

0 commit comments

Comments
 (0)