log stderr output as INFO
Fixes #241 Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
656b01041d
commit
4d9ef37b48
@ -251,16 +251,9 @@ func (c *Client) logSolveStatus(ctx context.Context, st *state.State, ch chan *b
|
|||||||
Logger()
|
Logger()
|
||||||
|
|
||||||
msg := secureSprintf(format, a...)
|
msg := secureSprintf(format, a...)
|
||||||
switch stream {
|
lg.
|
||||||
case 1:
|
Info().
|
||||||
lg.
|
Msg(msg)
|
||||||
Info().
|
|
||||||
Msg(msg)
|
|
||||||
case 2:
|
|
||||||
lg.
|
|
||||||
Error().
|
|
||||||
Msg(msg)
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user