Skip to content

Commit 41b2594

Browse files
authored
Remove unused flushSize logging configuration parameter (#2377)
1 parent 16d0435 commit 41b2594

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@
7272
* Filter} class to use (defaults to no filter).
7373
* <li>{@code com.google.cloud.logging.LoggingHandler.formatter} specifies the name of a {@link
7474
* Formatter} class to use (defaults to {@link SimpleFormatter}).
75-
* <li>{@code com.google.cloud.logging.LoggingHandler.flushSize} specifies the maximum size of the
76-
* log buffer. Once reached, logs are transmitted to the Stackdriver Logging service (defaults
77-
* to 1).
7875
* <li>{@code com.google.cloud.logging.LoggingHandler.flushLevel} specifies the flush log level.
7976
* When a log with this level is published, logs are transmitted to the Stackdriver Logging
8077
* service (defaults to {@link LoggingLevel#ERROR}).

0 commit comments

Comments
 (0)