Skip to content

Commit

Permalink
Enable new line (resolves #202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauman-S committed Dec 30, 2024
1 parent 92ac9e4 commit d133384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbo/logging/oklogformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func OkLogV1Format(r *log.Record) []byte {
return b
}

b = append(b, '\n')

return b
}

Expand Down

0 comments on commit d133384

Please sign in to comment.