Skip to content
Snippets Groups Projects
Unverified Commit e950f6f3 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Fix loki timestamps

parent c8d854aa
Branches
Tags
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
...@@ -184,7 +184,7 @@ function Log (options) { ...@@ -184,7 +184,7 @@ function Log (options) {
name: this.name name: this.name
}, },
values: [ values: [
[Date.now() / 1000, message] [Date.now().toString(), message]
] ]
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment