Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow better time precision in logs (#14)
Previously, the logs were sent with only second precision, which quickly gets suboptimal when dealing with lots of log events happening at more or less the same time. This patch allows for milliseconds, as it sends the second value *with decimals*.
- Loading branch information