Skip to main content

Logs and activity (UI)

In this page

Route

/logs — UI heading “Activity Logs”.

API

GET /api/v1/activity/logs — maps AuditLog rows (last 200) to a simplified list with action, description, user, timestamp, etc.

Implementation reference: apps/api/src/modules/activity/activity.service.ts.

Difference from server log files

This view is an audit trail of panel actions, not raw /var/log/nginx/access.log tailing. Centralized syslog integration is not exposed here today.