class ElasticAPM::Config

def logger=(logger)

def logger=(logger)
  @logger = logger || build_logger(log_path, log_level)
end