-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
离奇的日志输出 #9
Comments
[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. |
几个版本了,最开始的版本这个是debug级别的日志。现在直接是info级别日志了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前功能正常,但是这个【info】日志一直在输出,看起来像是序列化时候的类型转换问题。
The text was updated successfully, but these errors were encountered: