Quester Studio

log

Write a templated message to the run log and pass data through

Appends a resolved message to the run log (CLI stderr / desktop Logs). Passes the previous output through, adding a logged field when the input is a plain object.

message is templated ({{input.*}} or {{nodes.id…}}). How flows work.

in ×1 log out ×1
Log line; wire continues. Multiple outgoing edges (fan-out) share the same output.

Data

FieldTypeDescription
labelstringOptional UI label
messagestringTemplated log line

Input / output

Value
Execute inputPrevious node output
OutputObject input plus { logged }, or { value, logged } for non-objects

Examples

{
  "id": "progress",
  "type": "log",
  "data": {
    "message": "User {{input.username}} status={{nodes.head.status}}",
    "label": "Log progress"
  }
}