Navigation Menu

Skip to content

Commit

Permalink
Upped the log level filtering for render
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 24, 2013
1 parent 443a017 commit 3ff427c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/interfaces/console.coffee
Expand Up @@ -103,7 +103,7 @@ class ConsoleInterface
.description(locale.consoleDescriptionRender)
.action(consoleInterface.wrapAction(consoleInterface.render,{
# Disable anything unnecessary or that could cause extra output we don't want
logLevel: 5
logLevel: 3 # errors and above
checkVersion: false
welcome: false
prompts: false
Expand Down
2 changes: 1 addition & 1 deletion src/test/render-test.coffee
Expand Up @@ -44,7 +44,7 @@ joe.suite 'docpad-render', (suite,test) ->
safeps.spawnCommand 'node', command, {cwd:rootPath}, (err,stdout,stderr,code,signal) ->
return done(err) if err
expect(stdout.trim()).to.equal(input.stdout)
done()
return done()

suite 'stdin', (suite,test) ->
# Check rendering stdin inputs
Expand Down

0 comments on commit 3ff427c

Please sign in to comment.