-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
204 lines (138 loc) · 5.43 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
1.2.2 (08/29/2014)
------------------
Pluggable logger concerns - pull request #11 from ANorwell/logger_concerns <03d0724> [Matt Conway]
fix tests for newer rspec <033c3d6> [Matt Conway]
test against 2.1.2 <8c40685> [Matt Conway]
1.2.1 (03/13/2014)
------------------
fix disabling of monitor <0157e94> [Matt Conway]
1.2.0 (03/03/2014)
------------------
Remove need for PreventRailsOverride by ensuring that lumber gets added after class is defined, and add lumber logger at singleton level Add a rails integration test to make sure common use case of lumber in rails is correct <d2364f5> [Matt Conway]
add mri 2.1.0 to test targets <1acd50d> [Matt Conway]
fix travis (ruby with psych on travis seems to not like leading whitespace for inline yml strings) <c635e98> [Matt Conway]
test against 2.1.1 instead of 2.1.0 <2dcf586> [Matt Conway]
1.1.3 (12/20/2013)
------------------
set the Rails.logger level after init to workaround https://github.com/rails/rails/issues/13421 <25b121c> [Matt Conway]
1.1.2 (12/17/2013)
------------------
Ensure Rails.config.log_level is always set <2a45c39> [Danny Guinther]
allow travis failures for rbx <80932a3> [Matt Conway]
use latest released rbx <8d7bbc7> [Matt Conway]
1.1.1 (11/25/2013)
------------------
handle mattr as well as cattr when preventing rails override <4b4138c> [Matt Conway]
1.1.0 (11/10/2013)
------------------
Make loggers get created lazily, refactoring to support this behavior and (hopefully) make the code more understandable <8c2bd7b> [Matt Conway]
disable coveralls for jruby <9a1ff9b> [Matt Conway]
fix jruby <71dc96f> [Matt Conway]
fix rails generator <164c9ed> [Matt Conway]
fix tests for move of log4r.yml in generators <319fc3d> [Matt Conway]
more readable <20a9666> [Matt Conway]
refactor a bit to add more thread safety <3712ee1> [Matt Conway]
try and fix travis error <7a4e59e> [Matt Conway]
1.0.3 (10/11/2013)
------------------
add date_pattern and newline at end of formatted message <90daa25> [Matt Conway]
1.0.2 (10/11/2013)
------------------
add ability to add constant fields to json output <b99703a> [Matt Conway]
1.0.1 (10/11/2013)
------------------
add log4r json formatter
1.0.0 (10/11/2013)
------------------
Add coveralls and use poltergeist/phantomjs instead of capybara-webkit so we
fix capybara usage for capybara 2.x for travis
only supporting ruby 1.9.3 and higher
0.13.6 (08/23/2013)
-------------------
add license to gemspec, closes #6 <0eb4339> [Matt Conway]
fix reference to registered_loggers <a7e2f85> [Matt Conway]
0.13.5 (08/08/2013)
-------------------
fix rails 4 deprecation <ac7f796> [Matt Conway]
0.13.4 (01/02/2013)
-------------------
Fixed bad reference that was killing the monitor thread early. <a35520>
0.13.3 (01/02/2013)
------------------
Fixed a memory leak on JRuby <4abd5a>
0.13.2 (09/19/2012)
-------------------
fix method scope for format_mdc <8d25874>
0.13.1 (09/19/2012)
-------------------
add mdc formatter helper <f54713e>
0.13.0 (08/10/2012)
-------------------
walk heirarchy of loggers/outputters when dynamically setting levels <704b4fa>
0.12.3 (08/09/2012)
-------------------
Replaced rescue clause with respond_to? checks. <5baf227>
give monitor thread a nice name <7b0ad32>
0.12.2 (06/01/2012)
-------------------
fix cache attribute name <a55e52a>
prevent rails from defaulting log_level to debug when it is set to empty string <3bbb734>
0.12.1 (05/31/2012)
-------------------
fix init of Rails.logger <c0626c1>
0.12.0 (05/31/2012)
-------------------
allow setting of outputter levels too <c0fc515>
0.11.1 (05/23/2012)
-------------------
document require statement for server <116b17d>
use ttl when set in same post, only backup/restore levels from activate_levels, not set_levels <05140c1>
0.11.0 (05/22/2012)
-------------------
better initialization through rails mechanisms <29222cb>
fix docs, add monitor thread <d0381ab>
fix urls, typeahead, non-dev mode <47b9de6>
update copyright date <507a2b6>
update TODO <fa3e36c>
remove dead file <bb0476e>
tweak ui <8eaa8f9>
add ability to dynamically change logger levels, with webui to do so <6ebf9dd>
fix to allow overriding specific logger levels in yml <4a1e076>
Merge pull request #2 from backupify/rails_3.2 <534fa82>
since rails 3.2 has removed the class_inheritable_attribute call, we have to use the new class_attribute call to define loggers instead <3c6cd4a>
0.9.6
-----
Made LoggerSupport module actually set up inherited loggers. <6758d73> [Kevin Menard]
0.9.5
-----
add ability to define loggers by including a module <566c88c> [Matt Conway]
ruby 1.9 fix <db07d8f> [Matt Conway]
0.9.4
-----
rails3 support <096ad75> [Matt Conway]
0.9.3
-----
don't throw excpetion for delegate classes (generators) <54dd68a> [Matt Conway]
0.9.2
-----
custom task <a280ac8> [Matt Conway]
handle logger delegation, a.l.a. ActionView->ActionController <54aa99a> [Matt Conway]
extra test <0504aa9> [Matt Conway]
use canonical gem <1e6d3f9> [Matt Conway]
0.9.1
-----
fix dep <46edc61> [Matt Conway]
0.9.0
-----
get working with nested classes, prevent rails from overriding logger <b9fecdd> [Matt Conway]
some doc changes <334f2de> [Matt Conway]
add dependency to ActiveSupport, Refactor to remove dependency on load order, Add tests <beb8769> [Matt Conway]
0.0.2
-----
changelogs <a68ba93> [Matt Conway]
changelogs <380cbf3> [Matt Conway]
add jeweller gemcutter support <da96329> [Matt Conway]
fix spelling on hierarchy, handle missing loggers in class hierarchy <1e4e3c0> [Matt Conway]
0.0.1
-----
Initial Version