logs-fix-8
This commit is contained in:
@@ -21,5 +21,5 @@ func (u LogTextFormatter) Format(e *logrus.Entry) ([]byte, error) {
|
||||
file := filepath.Base(e.Caller.File)
|
||||
line := e.Caller.Line
|
||||
|
||||
return []byte(fmt.Sprintf("%s [%s] %s:%d %s\n", timestamp, level, file, line, message)), nil
|
||||
return []byte(fmt.Sprintf("%s [%s] %s\n", timestamp, level, message)), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user