Level | Integration Server records these entries | Examples |
Fatal | Failures that end operations in such a way that the operations cannot successfully continue without user intervention. Failure is very likely to affect other operations or products. | Product cannot read its configuration file and has no default settings |
Error | Same as Fatal, except that existing error handling renders the failure unlikely to affect other operations or products. | Business process step failed due to a service error caused by bad input data |
Warn | Problems that do not end operations, or unexpected or unusual conditions that might signal impending failure. | Multiple registered JMX servers were discovered when only one is needed |
Info | Success of an event that you need to know about. | Package loaded, or connection pool initialized |
Debug | Code-level statements recording unusual conditions or decisions that might lead to errors. | Expected an object to be initialized but it is not, or hash table is empty |
Trace | Code-level statements recording program flow and state during normal execution. | Method entry/exit, or local and global object state |
Off | No information for the product or facility is written to the server log. |