Commit a5814b58 authored by 不如归去's avatar 不如归去 Committed by GitHub

Update Log.rb

switch Logger to STDERR
parent ab698ea4
......@@ -4,6 +4,8 @@ require 'logger'
module Log
class << self
attr_accessor :logger
attr_accessor :out
end
self.logger = Logger.new STDOUT
self.logger = Logger.new STDERR
self.out = Logger.new STDOUR
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment