# Logging Nodes

# Node: Logger

Logger node is a default logging capability provided by Kumologica. The logs created by this node appear in:

  • Kumologica designer terminal during local testing.
  • Cloud Watch logs when you deploy flow into AWS
  • Service logs when you deploy flow into Kumohub
  • Azure Function logs when you deploy flow into Azure

# Properties

  • Level - Log level for your message. Supports INFO, ERROR, WARN, TRACE and DEBUG.
  • Message - Message or the content you need to log. The field supports JSONata expression.
  • Log format - Supports String and JSON format. JSON format logs allows use of querying capabilities of AWS cloud watch logs and Azure monitoring logs.
  • Metadata - If you select JSON format then you can provide additional metadata as part of your message. These metadata fields will be added by the node on top of your message. The original message will not modified with addition of metadata.

The content of a payload or variables are not modified by this node.