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 four levels: ERROR, NOTICE, INFO, and DEBUG. The NOTICE log level captures the error messages in the production environment, for example, an error message related to the Queue Processor.

...

Asynchronous logging benefits a user in terms of achieving lower latency and maximum throughput. 

  • Maximum throughput: With an asynchronous logger, the application can log messages at 6 - 68 times the rate of a synchronous logger.
  • Lower latency: As the logging occurs in a separate thread, it significantly lowers the latency to the minimum in the overall execution of the service.

...

Logging parameters are pre-configured in the application. However, if you want to update the configuration parameters you can follow the steps below to navigate to the Asynchronous logging properties window:

  1. Click Configure > Developer Studio.
  2. Click Proceed.
  3. On the Connect Server home page, click Administer tab.
  4. Go to Setup menu and select the Application Settings option.
  5. Click Update System Properties.
  6. Navigate to Systems > Asynchronous Logging.



    Info
    Setting the abpm.log4j.async.logging.enable property to false changes the logging to be in Synchronous mode. You can also update the rest of the listed properties based on your requirements.