Skip to content

Commit 727693e

Browse files
committed
updated readme
1 parent 32b9140 commit 727693e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var logger = winston.createLogger({
2828
- __type__ - Type of your logs - please note you can define [Elasticsearch mapping templates in Sematext Cloud](https://sematext.com/blog/custom-elasticsearch-index-templates-in-logsene/)
2929
- __url__ - Sematext Cloud receiver URL (or URL for Sematext Enterprise / On Premises), defaults to Sematext Cloud (US) receiver `https://logsene-receiver.sematext.com/_bulk`. To ship logs to Sematext Cloud (EU) in Europe use `https://logsene-receiver.eu.sematext.com/_bulk`
3030
- __handleExceptions__ - boolean 'true' logs 'uncaught exceptions'
31+
- __handleErrors__ - boolean 'true' logs 'unhandled errors'
3132
- __exitOnError__ - if set to 'false' process will not exit after logging the 'uncaught exceptions'
3233
- __source__ - name of the logging source, by default name of the main node.js module
3334
- __setSource__ - "true" adds "source" to the log event (modifies the object!), default false

0 commit comments

Comments
 (0)