You can view current system-wide and application message levels with MaxL statements that use the message_level grammar. The output is a table with two columns: component and message_level.
To view system message levels, use the following MaxL statement:
display system message_level;
Output:
component message_level +------------------+------------------ system info lease_manager error
To view the message level for an application, use the following MaxL statement:
display application appname message_level;
For example, assume the application is Sample. Output:
component message_level +------------------+------------------ Sample info lease_manager error