logFormat property

String? logFormat
getter/setter pair

The output format of the Dataproc Metastore service's logs. Possible string values are:

  • "LOG_FORMAT_UNSPECIFIED" : The LOG_FORMAT is not set.
  • "LEGACY" : Logging output uses the legacy textPayload format.
  • "JSON" : Logging output uses the jsonPayload format.

Implementation

core.String? logFormat;