Class: Gitlab::QA::Runtime::Logger

Inherits:
Object
  • Object
show all
Extended by:
SingleForwardable
Defined in:
lib/gitlab/qa/runtime/logger.rb

Class Method Summary collapse

Class Method Details

.logger ⇒ Object



13
14
15
# File 'lib/gitlab/qa/runtime/logger.rb', line 13

def self.logger
  @logger ||= QA::TestLogger.logger(level: Runtime::Env.debug? ? ::Logger::DEBUG : ::Logger::INFO)
end