Standard Logging Levels

You can set the following log levels through Configurator (NodeID > Logging > Standard Log):

  • FATAL
  • ERROR
  • WARN
  • INFO
  • DEBUG
    Note:
    • Set the log level to DEBUG to debug functional issues as well as understand the flow. You should also set logging to DEBUG in the production environment in case you encounter errors and you need to debug the issue.
    • Set the log level to ERROR for performance scenarios because logging set to DEBUG may impact performance by 15 percent.

Logging is hot deployable and you can change the logging level without restarting the TIBCO MDM server.