fieldLogLevel

@JvmName(name = "gwyiowjdarjnpvas")
suspend fun fieldLogLevel(value: Output<FieldLogLevelEnumValueArgs>)
@JvmName(name = "jrsqmgiixtnsnxjh")
suspend fun fieldLogLevel(value: FieldLogLevelEnumValueArgs?)

Parameters

value

The field logging level. Values can be NONE, ERROR, or ALL.

  • NONE: No field-level logs are captured.

  • ERROR: Logs the following information only for the fields that are in error:

    • The error section in the server response.

    • Field-level errors.

    • The generated request/response functions that got resolved for error fields.

  • ALL: The following information is logged for all fields in the query:

    • Field-level tracing information.

    • The generated request/response functions that got resolved for each field.


@JvmName(name = "fllwciiytxdjnokd")
suspend fun fieldLogLevel(argument: suspend FieldLogLevelEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The field logging level. Values can be NONE, ERROR, or ALL.

  • NONE: No field-level logs are captured.

  • ERROR: Logs the following information only for the fields that are in error:

    • The error section in the server response.

    • Field-level errors.

    • The generated request/response functions that got resolved for error fields.

  • ALL: The following information is logged for all fields in the query:

    • Field-level tracing information.

    • The generated request/response functions that got resolved for each field.