MESSAGE_LEVEL - UEM Manager configuration option
Description
The MESSAGE_LEVEL option controls which messages are issued by a UEM Manager.
Optionally, it also allows a date and time stamp to be included with each message.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | -l level [,time] | |||||
Command Line, Long Form | -level level [,time] | |||||
Environment Variable | UEMLEVEL=level [,time] | |||||
Configuration File Keyword | message_level level [,time] |
Value
level is the type of messages issued.
Valid values for level are:
- trace
Issues trace messages to the data set referenced by the UNVTRACE DD statement (for z/OS) or to a file that resides in the UEM Manager working directory named uem.trc (for Windows and UNIX).
Note
trace is used for debugging purposes only. It should be used only when requested by Stonebranch Inc. Customer Support.
- audit
Issues audit, informational, warning, and error messages. - info
Issues informational, warning and error messages. - warn
Issues warning and error messages. - error
Issues error messages only.
Default
UNIX | warn |
---|---|
Windows | warn |
z/OS | info |
time specifies whether or not a date and time stamp is to be included with each message.
Valid values for time are:
- time
Include a date and time stamp with each message. - notime
Do not include a date and time stamp with each message.
Default
UNIX | notime |
---|---|
Windows | notime |
z/OS | time |