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

Fix loki timestamps

parent c8d854aa
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment