MESSAGE_LEVEL - UDM Manager configuration option
Description
The MESSAGE_LEVEL option specifies the level of messages to write.
It also specifies, optionally, whether or not to write a date and time stamp with each message.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | -l level[,time] | ||||
Command Line, Long Form | -level level[,time] | ||||
Environment Variable | UDMLEVEL*=*level[,time] | ||||
Configuration File Keyword | message_level level[,time] | ||||
STRUDM Parameter | MSGLEVEL(*level[*time]) |
Values
level indicates either of the following level of messages:
- trace
Activates tracing and generates a trace file to which UDM writes trace messages used for debugging.- UNIX: Trace file (udm.trc) is created in the current working directory.
- Z/OS: Trace file is written to the UNVTRACE ddname.
- IBM i: Trace file name is *CURLIB/UNVTRCUDM(Txxxxxx), where xxxxxx is the process ID number of the job invoking Universal Data Mover.
Note
Use trace only as directed 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
IBM i | info |
---|---|
UNIX | warn |
Windows | warn |
z/OS | info |
time specifies either of the following:
- time
Include a time and date stamp on each message. - notime
Do not include a time and date stamp on each message.
IBM i
time specifies either of the following:
- yes
Include a time and date stamp on each message. - no
Do not include a time and date stamp on each message.
Default
IBM i | yes |
---|---|
UNIX and Windows | notime |
UNIX and Windows | notime |
z/OS | time |