Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
5604098a
Commit
5604098a
authored
Jun 11, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: debugging section
parent
8a081132
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletion
+29
-1
website/source/docs/other/debugging.html.markdown
website/source/docs/other/debugging.html.markdown
+24
-0
website/source/layouts/docs.erb
website/source/layouts/docs.erb
+5
-1
No files found.
website/source/docs/other/debugging.html.markdown
0 → 100644
View file @
5604098a
---
layout
:
"
docs"
---
# Debugging Packer
Packer strives to be stable and bug-free, but issues inevitably arise where
certain things may not work entirely correctly, or may not appear to work
correctly. In these cases, it is sometimes helpful to see more details about
what Packer is actually doing.
Packer has detailed logs which can be enabled by setting the
`PACKER_LOG`
environmental variable to any value. This will cause detailed logs to appear
on stderr. The logs contain log messages from Packer as well as any plugins
that are being used. Log messages from plugins are prefixed by their application
name.
Note that because Packer is highly parallelized, log messages sometimes
appear out of order, especially with respect to plugins. In this case,
it is important to pay attention to the timestamp of the log messages
to determine order.
If you find a bug with Packer, please include the detailed log by using
a service such as
[
gist
](
http://gist.github.com
)
.
website/source/layouts/docs.erb
View file @
5604098a
...
...
@@ -46,10 +46,14 @@
<li><a
href=
"/docs/builders/vmware.html"
>
VMware
</a></li>
<li><a
href=
"/docs/builders/custom.html"
>
Custom
</a></li>
<li
class=
"nav-header"
>
Provisioners
</
a></
li>
<li
class=
"nav-header"
>
Provisioners
</li>
<li><a
href=
"#"
>
Shell Scripts
</a></li>
<li><a
href=
"#"
>
Custom
</a></li>
<li
class=
"nav-header"
>
Other
</li>
<li><a
href=
"#"
>
Core Configuration
</a></li>
<li><a
href=
"/docs/other/debugging.html"
>
Debugging
</a></li>
<li
class=
"nav-header"
>
Extend Packer
</li>
<li><a
href=
"/docs/extend/plugins.html"
>
Packer Plugins
</a></li>
<li><a
href=
"/docs/extend/developing-plugins.html"
>
Developing Plugins
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment