GraphQL subscriptions for real-time updates.
id
: ID!message
: String!level
: LogLevel (DEBUG, INFO, WARN, ERROR)timestamp
: DateTime!runId
: ID (optional)DEBUG
- Detailed debugging informationINFO
- General information about executionWARN
- Warning messages that donβt stop executionERROR
- Error messages indicating failuresrunId
field links logs to specific execution runs