Skip to content

Commit

Permalink
Merge branch 'feature/DRAW-240' into sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
comforest committed Aug 18, 2024
2 parents 0493233 + 7c12291 commit 48fb2a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import ch.qos.logback.contrib.json.classic.JsonLayout
class XorkerJsonLayout : JsonLayout() {

init {
setTimestampFormat("yyyy-MM-dd'T'HH:mm:ss.SSS")
setTimestampFormatTimezoneId("Asia/Seoul")
setTimestampFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'")
setTimestampFormatTimezoneId("UTC")
appendLineSeparator = true

jsonFormatter = JacksonJsonFormatter().apply {
Expand Down

0 comments on commit 48fb2a2

Please sign in to comment.