diff --git a/lib/bugsnag/notification.rb b/lib/bugsnag/notification.rb index 4fe899a98..2369674b4 100644 --- a/lib/bugsnag/notification.rb +++ b/lib/bugsnag/notification.rb @@ -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)