feat: support custom json parsers for CloudLoggingHandler #658
Labels
2023-triage
api: logging
Issues related to the googleapis/python-logging API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We recently had a PR that adds custom JSON parser support for the
StructuredLogHandler
. No such feature exists forCloudLoggingHandler
, which expects JSON-serializable objects only. It may be more user-friendly if both handlers supported this feature, and it could be configured as part ofsetup_logging
Related: #656
The text was updated successfully, but these errors were encountered: