1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Insert log messages with soft durability.

This commit is contained in:
Simo Kinnunen 2014-04-03 14:22:18 +09:00
parent 3685d543c4
commit 46591b24c8

View file

@ -46,6 +46,9 @@ dbapi.saveDeviceLog = function(serial, entry) {
, tag: entry.tag
, pid: entry.pid
, message: entry.message
}
, {
durability: 'soft'
}))
}