Skip to content

Commit 1ea22db

Browse files
alexk-blackopsalexk-blackops
authored andcommitted
readme minor fix
1 parent 7ee87ad commit 1ea22db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,18 @@ $ npm install stackify-logger
1818
```js
1919
var stackify = require(‘stackify-logger’);
2020
```
21-
Start sending the logs:
21+
Start sending logs:
2222
```js
2323
// this should be executed only once in the app
2424
stackify.start(options);
2525
```
2626
The following options could be passed. 'apiKey' is the only one that required:
2727
* __apiKey:__ client license key
2828
* __env:__ environment name
29+
* __exitOnError:__ boolean flag indicating whether to shutdown the server after logging an uncaught exception, defaults to false
2930
* __proxy:__ proxy server if you want to send requests via proxy.
30-
3131
*Notice:* stackify-logger sends synchronous requests before any `process.exit()` calls in your code. Sending via proxy wouldn't be possible in this case.
3232

33-
* __exitOnError:__ boolean flag indicating whether to shutdown the server after logging an uncaught exception, defaults to false
34-
3533
#### Using with Winston
3634

3735
```bash

0 commit comments

Comments
 (0)