-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[2.6] dump_destination for DebugBundle #5275
Copy link
Copy link
Closed
Labels
VarDumperactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Metadata
Metadata
Assignees
Labels
VarDumperactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
See symfony/symfony#14640
This introduced the new
dump_destinationoption. Additionally, you could use this to enable theDebugBundlein all environments if you wanted (it's only indev/testby default), then direct the output to nowhere in theprodenvironment (see symfony/symfony-standard#710)