lib/celluloid/boot.rb in celluloid-0.12.1 vs lib/celluloid/boot.rb in celluloid-0.12.2
- old
+ new
@@ -1,11 +1,10 @@
# Things to run after Celluloid is fully loaded
# Configure default systemwide settings
Celluloid.task_class = Celluloid::TaskFiber
+Celluloid.logger = Logger.new(STDERR)
-# Launch the notifications fanout actor
+# Launch default services
# FIXME: We should set up the supervision hierarchy here
Celluloid::Notifications::Fanout.supervise_as :notifications_fanout
-
-Celluloid.logger = Celluloid::IncidentLogger.new
Celluloid::IncidentReporter.supervise_as :default_incident_reporter, STDERR