-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
27 lines (18 loc) · 823 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
1.1.0 (01/07/2014)
------------------
Fixed compatibility with lograge's graylog2 handler <ca7776a68d> [Kevin Menard]
1.0.0 (12/06/2013)
------------------
Merge pull request #6 from ping4/non_synched_notify <bb58618> [Matt Conway]
get rid of synch block around @notifier call, since gelf gem is now threadsafe <ed2d65d> [Dave Benvenuti]
require gelf 1.4.0 or greater <13ce224> [Dave Benvenuti]
0.9.0 (06/18/2012)
------------------
Allow setting context key names, and disable context output when they are nil <48a4c41>
Default context keys to shorter variants (mdc vs mapped_context)
0.8.5 (06/15/2012)
------------------
more explicit formatting <d575bfc>
0.8.4 (06/15/2012)
------------------
More descriptive short_message when logging an exception and include exception name in a graylog attribute <956a35b>