1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/apps/apps-logging.md

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.