Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Adeptia Connect logs several types of messages during the execution of a service, for example, a Process Flow to help you monitor and troubleshoot the application. Message logging is done at three levellevelsERROR, INFO, and NOTICE. The NOTICE log level captures the error messages in the production environment, for example, an error message related to Queue Processor.

There are two types of logging that Adeptia Connect supports:

...

In Asynchronous logging, the logging happens in a thread which is separate from the service execution thread. This leads to uninterrupted execution of a Process Flow or any other the service and it does not need to wait for the logging to be completed. An effective logging mechanism depends on two key factors, low latency and maximum throughput. A holistic and effective logging depends upon two factors, latency and throughput:

  • Latency: Time required to perform some action or to produce some result. Time of a transaction, or service invocation.
  • Throughput: The number of some actions executed or results produced per unit of time.

...