test/configs/child_events/child_events.god in god-0.5.0 vs test/configs/child_events/child_events.god in god-0.6.0
- old
+ new
@@ -5,10 +5,10 @@
God.watch do |w|
w.name = "child-events"
w.interval = 5.seconds
w.start = File.join(GOD_ROOT, *%w[test configs child_events simple_server.rb])
- w.log = File.join(GOD_ROOT, *%w[test configs child_events god.log])
+ # w.log = File.join(GOD_ROOT, *%w[test configs child_events god.log])
# determine the state on startup
w.transition(:init, { true => :up, false => :start }) do |on|
on.condition(:process_running) do |c|
c.running = true
\ No newline at end of file