Skip to content

Commit

Permalink
fix: logs in utc time (#16373)
Browse files Browse the repository at this point in the history
* chore_: update nim-chronicles

* fix: chronicles_timestamps RfcUtcTime
  • Loading branch information
igor-sirotin authored and iurimatias committed Sep 24, 2024
1 parent c4b1de8 commit e01dbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ else:
# don't link libraries we're not actually using
switch("passL", "-Wl,-as-needed")

--define:chronicles_line_numbers # useful when debugging
--define:chronicles_line_numbers # useful when debugging=
switch("define", "chronicles_timestamps=RfcUtcTime")

# The compiler doth protest too much, methinks, about all these cases where it can't
# do its (N)RVO pass: https://github.com/nim-lang/RFCs/issues/230
Expand Down
2 changes: 1 addition & 1 deletion vendor/nim-chronicles

0 comments on commit e01dbec

Please sign in to comment.