Open
Description
We recently had a PR that adds custom JSON parser support for the StructuredLogHandler
. No such feature exists for CloudLoggingHandler
, 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 of setup_logging
Related: #656