Skip to content

Commit

Permalink
[api] Added --raw flag for new Winston raw outputting #82
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Mar 23, 2012
1 parent 3e9f3b0 commit cfdfbf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/jitsu.js
Expand Up @@ -55,6 +55,12 @@ jitsu.use(flatiron.plugins.cli, {
}
});

jitsu.options.log = {
console: {
raw: jitsu.argv.raw
}
};

//
// Setup config, users, command aliases and prompt settings
//
Expand Down

0 comments on commit cfdfbf3

Please sign in to comment.