Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef authored Jan 8, 2019
1 parent 2ac99fb commit 22321e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var Logsene = require('winston-logsene')
var logger = winston.createLogger({
transports: [new Logsene({
token: process.env.LOGS_TOKEN,
level: 'debug'
level: 'debug',
type: 'test_logs',
url: 'https://logsene-receiver.sematext.com/_bulk'
})]
Expand Down

0 comments on commit 22321e8

Please sign in to comment.