MESSAGE_LEVEL - UBROKER configuration option
Description
The MESSAGE_LEVEL option specifies the level of messages to write.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | message_level level |
Values
level is the level of messages to write.
Valid values for level are:
trace
Writes trace messages used for diagnostic purposes (see Trace Files, below).Note
Use trace only as directed by Stonebranch, Inc. Customer Support.
- audit
Writes audit, informational, warning, and error messages. - info
Writes informational, warning, and error messages. - warn
Writes warning and error messages. - error
Writes error messages only. - time
Prefixes messages with the date/time. The yyyy.mm.dd hh.mm.ss.uuu format is always used. notime
Omits the date/time prefix from messages.The time and notime values can be specified by themselves or along with one of the other message levels. For example, message_level time and message_level info,notime are both valid values. The default is time.
Default is info.
Trace Files
IBM i | The trace file name is |
---|---|
UNIX | The trace file name depends on how it is started:
|
Windows |
|
z/OS | There are two possible destinations of the trace data:
|
Depending on the error condition being diagnosed, it is possible that the member name of the UNVTRACE PDS or PDS/E is not created. If this occurs, the UNVTRMDL ddname must be used to create a sequential data set name.
The records written to PDS and PDS/E members cannot be wrapped, so the TRACE_FILE_LINES limit has no effect on the maximum number of trace records written to the member.