This commit is contained in:
Ompragash Viswanathan
2025-10-07 19:28:51 +05:30
parent 96190838fd
commit f84f55f3b2
+1 -1
View File
@@ -39,7 +39,7 @@ func main() {
type formatter struct{}
func (*formatter) Format(entry *logrus.Entry) ([]byte, error) {
return []byte(entry.Message), nil
return []byte(entry.Message + "\n"), nil
}
// text formatter that writes logs with level information