use modified opal logger
logger was having bizarre format errors copied and simplified (to get on)
This commit is contained in:
@ -7,7 +7,7 @@ class MemLogger
|
||||
def self.log_stream
|
||||
@stream = StringIO.new
|
||||
end
|
||||
include Logging
|
||||
include Util::Logging
|
||||
end
|
||||
|
||||
class LoggerTest < MiniTest::Test
|
||||
|
Reference in New Issue
Block a user