You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#22312
- we were passing `time` as a field to the logging library, but that
library will interpret it as the time that the log occured
- instead, we can just pass it into the errorDetails to avoid this
The get helper has the following code:
This makes the time field to be the time used to query the database. When using this data in the logger, it's used as the logging time.
For example:
Because the query took 213ms, the field time is parsed as a few milliseconds after the epoc time.
Originally posted by @gilmrjc in #20427 (comment)
The text was updated successfully, but these errors were encountered: