Omit Log Messages (-omitLgMsgs)
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use Omit Log Messages (-omitLgMsgs)
to specify up to 16 messages you do not want written to the database log file.
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | — | — | — | — |
- n
- Message number(s). Specify up to 16 message numbers in a
comma-separated list, with no embedded spaces in the list.
Fatal error messages cannot be suppressed with this parameter. The message numbers are not validated at startup, and invalid message numbers are ignored.
The message omission list is on a per database basis, and only applies to messages being written to the database .lg file. Messages written to the screen are not suppressed.
The values specified at startup are available via the _DbParams VST. The values can be read and updated.
To change this parameter while the database is running, use PROMON or the _DbParams VST.