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
When I run the included test program and check the logs with Grafana, I find that many log entries have exactly the same timestamp - down to the millisecond.
So my question: Why don't you use LogEvent.Timestamp instead of DateTime.Now?
Regards,
Mathias
The text was updated successfully, but these errors were encountered:
When I run the included test program and check the logs with Grafana, I find that many log entries have exactly the same timestamp - down to the millisecond.
So my question: Why don't you use LogEvent.Timestamp instead of DateTime.Now?
Regards,
Mathias
That's a very good idea, I'd be happy to accept a PR for this?
Hi Joseph,
When I run the included test program and check the logs with Grafana, I find that many log entries have exactly the same timestamp - down to the millisecond.
So my question: Why don't you use LogEvent.Timestamp instead of DateTime.Now?
Regards,
Mathias
The text was updated successfully, but these errors were encountered: