-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When starting a command via databricks labs, the log-level to use is provided in the arguments payload.
If the user does not specify a log level, originally the situation was:
- The Databricks CLI defaulted to warnings (and higher).
- Blueprint-based
labssubcommands would default toINFO(and higher).
Databricks CLI v0.241.0 changed this (probably in databricks/cli#2213):
- Previously the log-level passed through was
notset, and blueprint set a default log-level toINFO. - As of v0.241.0, a log-level of
warnis passed through by default and this is therefore set as the log-level instead ofINFO.
If possible we should default to INFO, provided the user has not explicitly specified a log-level to use.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo