mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #44] [MERGED] display errors catched during processing #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/44
Author: @jbcr
Created: 12/4/2019
Status: ✅ Merged
Merged: 12/4/2019
Merged by: @jbcr
Base:
master← Head:run_display_error📝 Commits (2)
4a3cfdddisplay errors catched during processinga5a4454update changelog📊 Changes
3 files changed (+17 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
src/Command/ExecuteDataflowCommand.php(+15 -1)📝
src/Resources/config/services.yaml(+1 -0)📄 Description
code-rhapsodie:dataflow:executecommand is used during the development process. But no data are save into databases or displayed at end of dataflow processing.This PR adds to log all exceptions caught during processing only for the command
code-rhapsodie:dataflow:execute.The user can get more detail with
-vvvconsole argument.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.