Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 768c8399 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

loki nanoseconds

parent a25ea9d7
No related branches found
No related tags found
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
......@@ -185,7 +185,7 @@ function Log (options) {
level: this.levels[tag]
},
values: [
[(Date.now() * 1000).toString(), message]
[(Date.now() * 1000 * 1000).toString(), message]
]
}
]
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment