Logs

Log Rotation Record Count (logdelcount)

When switchover is automatically carried out for the Send Log, the Receive Log, and the Observe Log, the timing of the switchover depends on the number of log records that you specify.

When the number of log records in a log file exceeds the specified value, the log file is switched over to a new file.

When '0' is set, switchover for the log is not carried out.

Console Log Size (logsize)

Specify the maximum file size of the Console Log file (hulcon.log) in KB.

When the size of the Console Log file exceeds the specified value, the file contents will be cleared.

Output to Event Logs (eventlog)

Specify whether to output console messages to the event log.

This can be set for each message level.

If you select the check box, the specified type of message is output to the event log, while if you clear the check box, no message is output.

The following message types can be set:

  • Information

  • Warning

  • Error (Non Critical)

  • Error (Critical)

Note
For details on message level types, refer to Messages.
Output to Console Logs

Specify whether to output messages to the Console Log file (hulcon.log).

This can be set for each message level.

If you select any of the check boxes, the specified levels for messages are output to the Console Log file, on the other hand if you clear any of the check boxes, the specified levels for messages are not output to the Console Log file.

The following message types can be set:

  • Information

  • Warning

  • Error (Non Critical)

  • Error (Critical)

Note

For details on message level types, refer to Messages.

Console Log Backup (backuplog)

Specify whether or not to back up the Console Log file (hulcon.log) before the file is cleared when the size of the file reaches the value specified for Console Log Size.

The backed up Console Log is saved by the file name 'hulcon.YYYYMMDDHHMMSS' (the extension refers to the date and time of backup). The date is displayed in the date format specified for Date Format (datefmt) in the System Environment Settings.

No:

Do not back up the log file

Yes:

Back up the log file

Operation Log Output Option (oplselect)

Specify whether to output the operation logs.

Do Not Output:

Do not output the operation logs

File Access Log:

Output only the File Access Log

Command Execution Log:

Output only the Command Execution Log

Output Both:

Output both File Access Log and Command Execution Log

Operation Log User-specified Character (oplcharacter)

Specify the character string to identify the instance of HULFT that outputs the operation logs or the trace log, when two or more instances of HULFT operate in the same environment.

Specify the field in alphanumeric characters within 8 bytes. When 9 bytes or more are specified, the specified characters are disabled and the default value (blank string) is set.

Omitting this field does not display anything.

Operation Log User ID Output Format (opluseridtype)

Specify the output format of User ID (OS) for the operation logs.

Down Level Log-on Name:

Output the user ID in the form of 'NetBIOS Domain Name\User Name.'

Example) TEST_DOMAIN\User

User Principal Name:

Output the user ID in the form of 'User Name@DNS Domain Name.'

However, when the user is not a domain user account, the user ID is output in the form of 'Down Level Log-on Name,' because HULFT cannot acquire the UPN even if this format is specified.

Example) User@test_domain.hulft.com

Operation Log Auto Rotate Size (oplchangesize)

Specify the maximum size of the Operation Log file in the unit of MB.

If the size of the Operation Log file exceeds this value, the file output until then is renamed and backed up, and the Operation Log file is changed to a newly-created one automatically. The backup file is created in the same output folder as the Operation Log file.

If you specify '0' for this field, HULFT does not rotate the Operation Log files automatically.

For details, refer to the following:

HULFT10 for Windows Administration Manual : Automatically rotating operation log files

Operation Log Generations (oplgenerationcount)

Specify how many generations of backup files of the Operation Log file should be kept when the Operation Log files are rotated. When the number of backup files exceeds this value through automatic or manual rotation, the Operation Log file is overwritten sequentially from the oldest file.

Setting a value other than '0' in Operation Log Auto Rotate Size (oplchangesize) enables this field.

Omitting this field sets '9999' for the value.

For details, refer to the following:

HULFT10 for Windows Administration Manual : Automatically rotating operation log files

Log Size Reduction Mode

Specify whether to output all the fields or only the fields in the common header area when messages are output to the event log and the Console Log file.

Output full log:

Output all the fields

Output only header area:

Output only the common header area

Log Output Version

Specify the version of the log that is output to the Console Log file. The format of the common header area varies depending on the version.

V8 Header:

Output Console Log with V8 header

V8.4 Header:

Output Console Log with V8.4 header

For details on the common header areas, refer to Common header area.