Skip to main content

Log Management

In BACKND Console's Log Management, you can check the logs generated by the BACKND method InsertLog in the client.
You can select the version of the used InsertLog to see the corresponding log in detail.

  • You cannot look up logs older than 3 months.

You can search for a specific log by entering the user number (when using the multicharacter function, the character), nickname, or time period.
Among the action types, login success (thebackend_login_success_log) and login failure (thebackend_login_fail_log) are provided by default.

Action type: custom

When the client calls InsertLogV2 or InsertLog, the data inserted into the first parameter value string logType of InsertLog in the Action Type field is created automatically.
Custom logs are sorted by the default duration value 'all' when you select an action type.

Action type: thebackend_login_success_log

If the action type is thebackend_login_success_log, the search settings are changed as follows:

  • Can only select by day (cannot search by period)
  • Can select the time in minutes (e.g.: 2020.03.26 0:28 - 15:43)

Action type: thebackend_login_fail_log

If the action type is thebackend_login_fail_log, the search settings are changed as follows:

  • Can only select by day (cannot search by period)
  • Can select the time in minutes (e.g.: 2020.03.26 0:28 - 15:43)

Additionally, the output area changes as follows:

  • IP item replaces the user (character) number/nickname field (identified by IP as it is impossible to check user (character) number and nickname)
  • No user management button

Look up log history

If you click a log row, an accordion UI is activated where you can view the log content.

User management

If you click the User Management button on the right side of the log row, you can see the information of the user who sent the log.