flow
(required): The input flow that triggers the Debug Log node to execute.text
(optional): The message or value to be logged. This can be a static string or a dynamic value from a previous node. Default is an empty string.severity
(optional): The severity level of the log message. Choices include:
verbose
: Detailed information for in-depth debugging.info
(default): General information about the spell’s execution.warning
: Non-critical issues or unexpected behavior.error
: Critical errors or failures in the spell’s execution.flow
: The output flow that allows the spell to continue executing after the Debug Log node.flow
to the output of the previous node that you want to log after.text
input to the message or value you want to log. This can be a static string or a dynamic value from a previous node.severity
level for the log message.flow
to the next node in your spell.text
input to make your logs easier to understand.severity
level based on the importance and context of the log message.flow
output of the Debug Log node to the next node in the spell can cause the spell execution to stop at that point.verbose
severity level for detailed logging.