GitHub user dave-csc added a comment to the discussion: Logging Pipelines to Database from Workflow Execution
Hello @alexdesousapereira, usually with the default options the nested pipelines/workflows log is included in the main workflow log, although with some limitations. Beware that you can find the full workflow log in the `workflowLogging` field from the Workflow Logging transform, but you'll find it as you could read it from a normal console. To give it some structure you need to split the field by lines, do some parsing on the date part to get the log "moment", and possibly add some constant fields containing the workflow and/or other references. _(reference discussions: #4968, #4896)_ GitHub link: https://github.com/apache/hop/discussions/5191#discussioncomment-12854126 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org