Skip to content

Commit c5c29af

Browse files
JoshFergestephenplusplus
authored andcommitted
remove line about batching requests all together (#2409)
1 parent 3db2566 commit c5c29af

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

handwritten/logging/src/log.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,6 @@ Log.prototype.warning = function(entry, options, callback) {
509509
/**
510510
* Write log entries to Stackdriver Logging.
511511
*
512-
* While you may write a single entry at a time, batching multiple entries
513-
* together is preferred to avoid reaching the queries per second limit.
514-
*
515512
* @resource [entries.write API Documentation]{@link https://cloud.google.com/logging/docs/reference/v2/rest/v2/entries/write}
516513
*
517514
* @param {module:logging/entry|module:logging/entry[]} entry - A log entry, or

0 commit comments

Comments
 (0)