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 is specified by the number of log records.
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.
You can adjust the settings for different message levels in a four-digit combination of the numbers "0" and "1". The specification of '1' for a certain digit outputs the specified type of message to an event log, while setting '0' to a certain field does not output the message. From the left, the numbers represent 'Information,' 'Warning,' 'Non-Critical Error,' and 'Critical Error,' respectively.
- 0:
-
Do not output to event log
- 1:
-
Output to event log
In the above specification, HULFT outputs messages with level 'Information,' 'Non Critical Error,' and 'Critical Error,' to the event log, while not outputting messages with level 'Warning.'
NoteFor details on message level types, refer to Error Codes and Messages.
- Output to Console Logs (consolelog)
-
Specify whether to output messages to the Console Log file (hulcon.log).
You can adjust the settings for different message levels in a four-digit combination of the numbers "0" and "1". From the left, the numbers represent message levels 'Information,' 'Warning,' 'Non-Critical Error,' and 'Critical Error,' respectively.
- 0:
-
Do not output to the Console Log file
- 1:
-
Output to the Console Log file
In the above specification, HULFT outputs messages with level "Information," "Non Critical Error," and "Critical Error," to the Console Log file, while not outputting messages with level "Warning."
NoteFor details on message level types, refer to Error Codes and 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.
- 0:
-
Do not back up the log file
- 1:
-
Back up the log file
- Operation Log Output Option (oplselect)
-
Specify whether to output the operation logs.
- 0:
-
Do not output the operation logs
- 1:
-
Output only the File Access Log
- 2:
-
Output only the Command Execution Log
- 3:
-
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.
- 0:
-
Down level log-on name
- 1:
-
User principal name (UPN)
Specifying '0' outputs the user ID in the form of 'Net BIOS Domain Name\User Name.'
Example) TEST_DOMAIN\User
Specifying '1' outputs the user ID in the form of 'User Name@DNS Domain Name.'
Example) User@test_domain.hulft.com
However, when the user is not a domain user account, the user ID is output in the form of '0,' because HULFT cannot acquire the UPN even if this format is specified.
- 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.
Refer to Automatically rotating operation log files for details.
- 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.
Refer to Automatically rotating operation log files for details.
- Log Size Reduction Mode (logreduction)
-
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.
- 0:
-
Output all the fields
- 1:
-
Output only the common header area
- Log Output Version (logver)
-
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.
- 84:
-
Output V8.4 headers
- 8:
-
Output V8 headers
For details about common header areas, see Error Codes and Messages.