Settings
Select the services for which to collect API logs. You can set whether to collect logs for each service using checkboxes.
- Disabled : The API for the service operates normally, but no call records are saved.
- Enabled : The original request/response is saved for each API call and can be viewed in the console.
info
Enabling logging for all high-traffic services can result in a large amount of log data. It is recommended to selectively enable logging only for services that require debugging.
Logging Targets by Service
| Service | API Codes | Description |
|---|---|---|
| IAP | iap_ios, iap_android | Receipt verification |
| Currency | currency_all, currency_get, currency_set, currency_charge, currency_subtract, etc. | Currency query/set/charge/deduct |
| Inbox | inbox_count, inbox_items, inbox_consume_item, inbox_item_send, etc. | Inbox query/receive/send |
| Storage | storage_load, storage_save, storage_multi_load, storage_multi_save | Player data save/load |
| Cache | cache_set, cache_get, cache_mget, cache_incrby, cache_decrby, cache_del, etc. | Cache CRUD |
| Leaderboard | ranking_range, ranking_record, ranking_personal, ranking_delete, etc. | Ranking query/record/delete |
| Friends | Friend-related APIs | Friend request/accept/delete |
| Cloud Code | cloudcode_execution | Cloud code execution |
| Guild | Guild-related APIs | Guild create/edit/member management |
| Chat | Chat-related APIs | Message sending |
| Remote Config | Remote config-related APIs | Remote config query |
| Push | push_save, push_change, push_remove | Push token management |
info
Changes to log settings are applied to API calls made after the change.