E5E2 Fixing javadoc error in GaeFlexLoggingEnhancer by garrettjonesgoogle · Pull Request #1582 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

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 @@ -21,10 +21,10 @@
import com.google.cloud.MonitoredResource.Builder;

/**
* A Logging {@link Enhancer} that enhances the logging for the
* A {@link LoggingHandler.Enhancer} that enhances the logging for the
* GAE Flex environment. This enhancer can
* be configured in a logging.properties file with:
*
*
* <pre>
* handlers=com.google.cloud.logging.LoggingHandler
* com.google.cloud.logging.LoggingHandler.log=gaeflex.log
Expand Down
0