|
|
@ -394,9 +394,9 @@ cors(corsOptions), (req, res, next) => { |
|
|
|
var reslab = '' |
|
|
|
db.collection('logs').find({}, {}).toArray() |
|
|
|
.then(item => { |
|
|
|
console.log(item) |
|
|
|
console.log('cccccccccccccccccccccccc '+item) |
|
|
|
|
|
|
|
console.log(JSON.stringify(item)) |
|
|
|
console.log(' vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv '+ JSON.stringify(item)) |
|
|
|
for (let i in item) { |
|
|
|
reslab = item[i].message.app_name |
|
|
|
console.log('------------------- ' + item[i].message.app_name) |
|
|
|