class ActiveSupport::Deprecation::DeprecationProxy

def inspect

logs rely on it for diagnostics.
Don't give a deprecation warning on inspect since test/unit and error
def inspect
  target.inspect
end