mirror of https://github.com/databricks/cli.git
Do not use white color as string output (#489)
## Changes Do not use white color as string output
This commit is contained in:
parent
9cf0e0db24
commit
fb25baf100
|
@ -60,7 +60,7 @@ func (l *friendlyHandler) Handle(ctx context.Context, rec slog.Record) error {
|
|||
msg := fmt.Sprintf("%s %s %s%s\n",
|
||||
color.MagentaString(t),
|
||||
l.coloredLevel(rec),
|
||||
color.HiWhiteString(rec.Message),
|
||||
rec.Message,
|
||||
attrs)
|
||||
_, err := l.w.Write([]byte(msg))
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue