You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
As discussed in #739, currently log_struct for Batch cause type error when the log level is passed in str to severity argument. To align with the document and usability, it's great to have some mechanism to convert str to appropriate Enum value.
Is your feature request related to a problem? Please describe.
As discussed in #739, currently
log_structforBatchcause type error when the log level is passed instrtoseverityargument. To align with the document and usability, it's great to have some mechanism to convertstrto appropriate Enum value.Describe the solution you'd like
Apply some logic to convert
strdata to Enum like what has done forlogfunctionDescribe alternatives you've considered
Change description of the document. (ref. #739)
Additional context
#739 #741