fix: logs in utc time (#16373)
* chore_: update nim-chronicles * fix: chronicles_timestamps RfcUtcTime
This commit is contained in:
parent
c4b1de89ae
commit
e01dbecf7e
|
@ -37,7 +37,8 @@ else:
|
||||||
# don't link libraries we're not actually using
|
# don't link libraries we're not actually using
|
||||||
switch("passL", "-Wl,-as-needed")
|
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
|
# 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
|
# do its (N)RVO pass: https://github.com/nim-lang/RFCs/issues/230
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 33761a5f77610d3f87f774244490eae43a9ac5a1
|
Subproject commit 1ac2715bbbb1f2931ce2d32fe05b70f8d47fe413
|
Loading…
Reference in New Issue