Skip to content

Release 2.3

Compare
Choose a tag to compare
@deankarn deankarn released this 06 Jun 03:11
· 80 commits to master since this release

What's New?

  • Added new Email log handler; it uses gomail library form sending the emails.

What! Why?

Only a crazy person would send all logs via email! and you'd be right! 馃槃 but that's not it's intended use.
Here's how I'm going to use it, by registering 3 separate email handlers I can automatically:

  1. Send all errors produced by the application to the developers email group.
  2. Send all Warnings and Panics to the Senior Developer.
  3. Send all Alerts and Fatals directly to the COO of Development ... you get the picture.

it basically allows for near realtime notification of problems with your app(s)