mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix 24-hour time format for logging
This commit is contained in:
parent
34768c83b1
commit
80110414a9
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ define(function (require) {
|
|||
|
||||
|
||||
log: function log(logString) {
|
||||
console.log(moment().format('hh:mm:ss.SSS') + ': ' + logString);
|
||||
console.log(moment().format('HH:mm:ss.SSS') + ': ' + logString);
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue