Skip to content
Prev Previous commit
Next Next commit
- changed socks server default loglevel: INFO -> WARN
  • Loading branch information
mumumu committed Oct 1, 2017
commit 43847ba0258f4f0563b38fd65a27a0ad97c4cb69
2 changes: 1 addition & 1 deletion test/sockssvr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def initialize(port = 1080)
addr.shift
@port = addr[0]
@logger = Logger.new(STDERR)
@logger.level = Logger::INFO
@logger.level = Logger::WARN
@protocol_version = nil
end

Expand Down