mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Merge pull request #4064 from tylert/env-vars-doc-typo-fix
Improve clarity of environment vars doc PACKER_LOG setting
This commit is contained in:
commit
efb591323f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ each can be found below:
|
|||
the configuration file is basic JSON. See the [core configuration
|
||||
page](/docs/other/core-configuration.html).
|
||||
|
||||
- `PACKER_LOG` - Setting this to any value beside "" (empty string) and "0" will enable the logger. See the
|
||||
- `PACKER_LOG` - Setting this to any value other than "" (empty string) or "0" will enable the logger. See the
|
||||
[debugging page](/docs/other/debugging.html).
|
||||
|
||||
- `PACKER_LOG_PATH` - The location of the log file. Note: `PACKER_LOG` must be
|
||||
|
|
|
|||
Loading…
Reference in a new issue