SAP / cf-java-logging-support

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Apache License 2.0
77 stars 48 forks source link

Fix timestamp conversion to use current time #62

Closed nicklas-dohrn closed 4 years ago

nicklas-dohrn commented 4 years ago

Replaced System.nanoTime() with System.currentTimeMillis(), because nanoTime() is not related to the current real time, but rather an arbitrary starting point.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.