mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 06:33:30 +00:00
Use log-timestamp to add timestamps to logs
This commit is contained in:
parent
427a19f2ca
commit
102eb460db
@ -1,3 +1,5 @@
|
||||
* Use log-timestamp to add timestamps to logs [Pablo]
|
||||
|
||||
# v1.12.2
|
||||
|
||||
* Bind mount kmod if the container is debian or raspbian [Pablo]
|
||||
|
@ -22,6 +22,7 @@
|
||||
"knex": "~0.8.3",
|
||||
"lockfile": "^1.0.1",
|
||||
"lodash": "^3.0.0",
|
||||
"log-timestamp": "^0.1.2",
|
||||
"mixpanel": "0.0.20",
|
||||
"network-checker": "~0.0.5",
|
||||
"pinejs-client": "^1.7.1",
|
||||
|
@ -1,3 +1,4 @@
|
||||
require('log-timestamp')
|
||||
process.on 'uncaughtException', (e) ->
|
||||
console.error('Got unhandled exception', e, e?.stack)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user