winston-slack-webhook-transport icon indicating copy to clipboard operation
winston-slack-webhook-transport copied to clipboard

A Slack transport for Winston 3 that logs to a channel via webhooks

Results 3 winston-slack-webhook-transport issues
Sort by recently updated
recently updated
newest added

Hello there! I hope you are having a great day. I've found this issue (described in the title) while trying to work with the plugin locally. I use the following...

Version: 2.1.0 When i try to only return text for the defined log-level like this: ``` this.logger.add( new SlackHook({ webhookUrl: slackHookURl, level: 'verbose', formatter: (info) => { if (info.level ==...

Installed withouth issue, added slack webhook URL, tested sending an error via Vitest. Test completes, no message sent to Slack. Using Winston 3.12.0 on Node 20