aliyun / alibabacloud-java-async-sdk

16 stars 26 forks source link

离奇的日志输出 #9

Open wuai1024 opened 1 year ago

wuai1024 commented 1 year ago

目前功能正常,但是这个【info】日志一直在输出,看起来像是序列化时候的类型转换问题。

image
wuai1024 commented 1 year ago
[2023-09-23 15:03:00.136] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:03:00.136] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:03:00.136] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:03:00.136] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:03:00.136] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.100] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.128] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.128] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.128] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.128] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.128] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.129] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.129] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.129] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.129] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.129] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
[2023-09-23 15:04:00.129] [INFO] [ClientLogger.java:124] - [com.aliyun.sdk.service.ecs20140526.models.DescribeSecurityGroupAttributeResponseBody$Permission.priority] There are some cast events happening. expect: java.lang.String, but: java.lang.Long, value: 1.
wuai1024 commented 1 year ago

几个版本了,最开始的版本这个是debug级别的日志。现在直接是info级别日志了。