Custom Log Level for Log Message Activity

Hi @ctu,

If you do ingest these logs in to a no sql database / index like Splunk or Elastic search, you will see little to no performance issues while trying to parse for success messages. We have a retention of around 12 months on our index, which now has millions or log messages and Splunk server is quick enough to parse them in about 20 seconds.

The way we log our success message for every workflow is by using the INFO log levels with our custom log messages.

  1. Using custom log messages with INFO and ERROR types : Creating error-proof reusable workflows in UiPath
  2. Ingesting logs : Logs - ElasticSearch - #6 by jeevith