1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/data/reusables/apps/apps-logging.md
2023-06-06 16:38:18 +00:00

9 lines
401 B
Markdown

Consider adding logging and monitoring capabilities for your app. A security log could include:
- Authentication and authorization events
- Service configuration changes
- Object reads and writes
- User and group permission changes
- Elevation of role to admin
Your logs should use consistent timestamping for each event and should record the users, IP addresses, or hostnames for all logged events.