> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Logs

> Track changes made by developers to your PlayFab title using Game Manager audit logs, and inspect the raw JSON body of each event for security review.

Audit logs allow you to observe and analyze the history of important changes made to your title by you or other developers. You are able to detect both important changes and destructive actions, and react accordingly.

## Accessing audit logs

On the **Audit History** page, select any entry in the log to view the complete details. You can also navigate through the **Logs** using the **SEARCH** button.

* The **Event time** column exposes information about the time and the author of the change.

* The **Log type** column gives you a clue about the kind of change that was made.

* The **String change** and **Value** columns represent short details of the change.

* The **View** column allows you to access a full **JSON** description of the change.

<img src="https://mintcdn.com/microsoft-4404708b/dqv53299jA1M-fNi/images/playfab/live-service-management/gamemanager/tutorials/game-manager-admin-audit-history.png?fit=max&auto=format&n=dqv53299jA1M-fNi&q=85&s=792c4e298dd2f5fa86d4ef066606765c" alt="Game Manager - Admin - Audit History" width="1366" height="766" data-path="images/playfab/live-service-management/gamemanager/tutorials/game-manager-admin-audit-history.png" />

The **View** column displays a button to access the JSON body of the change. JSON is displayed in a modal window.

It contains:

1. The same data as the table.
2. Plus a raw JSON body specific for each change type.

<img src="https://mintcdn.com/microsoft-4404708b/dqv53299jA1M-fNi/images/playfab/live-service-management/gamemanager/tutorials/game-manager-admin-audit-history-view-event-body.png?fit=max&auto=format&n=dqv53299jA1M-fNi&q=85&s=69db56ac5135a24624f52933a1ec63b8" alt="Game Manager - Admin - Audit History - View Event Body" width="1321" height="728" data-path="images/playfab/live-service-management/gamemanager/tutorials/game-manager-admin-audit-history-view-event-body.png" />


## Related topics

- [PlayFab Release Notes 2015](/services/playfab/release-notes/2015.md)
- [PlayFab Live service management documentation](/services/playfab/live-service-management/index.md)
- [Game Manager reference](/services/playfab/live-service-management/gamemanager/reference.md)
- [XtfPullAuditionApp](/reference/tools/xtf/xtfapi/functions/xtfpullauditionapp-xtfapi-xbox-windows-m.md)
- [Security requirements for GDK licensees](/home/onboarding-access/security-requirements.md)
