mirror of https://github.com/databricks/cli.git
Show warnings+ by default
This commit is contained in:
parent
413ca5c134
commit
fc3b95ff0f
|
@ -25,7 +25,7 @@ type LogLevelFlag struct {
|
||||||
|
|
||||||
func NewLogLevelFlag() LogLevelFlag {
|
func NewLogLevelFlag() LogLevelFlag {
|
||||||
return LogLevelFlag{
|
return LogLevelFlag{
|
||||||
l: log.LevelDisabled,
|
l: log.LevelWarn,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue