Skip to content

Commit

Permalink
Show warnings too, on stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Oct 2, 2018
1 parent ce264b9 commit b7bdc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/hugo.go
Expand Up @@ -124,7 +124,7 @@ func (c *commandeer) createLogger(cfg config.Provider) (*jww.Notepad, error) {
logThreshold = jww.LevelWarn
logFile = cfg.GetString("logFile")
outHandle = os.Stdout
stdoutThreshold = jww.LevelError
stdoutThreshold = jww.LevelWarn
)

if c.h.verboseLog || c.h.logging || (c.h.logFile != "") {
Expand Down

0 comments on commit b7bdc02

Please sign in to comment.