mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
fmt
This commit is contained in:
parent
9ee76ecc93
commit
9d4382d12e
@ -251,7 +251,7 @@ func (l *Logger) printToWriter(ctx context.Context, input *HandlerInput) {
|
||||
// printToStdout outputs logging content to stdout.
|
||||
func (l *Logger) printToStdout(ctx context.Context, input *HandlerInput) {
|
||||
if l.config.StdoutPrint {
|
||||
if _, err := fmt.Fprintf(color.Output, input.getBuffer(true).String()) ; err != nil {
|
||||
if _, err := fmt.Fprintf(color.Output, input.getBuffer(true).String()); err != nil {
|
||||
intlog.Error(ctx, err)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user