forked from seattlerb/production_log_analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
38 lines (24 loc) · 758 Bytes
/
History.txt
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
28
29
30
31
32
33
34
35
36
37
=== 1.5.1
* 1.9 and 1.8.7 compatibility.
=== 1.5.0
* Fixed empty log bug. Patch by Tim Lucas.
* Fixed bug where sometimes lines would be logged before the
Processing line. Patch by Geoff Grosenbach.
=== 1.4.0
* Switched to Hoe
* Allowed action_errors to suppress routing errors with > 3 occurances
* action_grep now works correctly with components
* pl_analyze now works correctly with components
* Added action_errors to extract error counts from logs
* Retabbed to match the rest of the world
=== 1.3.0
* Added action_grep
* Added support for newer log format
=== 1.2.0
* pl_analyze calculates per-action statistics
* pl_analyze can send an email with its output
=== 1.1.0
* RDoc
* Other various fixes lost to time.
=== 1.0.0
* Birthday!