lib/bullet.rb in bullet-4.1.5 vs lib/bullet.rb in bullet-4.1.6
- old
+ new
@@ -57,10 +57,10 @@
end
def bullet_logger=(active)
if active
bullet_log_file = File.open('log/bullet.log', 'a+')
- bullet_log_file.sync
+ bullet_log_file.sync = true
UniformNotifier.customized_logger = bullet_log_file
end
end
def start_request