Skip to main content

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

ServiceAPI CodesDescription
IAPiap_ios, iap_androidReceipt verification
Currencycurrency_all, currency_get, currency_set, currency_charge, currency_subtract, etc.Currency query/set/charge/deduct
Inboxinbox_count, inbox_items, inbox_consume_item, inbox_item_send, etc.Inbox query/receive/send
Storagestorage_load, storage_save, storage_multi_load, storage_multi_savePlayer data save/load
Cachecache_set, cache_get, cache_mget, cache_incrby, cache_decrby, cache_del, etc.Cache CRUD
Leaderboardranking_range, ranking_record, ranking_personal, ranking_delete, etc.Ranking query/record/delete
FriendsFriend-related APIsFriend request/accept/delete
Cloud Codecloudcode_executionCloud code execution
GuildGuild-related APIsGuild create/edit/member management
ChatChat-related APIsMessage sending
Remote ConfigRemote config-related APIsRemote config query
Pushpush_save, push_change, push_removePush token management
info

Changes to log settings are applied to API calls made after the change.