Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nomilous committed Oct 30, 2016
1 parent 95a1fde commit d52bd32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,15 @@ Should be unique within cluster. If unspecified a random name will be [generated

Configure the [logger](https://github.com/nomilous/vertex-logger).

Notably:

```javascript
logLevel: (nfo) => {
if (nfo.??) return 'trace';
return 'warn';
}
```
#### config.server
Configure the server.
Expand Down

0 comments on commit d52bd32

Please sign in to comment.