mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 14:31:40 -04:00
When troubleshooting a pipeline for a test, it can be useful to print the input out without necessarily preventing the pipeline to work. The Tee gadget is exactly made for this purpose, the input of the Tee is printed out through `t.Log`, and the input is forwarded to the next step in the pipeline.