You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/size_rolling_log_file.rb:40:in `>'
from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/size_rolling_log_file.rb:40:in `roll_file?'
from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/rolling_log_file.rb:46:in `before_flush'
from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/writer.rb:95:in `block in flush'
from :10:in `synchronize'
from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/writer.rb:94:in `flush'
from (irb):3
from /home/dirkbolte/.rvm/rubies/ruby-1.9.3-p392/bin/irb:13:in `'
I would expect to either have initialize throw an exception if max_size is not set or to have the other functions work with nil.
The text was updated successfully, but these errors were encountered:
The following code results in a
NameError
:Backtrace:
I would expect to either have initialize throw an exception if max_size is not set or to have the other functions work with nil.
The text was updated successfully, but these errors were encountered: