HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_GLOBAL_LOG_TYPE
Chapter 4706
succinct_audits
This parameter indicates whether succinct logging or
full logging is used in the audit log file. Possible values
are:
AP_YES
Succinct logging: 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 of the cause of the log
and any action required, you can use
the snaphelp utility.
AP_NO
Full logging: each message in the log
file includes a full listing of the
message header information, the
message text string and parameters,
and additional information about the
cause of the log and any action
required.
If you are using central logging, the choice of succinct
or full logging for messages from all computers is
determined by the setting of this parameter on the
server acting as the central logger; this setting may
either be from the SET_GLOBAL_LOG_TYPE verb, or
from a SET_LOG_TYPE verb issued to that server to
override the default.
succinct_errors
This parameter indicates whether succinct logging or
full logging is used in the error log file; this applies to
both exception logs and problem logs. The possible
values and their meanings are the same as for the
succinct_audits
parameter.