💬Custom logging
Last updated
Last updated
Sometimes it is necessary to extract some debug information to verify what happens during code based workflow execution. In order to make that easier, we're exposing a custom logger that can be easily included in any code block.
To create logger, simply import the logger factory from user_logger
module:
With that, it is possible to log different kind of messages (even with variable evaluation), e.g.:
This will produce following output: