logs-fix-6
This commit is contained in:
parent
934f433dd2
commit
cdad58bd02
|
@ -1,3 +1,12 @@
|
|||
package logs
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// LogTextFormatter is a custom log formatter for text output
|
||||
type LogTextFormatter struct {
|
||||
logrus.Formatter
|
||||
|
|
Loading…
Reference in New Issue
Block a user