lib/fog/core/logger.rb in fog-1.8.0 vs lib/fog/core/logger.rb in fog-1.9.0

- old
+ new

@@ -3,9 +3,11 @@ @channels = { :deprecation => ::STDOUT, :warning => ::STDOUT } + + @channels[:debug] = ::STDOUT if ENV['DEBUG'] def self.[](channel) @channels[channel] end