High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_GLOBAL_LOG_TYPE
Chapter 4690
unsigned char exception; /* exception logging on or off */
unsigned char succinct_audits; /* use succinct logging in audit file? */
unsigned char succinct_errors; /* use succinct logging in error file? */
} QUERY_GLOBAL_LOG_TYPE;
Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_GLOBAL_LOG_TYPE
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
secondary_rc
Not used.
audit
This parameter indicates whether audit messages are
recorded. Possible values are:
AP_YES
Audit messages are recorded.
AP_NO
Audit messages are not recorded.
exception
This parameter indicates whether exception messages
are recorded. Possible values are:
AP_YES
Exception messages are recorded.
AP_NO