KurocoFront Log
You can check the access log of files for KurocoFront.
How to access KurocoFront Log page
Click [Operation] -> [Log management].
Click [Log management] above the page title and click [KurocoFront Log] in the dropdown menu.
KurocoFront Log Item Description
Filtering by uri
You can use the filtering by uri.
Input the desired uri in [uri] text box and click [Search] button. It filters the data in partial match.
log list
Item | Description |
---|---|
timestamp | the date and time when the log was registered |
cache_status | It shows whether the cache was used for the request. See Cache status for the detail. |
request | HTTP method |
status | HTTP response status code |
response | API response message |
uri | URI endpoint tp which the request was sent |
client_ip | IP address of the user who sent the request |
api_access_token | access token which was sent with the request |
execution_time | request execution time of the server |
body_size | body size of HTTP request |
request_referer | URL of the website right before the currently requested page |
request_user_agent | the user agent who requested the API |
geo_city | the place information where the user |
geo_country_code | country code of the user |
io_info | Fastly image optimizer data |
request_id | Fastly request ID |
rcms_request_id | Kuroco request ID |
Cache status
There are following 3 kinds of status.
Item | Description |
---|---|
HIT | There was a request from the cache. |
MISS | Reached the server without finding the cache. |
PASS | Could not cache. |