Setting the logging level

You can set the logging level either by using the Amlen WebUI or by using REST Administration APIs.

The logging level of the imaserver-connection.log, imaserver-security.log, imaserver-admin.log, and imaserver-mqconnectivity.log log files can be set to one of the following values:
  • Minimum (MIN)
    At this level, only the most important messages are logged.
  • Normal (NORMAL)
    At this level, all important messages are logged.
    For example, in the connection log, messages about client disconnects are recorded.
  • Maximum (MAX)
    At this level, all messages are logged.
    For example, in the connection log, messages about client disconnects are recorded along with details about the client IP address.

For more information about setting the log level by using the Amlen WebUI, see Setting the logging level by using the GUI.

For more information about setting the log level by using REST Administration APIs, see Setting the logging level by using REST Administration APIs.