Using the Log Step
  • 03 Jun 2022
  • 2 Minutes to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Using the Log Step

  • Dark
    Light

Article summary

Overview


In Decisions, the platform needs a way to record issues that are encountered with the platform to logs that are saved in the Decisions program file. In a Flow that follows a certain execution path, a Log Step can be useful to create logs for when that particular path is hit. The category, level type, and message that are attached to logs created with the Log Step can be customized by the user.

Example


Begin in a Designer Folder, click the Create Flow button located on the Action Bar at the bottom of the screen.

2019-12-30_14h39_36.png

Select 'CREATE' to use the default Flow template, name the Flow on the next screen, then select 'CREATE' again. Decisions will now redirect to the Flow Designer.

2019-12-30_14h40_44.png

In the Flow Designer, click the 'Done' path coming from the Start Step. When the 'Add After' window appears, navigate to All Steps [Catalog] > Flow Management > Debugging and select the Log Step. Rename the Step in the text box next to it, then click 'ADD'.

2019-12-30_14h41_54.png

Connect the 'Done' path of the Log Step to the End Step. Click the Log Step and locate the properties for it on the right side. The Type dropdown in the Setup Log section has configurable levels for the critical nature of the log that is produced when this Step is hit.

Decisions logging is configured by default to the only record Warn, Error, and Fatal type logs. The Info and Debug type logs can be recorded by changing a value in the Settings.XML file, although it is not recommended as it produces a large number of logs that can hinder performance. For the purpose of this example, the Type is set to Fatal.

The Category text-box is a space where a custom category can be configured to easily identify logs. The best practice is to use the name of the Flow or project for the category.

To find out more about Logging Settings, please visit our Logging Settings article. To find out more about Log types, please visit our Logging Overview article.

2019-12-30_14h47_12.png

In the Inputs section, the Value property can be configured to show a message with content about the log. The default mapping type is Merge Plain Text, select the Show Editor option to configure the message. The message for this example reads, "Logged from Flow - FlowTrackingID:", where FlowTrackingID is mapped into the message from the Flow Data dropdown on the left.

2019-12-30_15h49_41.gif

Close the Flow Designer and save the Flow. Back in the Designer Folder, right-click the Flow to show the Action Menu for this element, then select the option to Run Flow. After the Flow has run, a notification should appear in the top right corner that the Flow was complete. Navigate to System > Administration > System Tools > Logging and notice that the Log added when the Flow was executed has the same Category, Level, and Message as configured in the Log Step.

2019-12-30_15h57_06.png

The same log is also recorded in the File System at C:\Program Files\Decisions\Decisions Services Manager\Logs, in the Primary.txt file. Upon opening this file with a text editor, notice that the Log added when the Flow was executed has the same Category, Level, and Message as configured in the Log Step.

Please note that the location may be different in the file system if the default Decisions installatation was not used.

2019-12-30_16h04_44.png

To learn more about logging in to custom files, please visit our Creating Custom Log Files article.

Was this article helpful?