1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/data/reusables/apps/apps-logging.md
2023-06-21 16:03:41 +00:00

402 B

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.