structured logging: configure LoggingHandler to print to STDOUT instead of calling Logging API #800
Labels
api: logging
Issues related to the googleapis/java-logging API.
lang: java
Issues specific to Java.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Add system property to
LoggingHandler
to allow it to print to STDOUT in the form of one line stringified JSON (a.k.a. structured logging print out) instead of callingLogging.write()
API.The text was updated successfully, but these errors were encountered: