Sha256: 13dde5400bd88ae2085de524e7322491d67a9a892bafb1208ac64d032832b913
Contents?: true
Size: 447 Bytes
Versions: 9
Compression:
Stored size: 447 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. module NewRelic::Agent::Instrumentation module Logger::Prepend include NewRelic::Agent::Instrumentation::Logger def format_message(severity, datetime, progname, msg) format_message_with_tracing(severity, datetime, progname, msg) { super } end end end
Version data entries
9 entries across 9 versions & 1 rubygems