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:
parent
3685d543c4
commit
46591b24c8
1 changed files with 10 additions and 7 deletions
|
@ -46,6 +46,9 @@ dbapi.saveDeviceLog = function(serial, entry) {
|
||||||
, tag: entry.tag
|
, tag: entry.tag
|
||||||
, pid: entry.pid
|
, pid: entry.pid
|
||||||
, message: entry.message
|
, message: entry.message
|
||||||
|
}
|
||||||
|
, {
|
||||||
|
durability: 'soft'
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue