We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flushSize
1 parent 16d0435 commit 41b2594Copy full SHA for 41b2594
1 file changed
google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java
@@ -72,9 +72,6 @@
72
* Filter} class to use (defaults to no filter).
73
* <li>{@code com.google.cloud.logging.LoggingHandler.formatter} specifies the name of a {@link
74
* 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).
78
* <li>{@code com.google.cloud.logging.LoggingHandler.flushLevel} specifies the flush log level.
79
* When a log with this level is published, logs are transmitted to the Stackdriver Logging
80
* service (defaults to {@link LoggingLevel#ERROR}).
0 commit comments