A log file is created for each command execution. In the cases of simultaneous multiple executions and periodical executions of Export Tool 2, “date and time of execution” and “executed function (command)” can be identified by log file names.
The following table lists the log files generated by Export Tool 2.
Function | Log file name |
---|---|
Sampling interval check function | YYYYMMDD_HHMMSS_ show_interval.log |
Sampling interval setting function | YYYYMMDD_HHMMSS_ set_interval.log |
Accumulated data period check function | YYYYMMDD_HHMMSS_ show_range.log |
CU number check function | YYYYMMDD_HHMMSS_show_cu.log |
CU number adding function | YYYYMMDD_HHMMSS_add_cu.log |
CU number remove function | YYYYMMDD_HHMMSS_remove_cu.log |
Performance metrics export function | YYYYMMDD_HHMMSS_ export_data.log |
Note: The help function does not have any log file (it does not output log). |
The following table lists and describes the items that are output to logs.
Log output item | Format |
---|---|
Date and time | YYYY/MM/DD-HH:MM:SS Date and time of the machine running Export Tool 2. |
Thread ID | Thread ID (5-digit decimal) |
Log level (type) | INFO, WARN, ERROR, DEBUG |
Message ID | Message ID (4-digit decimal) |
Class name and Method name | Class name::Method name |
Message text | Message text DEBUG type includes logs (trace, returned value output for development. |