Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahic committed Nov 24, 2020
1 parent 4cf0747 commit 8c5c9ee
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 @@ -12,7 +12,7 @@ Create your free account and access token [here](https://apps.sematext.com/ui/re
const Logsene = require('winston-logsene')
const { createLogger, format, config } = require('winston')

var logger = createLogger({
const logger = createLogger({
levels: config.npm.levels,
transports: [new Logsene({
token: process.env.LOGS_TOKEN,
Expand Down

0 comments on commit 8c5c9ee

Please sign in to comment.