Administration Commands
set_log_type
audit | constant | LEAVE_UNCHANGED |
exception | constant | LEAVE_UNCHANGED |
succinct_audits | constant | LEAVE_UNCHANGED |
succinct_errors | constant | LEAVE_UNCHANGED |
Supplied parameters are:
override
Specifies whether to override the global log types specified on set_global_log_type or to revert to using global log types. Possible values are:
YES
Override the global log types. The log types to be used on this server are specified by the audit and exception parameters, and the choice of succinct or detailed logging is specified by the succinct_* parameters.
NO
Revert to using the global log types. The audit, exception, and succinct_* parameters are ignored.
audit
Specify whether to record audit messages. (SNAplus2 initially sets audit to NO.) Possible values are:
YES
Record audit messages.
NO
Do not record audit messages.
LEAVE_UNCHANGED
Leave audit logging unchanged from the existing definition.
exception
Specify whether to record exception messages. (SNAplus2 initially sets exception to YES.) Possible values are:
YES
Record exception messages.
NO
Do not record exception messages.
LEAVE_UNCHANGED
Leave exception logging unchanged from the existing definition.
succinct_audits
Specifies whether to use succinct logging or detailed logging in the audit log file on this server. 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 text string and parameters. To obtain more details about the cause of the log and any action required, use the snaphelp utility.