Admin panel logs
The admin panel log list allows you to verify the operational logs for the admin panel.
Accessing the screen
In the left sidebar menu, click [Operation] -> [Log management].
Click [Log management] above the page title, and select [Admin panel logs] in the dropdown menu.
Field descriptions
Filter conditions
You can filter the logs easily using the URI search and advanced search functions.
URI search
Enter the target URI in the search box. You can use partial matches to narrow down the list of matching logs.
Timestamp search
Select the date and time range for the timestamp and and click [Search].
Advanced search
Click the [Advanced search] button to input advanced filter conditions.
The following input options are available:
Field | Description | Specifiable conditions |
---|---|---|
Host | Site accessed. | Available search operations |
Log level | Log level indicating the importance of the message. | Available search operations |
Action | Type of action. | Action |
HTTP method | HTTP method of the request. | Available search operations |
Message[1]-[3] | Supplemental information about the log. | Available search operations |
URI | Accessed page URI. | Available search operations |
Client IP address | IP address of the user. | Available search operations |
Member ID | Member ID of the user who attempted the access. | Available search operations |
Application request ID | Unique request ID used by Kuroco. | Available search operations |
User agent | User agent of the browser used for the access. |
The advanced search function allows you to concatenate multiple conditions using AND
or OR
.
AND
: Returns only data matching all the specified conditions in your search.OR
: Returns data matching any of your specified conditions.
Available search operations
You can specify the following operations in the search conditions:
Operation | Input type | Returned data |
---|---|---|
contains | Text string | Entries matching part of the search term. |
not contains | Text string | Entries not matching any part of the search term. |
= | Alphanumeric string | Entries exactly matching the search term. |
!= | Alphanumeric string | Entries not exactly matching the search term. |
< | Alphanumeric string | Entries less than the search term. |
> | Alphanumeric string | Entries greater than the search term. |
<= | Alphanumeric string | Entries less than or equal to the search term. |
>= | Alphanumeric string | Entries greater than or equal to the search term. |
starts with | Text string | Entries beginning with the search term. |
not starts with | Text string | Entries not beginning with the search term. |
ends with | Text string | Entries ending with the search term. |
not ends with | Text string | Entries not ending with the search term. |
in | Alphanumeric string | Entries matching any of the search terms (for multiple search terms only). |
not in | Alphanumeric string | Entries not matching any of the search terms (for multiple search terms only). |
Sort
Under "Sort", you can specify the sort key and display order of the search results.
ASC
: Ascending, from oldest to newest.DESC
: Descending, from newest to oldest.
Log entries
The columns displayed for the log entries are as follows:
Column | Description |
---|---|
Timestamp | Date and time the log was recorded. |
Host | Site accessed. |
Log level | Log level indicating the importance of the message. See: Log levels below for details. |
Action | Type of action. See: Action below for details. |
HTTP method | HTTP method of the request. |
Message[1]-[3] | Supplemental information about the log. The higher the message number, the more detailed the message contents. |
URI | Accessed page URI. |
Client IP address | IP address of the user who attempted the access. |
Member ID | Member ID of the user who attempted the access. |
Application request ID | Unique request ID used by Kuroco. |
User agent | User agent of the browser used for the access. |
Log levels
Logs can be categorized into the 9 levels below, listed in order of increasing importance:
- Default
- Debug
- Info
- Notice
- Warning
- Error
- Critical
- Alert
- Emergency
Action
Value | Description |
---|---|
Messages | The details of the message are displayed in Message[1]. |
Access | Access log. |
RCMSForbiddenException | Exception error. |
UnauthorizedException | Exception error. |
NotFoundModuleException | Exception error. |
NotFoundException | Exception error. |
BadRequestException | Exception error. |
Buttons
Button | Description |
---|---|
Search | Search based on the above settings. |
Download | Download a list of the displayed logs. |
Delete | Delete a list of the displayed logs. |
Log list download
After click [Download] button, the download settings will open.
Field(s) | Description |
---|---|
Charset | Character encoding of the output CSV file. |
Cancel | Cancel downloading. |
Download | Execute downloading. |