lib/dumper/agent.rb in dumper-1.7.1 vs lib/dumper/agent.rb in dumper-1.7.2

- old
+ new

@@ -2,10 +2,10 @@ require 'net/http' require 'dumper/patch' module Dumper class Agent - include Dumper::Utility::LoggingMethods + include Dumper::Utility::Log API_VERSION = 1 MAX_FILESIZE = 2147483648 # 2.gigabytes attr_reader :stack, :max_filesize