View logs in Stash Studio
Stash Studio provides comprehensive logging tools that are invaluable for engineers. You can inspect various types of events directly within the platform, making it easy to debug communication between the Stash API and your game backend or to identify hidden integration issues.
Access your game’s log by clicking the “Logs” icon in the main navigation.
Log Type | Description |
---|---|
Outgoing Events | Logs for calls made from Stash to your backend. |
Incoming Events | Logs for calls made from your backend to Stash. |
Payments | Logs related to payments. |
Linked Accounts | Logs that track when players link their accounts to the webshop. |
Clicking individual events opens a detailed view with information like the URL, request body, a timestamp, and more. You also have several options for filtering logs by status, user ID, timeframe, etc.
Was this page helpful?