Should be api_username.

This commit is contained in:
Guo Xiang Tan 2016-07-20 09:30:08 +08:00
parent 8b314304f2
commit f5c8d05f1e

View File

@ -49,7 +49,7 @@ class LogAnalyzer
private
def self.sanitize_url(url)
url.gsub(/(api_key|api_user)=(\w+)/, '\1=[FILTERED]')
url.gsub(/(api_key|api_username)=(\w+)/, '\1=[FILTERED]')
end
end