Skip to content

Commit

Permalink
remove line about batching requests all together (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge authored and stephenplusplus committed Jun 24, 2017
1 parent a11c47a commit 8d5cdd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/logging/src/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,6 @@ Log.prototype.warning = function(entry, options, callback) {
/**
* Write log entries to Stackdriver Logging.
*
* While you may write a single entry at a time, batching multiple entries
* together is preferred to avoid reaching the queries per second limit.
*
* @resource [entries.write API Documentation]{@link https://cloud.google.com/logging/docs/reference/v2/rest/v2/entries/write}
*
* @param {module:logging/entry|module:logging/entry[]} entry - A log entry, or
Expand Down

0 comments on commit 8d5cdd8

Please sign in to comment.