Skip to main content

Log Management

When API logging is enabled, the original request/response data is saved for each API call and can be viewed in the console.

Use Cases

  • API Error Debugging - Analyze error causes by reviewing original request/response data
  • Player History Tracking - Track API call history for specific players
  • Failure Analysis - Analyze the causes of failed API calls
info

Logs are retained for 35 days and automatically deleted afterward.

Recorded Data

The following data is recorded for each API call.

FieldDescription
API CodeThe called API code (e.g., storage_load)
Player IDThe requesting player ID
Log FileOriginal request/response JSON
Log SizeLog file size (KB)
Statussuccess or fail
IPRequest IP
DateRequest time

Search Conditions

FieldDescription
API CodeSelect the API code to look up. (Required, categorized by service)
Player IDEnter the UUID to look up logs for a specific player. (Required)
Search PeriodSelect the start and end dates for the log search. (Required)

Log Details

Click the log file to view Request, Response, and Error information in a popup window.

FieldDescription
RequestAPI request data (Pretty Mode supported, clipboard copy available)
ResponseAPI response data (Pretty Mode supported, clipboard copy available)
ErrorError information when an error occurs
info

Enabling Pretty Mode displays data in an easy-to-read formatted layout. You can download log data as a JSON file using the JSON Download button.