Skip to content

Commit

Permalink
registro de control de dashboard y panel en app.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Nov 13, 2023
1 parent a23944c commit 0812f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eda/eda_api/lib/module/dashboard/dashboard.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,8 @@ export class DashboardController {
console.log(
'\x1b[32m%s\x1b[0m',
`QUERY for user ${req.user.name}, with ID: ${req.user._id
}, at: ${formatDate(new Date())} `
}, at: ${formatDate(new Date())} for Dashboard:${req.body.dashboard.dashboard_id
} and Panel:${req.body.dashboard.panel_id} `
)
console.log(query)
console.log(
Expand Down

0 comments on commit 0812f7e

Please sign in to comment.