Skip to content

Commit

Permalink
New rsimulatorjs version
Browse files Browse the repository at this point in the history
Added ability to set log threshold
  • Loading branch information
baelter committed Jul 30, 2014
1 parent c80bbed commit a594530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ Default value:
}
}`

#### options.logLevel
Type: `String`
Default value: `debug`
Levels: `debug` | `info` | `error`

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_
_(Nothing yet)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"gruntplugin"
],
"dependencies": {
"rsimulatorjs-server": "~0.3.9"
"rsimulatorjs-server": "~0.4.0"
}
}

0 comments on commit a594530

Please sign in to comment.