aliyun / aliyun-log-python-sdk

Use python to manage, produce and consume data with Aliyun Log Service.
http://aliyun-log-python-sdk.readthedocs.io/
MIT License
167 stars 118 forks source link

保存日志报错: TypeError has type float, but expected one of: bytes #274

Open Gavinluo opened 6 months ago

Gavinluo commented 6 months ago

使用的 aliyun_log_python_sdk==0.6.48 日志属性增加的 double 类型 存储的字段是 float 类型 保存报错:TypeError: 0.00672 has type float, but expected one of: bytes

改成字符串是可以正常记录