GitHub user tenthe added a comment to the discussion: How to write logs that will be prompt in the pipeline show logs tab?
Hi @flomickl, you can do this via the runtime context: - E.g. in a processor `EventProcessorRuntimeContext` with this method `runtimeContext.getLogger().addErrorMessage()` GitHub link: https://github.com/apache/streampipes/discussions/1262#discussioncomment-4960109 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
