module ElasticAPM::Logging

def debug(msg, *args, &block)

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