Skip to content

Commit

Permalink
Remove API key from default log (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborrey authored and kattrali committed Jun 23, 2016
1 parent 130ba92 commit 7391d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bugsnag/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def deliver

# Build the endpoint url
endpoint = (@configuration.use_ssl ? "https://" : "http://") + @configuration.endpoint
Bugsnag.log("Notifying #{endpoint} of #{@exceptions.last.class} from api_key #{api_key}")
Bugsnag.log("Notifying #{endpoint} of #{@exceptions.last.class}")

# Deliver the payload
self.class.deliver_exception_payload(endpoint, build_exception_payload, @configuration, @delivery_method)
Expand Down

0 comments on commit 7391d6e

Please sign in to comment.