Add --debug option to be improved on over time
authorMax Rydahl Andersen <max.andersen@gmail.com>
Thu, 27 Jul 2017 20:36:22 +0000 (22:36 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Jul 2017 20:36:22 +0000 (22:36 +0200)
commitaee2b06780858c12d8cb04c7b1ba592543410aa9
tree2f74b0cdf3096126c2bfa005376365661cdd8e4a
parentc1a5da9777adb81ad170a9391210dbfd047c4e48
Add --debug option to be improved on over time

Why:

 * first time using hugo I got very little info from --verbose output
   but I noticed there is quite a lot of useful DEBUG logging
 * asked for in other issues like https://github.com/gohugoio/hugo/issues/3514

This change addreses the need by:

 * adding a simple --debug flag which simply turns on debug level in stdout
   and logoutput if enabled.
commands/hugo.go
hugolib/config.go