Logging

박재성·2025년 3월 7일
0

Spring

목록 보기
6/6

Audit Logging

What is Audit Logging?

Audit logging is the process of documenting activity. Audit logs record the occurrence of an event, the time at which it occurred, the responsible user or service, and the impacted entity.

What do Audit Logs Document?

  1. Event name
  2. Easy-to-understand description of the event
  3. Event timestamp
  4. Actor or service that created, edited, or deleted the event (user ID or API ID)
  5. Application, device, system, or object that was impacted (IP address, device ID, etc.)
  6. Source from where the actor or service originated (country, host name, IP address, device ID, etc.)
  7. Custom tags specified by the user, such as severity level of the event

0개의 댓글