From 4ff117b136eb560db42fd72dbb54190e871e3192 Mon Sep 17 00:00:00 2001 From: Luke Farnell Date: Tue, 4 Jul 2017 10:41:40 -0400 Subject: [PATCH] Fixed typo --- website/source/docs/extending/plugins.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/extending/plugins.html.md b/website/source/docs/extending/plugins.html.md index 79b727d39..ad0b4a44c 100644 --- a/website/source/docs/extending/plugins.html.md +++ b/website/source/docs/extending/plugins.html.md @@ -176,7 +176,7 @@ identifiable where the logs come from. Some example logs are shown below: 2013/06/10 21:44:43 packer-builder-custom: 2013/06/10 21:44:43 Plugin address: :10000 ``` -As you can see, the log messages from the builder custom plugin are prefixed +As you can see, the log messages from the custom builder plugin are prefixed with "packer-builder-custom". Log output is *extremely* helpful in debugging issues and you're encouraged to be as verbose as you need to be in order for the logs to be helpful.