diff options
| author | Joey Hess <id@joeyh.name> | 2014-11-25 18:55:07 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-11-25 18:55:12 -0400 |
| commit | e07dc9b1d336e86ce51b2a94fcfa943cc1650afd (patch) | |
| tree | d2a508a12c41be061c51621c085b79e39efb4cb1 /doc/debugging.mdwn | |
| parent | 7d0f79a0c7656a0dd68235c93e2f770b0b1b6ea3 (diff) | |
propellor.debug can be set in the git config to enable more persistent debugging output.
Diffstat (limited to 'doc/debugging.mdwn')
| -rw-r--r-- | doc/debugging.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/debugging.mdwn b/doc/debugging.mdwn index f656ac43..acceca86 100644 --- a/doc/debugging.mdwn +++ b/doc/debugging.mdwn @@ -1,5 +1,6 @@ -Set `PROPELLOR_DEBUG=1` to make propellor print out all the commands it runs -and any other debug messages that Properties choose to emit. +Set `PROPELLOR_DEBUG=1` in the environment, or `git config propellor.debug 1` +to make propellor print out all the commands it runs and any other debug +messages that Properties choose to emit. Another handy debugging tip is to load up your config.hs in ghci, and look at `hosts`. This will show the Properties of a Host, as well as the Info |
