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