Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
* Filter} class to use (defaults to no filter).
* <li>{@code com.google.cloud.logging.LoggingHandler.formatter} specifies the name of a {@link
* Formatter} class to use (defaults to {@link SimpleFormatter}).
* <li>{@code com.google.cloud.logging.LoggingHandler.flushSize} specifies the maximum size of the
* log buffer. Once reached, logs are transmitted to the Stackdriver Logging service (defaults
* to 1).
* <li>{@code com.google.cloud.logging.LoggingHandler.flushLevel} specifies the flush log level.
* When a log with this level is published, logs are transmitted to the Stackdriver Logging
* service (defaults to {@link LoggingLevel#ERROR}).
Expand Down