logs-fix-9

This commit is contained in:
Untone 2024-03-02 13:18:22 +03:00
parent 9fa248ca41
commit 9ddbfb5df7

View File

@ -23,4 +23,3 @@ func (u LogTextFormatter) Format(e *logrus.Entry) ([]byte, error) {
return []byte(fmt.Sprintf("%s [%s] %s:%d %s\n", timestamp, level, file, line, message)), nil return []byte(fmt.Sprintf("%s [%s] %s:%d %s\n", timestamp, level, file, line, message)), nil
} }