Skip to content

Commit

Permalink
Merge pull request #224 from okx/ns/202-standard-oklog-format
Browse files Browse the repository at this point in the history
Enable new line (resolves #202)
  • Loading branch information
giskook authored Dec 30, 2024
2 parents a995548 + d133384 commit 7a2decf
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 7a2decf

Please sign in to comment.