feat: new compliance options
This commit is contained in:
parent
ccf7eacfad
commit
f2080c32e9
23 changed files with 161 additions and 121 deletions
|
|
@ -3,8 +3,6 @@ const uuid = require('uuid')
|
|||
|
||||
const db = require('../db')
|
||||
|
||||
const NUM_RESULTS = 500
|
||||
|
||||
function getServerLogs (from = new Date(0).toISOString(), until = new Date().toISOString(), limit = null, offset = 0) {
|
||||
const sql = `select id, log_level, timestamp, message from server_logs
|
||||
where timestamp >= $1 and timestamp <= $2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue