module ElasticAPM::Logging

def info(msg, *args, &block)

def info(msg, *args, &block)
  log(:info, msg, *args, &block)
end