lib/falcon/command/virtual.rb in falcon-0.37.2 vs lib/falcon/command/virtual.rb in falcon-0.37.3
- old
+ new
@@ -75,9 +75,11 @@
buffer.puts "Falcon Virtual v#{VERSION} taking flight!"
buffer.puts "- To terminate: Ctrl-C or kill #{Process.pid}"
buffer.puts "- To reload all sites: kill -HUP #{Process.pid}"
end
+ ENV['CONSOLE_LEVEL'] = 'debug'
+
self.controller.run
end
# The insecure endpoint for connecting to the {Redirect} instance.
def insecure_endpoint(**options)