Skip Menu |

This queue is for tickets about the Log-Dispatch-Slack CPAN distribution.

Report information
The Basics
Id: 124436
Status: resolved
Priority: 0/
Queue: Log-Dispatch-Slack

People
Owner: Nobody in particular
Requestors: STARLIGHT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.0006



Subject: die_on_error property
Hi, I'd like to propose a simple property which would make the appender carp instead of dying: log4perl.appender.myslack.die_on_error = 0 Rationale: using this dispatcher as a nice-to-have way of informing developers of log messages of interest, if we lost some messages it won't be a problem, whereas slack downtime causing application downtime would be one.
On Thu Feb 15 10:51:31 2018, STARLIGHT wrote: Show quoted text
> Hi, > > I'd like to propose a simple property which would make the appender > carp instead of dying: > > log4perl.appender.myslack.die_on_error = 0 > > Rationale: using this dispatcher as a nice-to-have way of informing > developers of log messages of interest, if we lost some messages it > won't be a problem, whereas slack downtime causing application > downtime would be one.
Good idea - please submit a PR on https://github.com/robin13/Log-Dispatch-Slack
Pull request submitted :-)