
Administration Commands
set_global_log_type
2.187 set_global_log_type
The set_global_log_type command specifies the types of information that SNAplus2 records in log files. It specifies default values that are used on all computers; you can then use set_log_type (or, for a Windows client, options in the Windows Registry or in the client initialization file)to override these defaults on a particular computer. For more information about log files, see Section 2.189, set_log_file.
SNAplus2 always logs messages for problem events; you can specify whether to log messages for exception and audit events. For more information logging messages, refer to the
This command must be issued without specifying a node name.
2.187.1 Supplied Parameters
Parameter name | Type | Length | Default |
[set_global_log_type] |
|
|
|
audit | constant |
| LEAVE_UNCHANGED |
exception | constant |
| LEAVE_UNCHANGED |
succinct_audits | constant |
| LEAVE_UNCHANGED |
succinct_errors | constant |
| LEAVE_UNCHANGED |
Supplied parameters are:
audit
Specify whether to record audit messages. Possible values are:
YES
Record audit messages.
NO
Do not record audit messages.
LEAVE_UNCHANGED
Leave audit logging unchanged from the existing definition. (SNAplus2 initially sets audit to NO.)
exception
Specifies whether to record exception messages. Possible values are:
YES
Record exception messages.
NO
Do not record exception messages.
LEAVE_UNCHANGED
Leave exception logging unchanged from the existing definition. (SNAplus2 initially sets exception to YES.)
succinct_audits
Specifies whether to use succinct logging or detailed logging in the audit log file. Possible values are:
YES
Use succinct logging in the audit log file. Each message in the log file contains a summary of the message header information (such as the message number, log type, and system name), and the message
585