Skip to content

Commit

Permalink
#334 clean-up and test alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Apr 1, 2014
1 parent 4bdaefd commit 6b22af0
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 319 deletions.
6 changes: 6 additions & 0 deletions config/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"port": 6379,
"db": 1,
"pass": null
},
"stomp": {
"host": "localhost",
"port": 61613,
"user": "guest",
"pass": "guest"
}
},
"socketio": {
Expand Down
2 changes: 1 addition & 1 deletion lib/common/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cli.process = function () {
if (process.argv.indexOf('--verbose') > -1) {
process.env['logger:console:level'] = 'debug';
}
if (process.argv.indexOf('--trace') > -1) {
if (process.argv.indexOf('--trace') > -1 || process.argv.indexOf('--vverbose') > -1) {
process.env['logger:console:level'] = 'trace';
}
return shouldExit;
Expand Down

0 comments on commit 6b22af0

Please sign in to comment.