diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 20:00:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 20:00:16 -0400 |
| commit | f586f933abb27ba92851db5a4d605202bc14d1bb (patch) | |
| tree | 86c5d18df16ebfd3c62e7e02a3c7fb67b5af8292 /doc/debugging.mdwn | |
| parent | e53de39ec4506082b5a42e60c44fd63f65aae355 (diff) | |
update
Diffstat (limited to 'doc/debugging.mdwn')
| -rw-r--r-- | doc/debugging.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/debugging.mdwn b/doc/debugging.mdwn new file mode 100644 index 00000000..f656ac43 --- /dev/null +++ b/doc/debugging.mdwn @@ -0,0 +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. + +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 +associated with it, etc. |
