server/logs/access.log
shanshanzhong 9212efc176
Some checks failed
Build docker and publish / build (20.15.1) (push) Has been cancelled
feat: 合并更新
2025-12-29 04:02:04 -08:00

2725 lines
705 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

282842-12-12 00:00:00.925  info  start scheduler service caller=scheduler/scheduler.go:26
282842-12-12 00:00:00.925  info  start consumer service caller=queue/queue.go:23
282846-12-12 00:00:00.145  info  [GORM] SQL Executed duration=1.4ms caller=initialize/init.go:8 sql=SELECT count(*) FROM `user` rows=1
282846-12-12 00:00:00.145  debug  initialize site config caller=initialize/site.go:14
282846-12-12 00:00:00.146  info  [GORM] SQL Executed duration=0.5ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=6
282846-12-12 00:00:00.146  debug  Node config initialization caller=initialize/node.go:16
282846-12-12 00:00:00.147  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282846-12-12 00:00:00.147  info  [GORM] SQL Executed duration=0.3ms caller=internal/server.go:69 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282846-12-12 00:00:00.148  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282846-12-12 00:00:00.148  debug  Email config initialization caller=initialize/email.go:17
282846-12-12 00:00:00.148  info  [GORM] SQL Executed duration=0.3ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.149  debug  Register config initialization caller=initialize/invite.go:14
282846-12-12 00:00:00.149  info  [GORM] SQL Executed duration=0.2ms caller=initialize/invite.go:15 rows=4 sql=SELECT * FROM `system` WHERE `category` = 'invite'
282846-12-12 00:00:00.149  debug  Verify config initialization caller=initialize/verify.go:22
282846-12-12 00:00:00.149  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:23 rows=5 sql=SELECT * FROM `system` WHERE `category` = 'verify'
282846-12-12 00:00:00.149  debug  Verify code config initialization caller=initialize/verify.go:38
282846-12-12 00:00:00.150  info  [GORM] SQL Executed duration=0.2ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
282846-12-12 00:00:00.150  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282846-12-12 00:00:00.150  info  [GORM] SQL Executed duration=0.3ms caller=initialize/subscribe.go:15 rows=4 sql=SELECT * FROM `system` WHERE `category` = 'subscribe'
282846-12-12 00:00:00.150  debug  Register config initialization caller=initialize/register.go:14
282846-12-12 00:00:00.151  info  [GORM] SQL Executed duration=0.3ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
282846-12-12 00:00:00.151  debug  Mobile config initialization caller=initialize/mobile.go:16
282846-12-12 00:00:00.151  info  [GORM] SQL Executed duration=0.2ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.152  info  [GORM] SQL Executed duration=0.2ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.886  info  Starting agent caller=trace/agent.go:46
282846-12-12 00:00:00.886  info  server start at 0.0.0.0:8080 caller=internal/server.go:87
282826-12-12 00:00:00.691  info  stop scheduler service caller=scheduler/scheduler.go:55
282826-12-12 00:00:00.691  info  stop consumer service caller=queue/queue.go:36
282852-12-12 00:00:00.356  info  start scheduler service caller=scheduler/scheduler.go:26
282852-12-12 00:00:00.356  info  start consumer service caller=queue/queue.go:23
282852-12-12 00:00:00.364  info  [Migrate] database not change caller=initialize/version.go:21
282852-12-12 00:00:00.364  debug  initialize site config caller=initialize/site.go:14
282852-12-12 00:00:00.365  info  [GORM] SQL Executed duration=1.0ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=6
282852-12-12 00:00:00.365  debug  Node config initialization caller=initialize/node.go:16
282852-12-12 00:00:00.366  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282852-12-12 00:00:00.366  info  [GORM] SQL Executed duration=0.3ms caller=internal/server.go:69 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282852-12-12 00:00:00.366  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282852-12-12 00:00:00.366  debug  Email config initialization caller=initialize/email.go:17
282852-12-12 00:00:00.368  info  [GORM] SQL Executed duration=0.9ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282852-12-12 00:00:00.368  debug  Register config initialization caller=initialize/invite.go:14
282852-12-12 00:00:00.368  info  [GORM] SQL Executed duration=0.4ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=4
282852-12-12 00:00:00.369  debug  Verify config initialization caller=initialize/verify.go:22
282852-12-12 00:00:00.369  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
282852-12-12 00:00:00.369  debug  Verify code config initialization caller=initialize/verify.go:38
282852-12-12 00:00:00.369  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
282852-12-12 00:00:00.370  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282852-12-12 00:00:00.370  info  [GORM] SQL Executed duration=0.3ms caller=initialize/subscribe.go:15 rows=4 sql=SELECT * FROM `system` WHERE `category` = 'subscribe'
282852-12-12 00:00:00.370  debug  Register config initialization caller=initialize/register.go:14
282852-12-12 00:00:00.371  info  [GORM] SQL Executed duration=0.3ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
282852-12-12 00:00:00.371  debug  Mobile config initialization caller=initialize/mobile.go:16
282852-12-12 00:00:00.371  info  [GORM] SQL Executed duration=0.3ms caller=initialize/mobile.go:17 rows=1 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1
282852-12-12 00:00:00.372  info  [GORM] SQL Executed duration=0.3ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282853-12-12 00:00:00.084  info  Starting agent caller=trace/agent.go:46
282853-12-12 00:00:00.084  info  server start at 0.0.0.0:8080 caller=internal/server.go:87
282852-12-12 00:00:00.496  info  [CheckSubscription] Start check subscription: 2025-12-28 16:36:52 caller=subscription/checkSubscriptionLogic.go:32
282852-12-12 00:00:00.502  info  [GORM] SQL Executed duration=4.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282852-12-12 00:00:00.502  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282852-12-12 00:00:00.505  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:36:52.503' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282852-12-12 00:00:00.505  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282852-12-12 00:00:00.615  info  [CheckSubscription] Start check subscription: 2025-12-28 16:37:52 caller=subscription/checkSubscriptionLogic.go:32
282852-12-12 00:00:00.643  info  [GORM] SQL Executed duration=17.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282852-12-12 00:00:00.643  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282852-12-12 00:00:00.651  info  [GORM] SQL Executed duration=6.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:37:52.645' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282852-12-12 00:00:00.651  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
28285-12-12 00:00:00.354  info  stop scheduler service caller=scheduler/scheduler.go:55
28285-12-12 00:00:00.354  info  stop consumer service caller=queue/queue.go:36
28285-12-12 00:00:00.354  info  server shutdown caller=internal/server.go:108
282838-12-12 00:00:00.114  info  start scheduler service caller=scheduler/scheduler.go:26
282838-12-12 00:00:00.114  info  start consumer service caller=queue/queue.go:23
282838-12-12 00:00:00.129  info  [Migrate] database not change caller=initialize/version.go:21
282838-12-12 00:00:00.129  debug  initialize site config caller=initialize/site.go:14
282838-12-12 00:00:00.131  info  [GORM] SQL Executed duration=0.9ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=6
282838-12-12 00:00:00.131  debug  Node config initialization caller=initialize/node.go:16
282838-12-12 00:00:00.132  info  [GORM] SQL Executed duration=0.6ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282838-12-12 00:00:00.133  info  [GORM] SQL Executed duration=0.6ms caller=internal/server.go:69 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282838-12-12 00:00:00.133  info  [GORM] SQL Executed duration=0.4ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282838-12-12 00:00:00.133  debug  Email config initialization caller=initialize/email.go:17
282838-12-12 00:00:00.134  info  [GORM] SQL Executed duration=0.7ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282838-12-12 00:00:00.135  debug  Register config initialization caller=initialize/invite.go:14
282838-12-12 00:00:00.135  info  [GORM] SQL Executed duration=0.4ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=4
282838-12-12 00:00:00.135  debug  Verify config initialization caller=initialize/verify.go:22
282838-12-12 00:00:00.136  info  [GORM] SQL Executed duration=0.5ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
282838-12-12 00:00:00.136  debug  Verify code config initialization caller=initialize/verify.go:38
282838-12-12 00:00:00.137  info  [GORM] SQL Executed duration=0.4ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
282838-12-12 00:00:00.137  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282838-12-12 00:00:00.137  info  [GORM] SQL Executed duration=0.3ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
282838-12-12 00:00:00.137  debug  Register config initialization caller=initialize/register.go:14
282838-12-12 00:00:00.138  info  [GORM] SQL Executed duration=0.3ms caller=initialize/register.go:15 rows=8 sql=SELECT * FROM `system` WHERE `category` = 'register'
282838-12-12 00:00:00.138  debug  Mobile config initialization caller=initialize/mobile.go:16
282838-12-12 00:00:00.138  info  [GORM] SQL Executed duration=0.3ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282838-12-12 00:00:00.139  info  [GORM] SQL Executed duration=0.3ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282838-12-12 00:00:00.836  info  Starting agent caller=trace/agent.go:46
282838-12-12 00:00:00.836  info  server start at 0.0.0.0:8080 caller=internal/server.go:87
282837-12-12 00:00:00.205  info  stop scheduler service caller=scheduler/scheduler.go:55
282837-12-12 00:00:00.205  info  stop consumer service caller=queue/queue.go:36
282837-12-12 00:00:00.205  info  server shutdown caller=internal/server.go:108
282822-12-12 00:00:00.250  info  start scheduler service caller=scheduler/scheduler.go:26
282822-12-12 00:00:00.250  info  start consumer service caller=queue/queue.go:23
282822-12-12 00:00:00.260  info  [Migrate] database not change caller=initialize/version.go:21
282822-12-12 00:00:00.260  debug  initialize site config caller=initialize/site.go:14
282822-12-12 00:00:00.261  info  [GORM] SQL Executed duration=0.5ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=6
282822-12-12 00:00:00.261  debug  Node config initialization caller=initialize/node.go:16
282822-12-12 00:00:00.262  info  [GORM] SQL Executed duration=0.4ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282822-12-12 00:00:00.262  info  [GORM] SQL Executed duration=0.4ms caller=internal/server.go:69 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282822-12-12 00:00:00.263  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282822-12-12 00:00:00.263  debug  Email config initialization caller=initialize/email.go:17
282822-12-12 00:00:00.263  info  [GORM] SQL Executed duration=0.4ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282822-12-12 00:00:00.263  debug  Register config initialization caller=initialize/invite.go:14
282822-12-12 00:00:00.264  info  [GORM] SQL Executed duration=0.3ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=4
282822-12-12 00:00:00.264  debug  Verify config initialization caller=initialize/verify.go:22
282822-12-12 00:00:00.264  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
282822-12-12 00:00:00.265  debug  Verify code config initialization caller=initialize/verify.go:38
282822-12-12 00:00:00.265  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
282822-12-12 00:00:00.265  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282822-12-12 00:00:00.266  info  [GORM] SQL Executed duration=0.3ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
282822-12-12 00:00:00.266  debug  Register config initialization caller=initialize/register.go:14
282822-12-12 00:00:00.266  info  [GORM] SQL Executed duration=0.3ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
282822-12-12 00:00:00.266  debug  Mobile config initialization caller=initialize/mobile.go:16
282822-12-12 00:00:00.267  info  [GORM] SQL Executed duration=0.3ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282822-12-12 00:00:00.267  info  [GORM] SQL Executed duration=0.3ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282823-12-12 00:00:00.162  info  Starting agent caller=trace/agent.go:46
282823-12-12 00:00:00.162  info  server start at 0.0.0.0:8080 caller=internal/server.go:87
282844-12-12 00:00:00.605  info  stop scheduler service caller=scheduler/scheduler.go:55
282844-12-12 00:00:00.607  info  stop consumer service caller=queue/queue.go:36
282844-12-12 00:00:00.607  info  server shutdown caller=internal/server.go:108
282846-12-12 00:00:00.026  info  start scheduler service caller=scheduler/scheduler.go:26
282846-12-12 00:00:00.026  info  start consumer service caller=queue/queue.go:23
282846-12-12 00:00:00.033  info  [Migrate] database not change caller=initialize/version.go:21
282846-12-12 00:00:00.033  debug  initialize site config caller=initialize/site.go:14
282846-12-12 00:00:00.034  info  [GORM] SQL Executed duration=0.8ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=6
282846-12-12 00:00:00.035  debug  Node config initialization caller=initialize/node.go:16
282846-12-12 00:00:00.035  info  [GORM] SQL Executed duration=0.4ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282846-12-12 00:00:00.036  info  [GORM] SQL Executed duration=0.4ms caller=internal/server.go:69 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282846-12-12 00:00:00.036  info  [GORM] SQL Executed duration=0.5ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282846-12-12 00:00:00.036  debug  Email config initialization caller=initialize/email.go:17
282846-12-12 00:00:00.037  info  [GORM] SQL Executed duration=0.6ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.037  debug  Register config initialization caller=initialize/invite.go:14
282846-12-12 00:00:00.038  info  [GORM] SQL Executed duration=0.3ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=4
282846-12-12 00:00:00.038  debug  Verify config initialization caller=initialize/verify.go:22
282846-12-12 00:00:00.038  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:23 rows=5 sql=SELECT * FROM `system` WHERE `category` = 'verify'
282846-12-12 00:00:00.039  debug  Verify code config initialization caller=initialize/verify.go:38
282846-12-12 00:00:00.039  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:41 rows=3 sql=SELECT * FROM `system` WHERE `category` = 'verify_code'
282846-12-12 00:00:00.039  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282846-12-12 00:00:00.039  info  [GORM] SQL Executed duration=0.3ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
282846-12-12 00:00:00.040  debug  Register config initialization caller=initialize/register.go:14
282846-12-12 00:00:00.040  info  [GORM] SQL Executed duration=0.3ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
282846-12-12 00:00:00.040  debug  Mobile config initialization caller=initialize/mobile.go:16
282846-12-12 00:00:00.040  info  [GORM] SQL Executed duration=0.3ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.041  info  [GORM] SQL Executed duration=0.3ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.834  info  Starting agent caller=trace/agent.go:46
282846-12-12 00:00:00.834  info  server start at 0.0.0.0:8080 caller=internal/server.go:87
282856-12-12 00:00:00.101  info  HTTP Request duration=3.583µs caller=middleware/loggerMiddleware.go:92 status=404 request=GET 127.0.0.1:8080/ query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=ca7e0343dbb916726c126257fc20f457 ip=127.0.0.1 span=8b09b409afa23624
282856-12-12 00:00:00.101  debug  404 Not Found: Host:127.0.0.1:8080 Path:/ IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=ca7e0343dbb916726c126257fc20f457 span=8b09b409afa23624
282856-12-12 00:00:00.112  info  HTTP Request duration=2.541µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/favicon.ico query= ip=127.0.0.1 trace=d52586c8baed2445023d210a58165fea user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=a616acef97b08717 status=404
282856-12-12 00:00:00.112  debug  404 Not Found: Host:127.0.0.1:8080 Path:/favicon.ico IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=d52586c8baed2445023d210a58165fea span=a616acef97b08717
282846-12-12 00:00:00.167  info  [CheckSubscription] Start check subscription: 2025-12-28 16:54:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.177  info  [GORM] SQL Executed duration=4.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.177  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.182  info  [GORM] SQL Executed duration=4.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:54:46.178' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.182  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.280  info  [CheckSubscription] Start check subscription: 2025-12-28 16:55:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.283  info  [GORM] SQL Executed duration=2.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.283  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.286  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:55:46.284' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.286  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
28282-12-12 00:00:00.657  info  HTTP Request duration=3.584µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=54f59fc8e929f273 request=OPTIONS 127.0.0.1:8080/v1/auth/login trace=8847d6f03a20dd75c60ad2fc996f4370 status=204 query=
28282-12-12 00:00:00.675  info  [GORM] SQL Executed duration=15.5ms caller=auth/userLoginLogic.go:68 sql=SELECT * FROM `user_auth_methods` WHERE `auth_type` = 'email' AND `auth_identifier` = 'kxswman@gmail.com' ORDER BY `user_auth_methods`.`id` LIMIT 1 trace=397e3dfa96c86a49f07878ec673a59e0 rows=1 span=02b0f54a26294041
28282-12-12 00:00:00.677  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 span=02b0f54a26294041 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1 trace=397e3dfa96c86a49f07878ec673a59e0
28282-12-12 00:00:00.677  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=397e3dfa96c86a49f07878ec673a59e0 span=02b0f54a26294041 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2
28282-12-12 00:00:00.677  info  [GORM] SQL Executed duration=2.7ms caller=auth/userLoginLogic.go:68 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=397e3dfa96c86a49f07878ec673a59e0 span=02b0f54a26294041
28282-12-12 00:00:00.689  info  [GORM] SQL Executed duration=11.5ms caller=auth/userLoginHandler.go:42 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":false,"timestamp":1766969762678}','2025-12-29 08:56:02.678','2025-12-28') rows=1 trace=397e3dfa96c86a49f07878ec673a59e0 span=02b0f54a26294041
28282-12-12 00:00:00.689  info  HTTP Request duration=31.183542ms caller=middleware/loggerMiddleware.go:92 request=POST 127.0.0.1:8080/v1/auth/login query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"} response_body={"code":20003,"msg":"User password error"} span=02b0f54a26294041 status=200 ip=127.0.0.1 trace=397e3dfa96c86a49f07878ec673a59e0
282846-12-12 00:00:00.228  info  [GORM] SQL Executed duration=7.3ms caller=auth/userLoginHandler.go:42 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766969806221}','2025-12-29 08:56:46.222','2025-12-28') rows=1 trace=53ac13bafca7e7148253bfcb743860c8 span=d4fd4b6bf47c9a8e
282846-12-12 00:00:00.229  info  HTTP Request duration=8.288ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/auth/login query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uSWQiOiIwMTliNjc5Yi04ZDhkLTdlYTctODJhMi03ZTkwNWJiZDE5ZWEiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NDYwNiwiaWF0IjoxNzY2OTY5ODA2fQ.88uqgG0ye1Cz0S0fhCi9uIkIhzjUa2WkR1XV89x4c74"}} trace=53ac13bafca7e7148253bfcb743860c8 request_body={"email":"kxswman@gmail.com","password":"***"} span=d4fd4b6bf47c9a8e
282846-12-12 00:00:00.392  info  [CheckSubscription] Start check subscription: 2025-12-28 16:56:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.393  info  [GORM] SQL Executed duration=0.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.393  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.394  info  [GORM] SQL Executed duration=0.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:56:46.393' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.394  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.434  info  HTTP Request duration=8.417µs caller=middleware/loggerMiddleware.go:92 trace=e4370a9f13002d653545bf04a35df2c6 span=433ad18ded8d59a6 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/console/revenue query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282846-12-12 00:00:00.434  info  HTTP Request duration=6.667µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/console/user query= trace=42fc78bc811cc4fa8b6c8710ec7f36cd span=43feda772000dd66 status=204 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282846-12-12 00:00:00.434  info  HTTP Request duration=6.5µs caller=middleware/loggerMiddleware.go:92 span=f3c3c99455ef63f6 status=204 ip=127.0.0.1 request=OPTIONS 127.0.0.1:8080/v1/admin/console/server query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=fce6ca39d2c6fef95829a01607a809df
282846-12-12 00:00:00.434  info  HTTP Request duration=5.042µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=OPTIONS 127.0.0.1:8080/v1/admin/console/ticket trace=002c9089f3dbef47ad61a6c95014c8a1 span=2ca070e1aff4f476 status=204 query= ip=127.0.0.1
282846-12-12 00:00:00.438  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282846-12-12 00:00:00.438  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282846-12-12 00:00:00.438  info  [GORM] SQL Executed duration=2.3ms caller=middleware/authMiddleware.go:65 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.439  info  [GORM] SQL Executed duration=0.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282846-12-12 00:00:00.439  info  [GORM] SQL Executed duration=0.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2
282846-12-12 00:00:00.439  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282846-12-12 00:00:00.439  info  [GORM] SQL Executed duration=0.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282846-12-12 00:00:00.439  info  [GORM] SQL Executed duration=2.9ms caller=middleware/authMiddleware.go:65 rows=1 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1
282846-12-12 00:00:00.440  info  [GORM] SQL Executed duration=0.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282846-12-12 00:00:00.440  info  [GORM] SQL Executed duration=0.8ms caller=console/queryTicketWaitReplyLogic.go:27 rows=1 trace=3d224139efef14f2b923c63404702f8f sql=SELECT count(*) FROM `ticket` WHERE status = 1 span=76b53e5d8e4d61f5
282846-12-12 00:00:00.440  info  [GORM] SQL Executed duration=2.9ms caller=middleware/authMiddleware.go:65 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.440  info  HTTP Request duration=4.370167ms caller=middleware/loggerMiddleware.go:92 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=76b53e5d8e4d61f5 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket ip=127.0.0.1 trace=3d224139efef14f2b923c63404702f8f
282846-12-12 00:00:00.440  info  [GORM] SQL Executed duration=0.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282846-12-12 00:00:00.440  info  [GORM] SQL Executed duration=3.1ms caller=middleware/authMiddleware.go:65 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282846-12-12 00:00:00.441  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsLogic.go:36 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59' rows=1 span=7ec86ac112a4964d trace=c550293fc8eedd41aac3996db06f5738
282846-12-12 00:00:00.441  info  [GORM] SQL Executed duration=1.4ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' rows=1 trace=e58ee98c9fe9303634be336aea34b9eb span=6ef15fa45375a74f
282846-12-12 00:00:00.442  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsHandler.go:15 rows=1 span=7ec86ac112a4964d sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-28 16:00:00' AND created_at < '2025-12-29 16:00:00' AND method != 'balance' trace=c550293fc8eedd41aac3996db06f5738
282846-12-12 00:00:00.442  info  [GORM] SQL Executed duration=0.8ms caller=console/queryRevenueStatisticsHandler.go:15 rows=1 span=6ef15fa45375a74f trace=e58ee98c9fe9303634be336aea34b9eb sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance'
282846-12-12 00:00:00.442  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsLogic.go:51 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999' rows=1 trace=c550293fc8eedd41aac3996db06f5738 span=7ec86ac112a4964d
282846-12-12 00:00:00.443  info  [GORM] SQL Executed duration=0.5ms caller=console/queryRevenueStatisticsHandler.go:15 trace=e58ee98c9fe9303634be336aea34b9eb span=6ef15fa45375a74f rows=12 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC
282846-12-12 00:00:00.443  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' trace=c550293fc8eedd41aac3996db06f5738 span=7ec86ac112a4964d rows=1
282846-12-12 00:00:00.444  info  [GORM] SQL Executed duration=0.8ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 trace=e58ee98c9fe9303634be336aea34b9eb span=6ef15fa45375a74f
282846-12-12 00:00:00.444  info  [GORM] SQL Executed duration=1.5ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:56:46.44' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:56:46.44' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:56:46.44' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC rows=24 trace=c550293fc8eedd41aac3996db06f5738 span=7ec86ac112a4964d
282846-12-12 00:00:00.444  info  [GORM] SQL Executed duration=0.2ms caller=console/queryUserStatisticsLogic.go:85 rows=1 span=7ec86ac112a4964d trace=c550293fc8eedd41aac3996db06f5738 sql=SELECT count(*) FROM `user`
282846-12-12 00:00:00.445  info  [GORM] SQL Executed duration=1.0ms caller=console/queryRevenueStatisticsHandler.go:15 span=6ef15fa45375a74f trace=e58ee98c9fe9303634be336aea34b9eb sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC rows=4
282846-12-12 00:00:00.445  info  HTTP Request duration=9.373166ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=e58ee98c9fe9303634be336aea34b9eb status=200 span=6ef15fa45375a74f
282846-12-12 00:00:00.446  info  [GORM] SQL Executed duration=1.4ms caller=console/queryUserStatisticsHandler.go:15 trace=c550293fc8eedd41aac3996db06f5738 span=7ec86ac112a4964d sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1
282846-12-12 00:00:00.447  info  [GORM] SQL Executed duration=1.5ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 07:56:46.44' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 07:56:46.44' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 07:56:46.44' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC trace=c550293fc8eedd41aac3996db06f5738 span=7ec86ac112a4964d rows=5
282846-12-12 00:00:00.447  info  HTTP Request duration=11.825917ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=7ec86ac112a4964d status=200 query= trace=c550293fc8eedd41aac3996db06f5738 request=GET 127.0.0.1:8080/v1/admin/console/user
282846-12-12 00:00:00.607  info  [GORM] SQL Executed duration=166.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10 rows=10 trace=f0b57ce4a5f49a0909eb9884b8f9a8bc span=a9cb25de71e65b28
282846-12-12 00:00:00.740  info  [GORM] SQL Executed duration=132.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 rows=10 span=a9cb25de71e65b28 trace=f0b57ce4a5f49a0909eb9884b8f9a8bc
282846-12-12 00:00:00.746  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 08:51:46.44' rows=1 trace=f0b57ce4a5f49a0909eb9884b8f9a8bc span=a9cb25de71e65b28
282846-12-12 00:00:00.747  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 08:51:46.44' OR `last_reported_at` IS NULL span=a9cb25de71e65b28 rows=1 trace=f0b57ce4a5f49a0909eb9884b8f9a8bc
282846-12-12 00:00:00.851  info  [GORM] SQL Executed duration=104.7ms caller=gin@v1.10.0/context.go:185 rows=1 trace=f0b57ce4a5f49a0909eb9884b8f9a8bc sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' span=a9cb25de71e65b28
282846-12-12 00:00:00.860  info  HTTP Request duration=424.106375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/server query= ip=127.0.0.1 trace=f0b57ce4a5f49a0909eb9884b8f9a8bc span=a9cb25de71e65b28 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282852-12-12 00:00:00.711  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=324afea2248be4c081b7f654b619c757 span=dd5c3b8479d8c09c
282852-12-12 00:00:00.711  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=6b6a5598ed64c91598978bd3e9c40ef1 span=677b477c2be3c34e
282852-12-12 00:00:00.711  info  HTTP Request duration=42.875µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=324afea2248be4c081b7f654b619c757 status=200 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= ip=127.0.0.1 span=dd5c3b8479d8c09c
282852-12-12 00:00:00.711  info  HTTP Request duration=18.459µs caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/user ip=127.0.0.1 trace=6b6a5598ed64c91598978bd3e9c40ef1 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=677b477c2be3c34e
282852-12-12 00:00:00.711  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=d200acaa201f037008e73c9ca35adb53 span=61379c74046a2ef5
282852-12-12 00:00:00.711  info  HTTP Request duration=30.417µs caller=middleware/loggerMiddleware.go:92 status=200 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=61379c74046a2ef5 request=GET 127.0.0.1:8080/v1/admin/console/server ip=127.0.0.1 trace=d200acaa201f037008e73c9ca35adb53
282852-12-12 00:00:00.711  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=904742e4b7f42ce977c5c3301708cb28 span=f8988aeb8260dc5b
282852-12-12 00:00:00.711  info  HTTP Request duration=17µs caller=middleware/loggerMiddleware.go:92 trace=904742e4b7f42ce977c5c3301708cb28 span=f8988aeb8260dc5b status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282857-12-12 00:00:00.162  info  [GORM] SQL Executed duration=4.3ms caller=auth/userLoginHandler.go:42 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766969817157}','2025-12-29 08:56:57.158','2025-12-28') rows=1 trace=70be8837c4f50e591eed3e34ea760dbc span=58240d757ca80ab3
282857-12-12 00:00:00.162  info  HTTP Request duration=5.317ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/auth/login user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"} query= ip=127.0.0.1 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uSWQiOiIwMTliNjc5Yi1iODQ1LTdlYTctOTFlMC0wMmQ2NjE0ZTM0MWMiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NDYxNywiaWF0IjoxNzY2OTY5ODE3fQ.h5gSwbblzrob_bK65i6PE0NVXSZZhEnClQQeLcurU2k"}} trace=70be8837c4f50e591eed3e34ea760dbc span=58240d757ca80ab3
282857-12-12 00:00:00.275  info  [GORM] SQL Executed duration=0.6ms caller=console/queryUserStatisticsLogic.go:36 rows=1 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59'
282857-12-12 00:00:00.275  info  [GORM] SQL Executed duration=0.6ms caller=console/queryTicketWaitReplyLogic.go:27 rows=1 span=a105243121b07b60 sql=SELECT count(*) FROM `ticket` WHERE status = 1 trace=2d8f3e2ee59eb04172950115c5223a54
282857-12-12 00:00:00.275  info  HTTP Request duration=1.207459ms caller=middleware/loggerMiddleware.go:92 trace=2d8f3e2ee59eb04172950115c5223a54 span=a105243121b07b60 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query= ip=127.0.0.1
282857-12-12 00:00:00.275  info  [GORM] SQL Executed duration=1.4ms caller=console/queryRevenueStatisticsHandler.go:15 span=efd628897aba3325 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' rows=1 trace=3d8f753bb9c25b159af0cd8f2f2f771f
282857-12-12 00:00:00.278  info  [GORM] SQL Executed duration=2.8ms caller=console/queryUserStatisticsHandler.go:15 trace=a70e18472f1055f16fcfab0362bd1c5b sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-28 16:00:00' AND created_at < '2025-12-29 16:00:00' AND method != 'balance' span=7d7cdd2b4f71b711 rows=1
282857-12-12 00:00:00.278  info  [GORM] SQL Executed duration=2.4ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance' rows=1 trace=3d8f753bb9c25b159af0cd8f2f2f771f span=efd628897aba3325
282857-12-12 00:00:00.278  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsLogic.go:51 rows=1 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999'
282857-12-12 00:00:00.278  info  [GORM] SQL Executed duration=0.4ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC rows=12 trace=3d8f753bb9c25b159af0cd8f2f2f771f span=efd628897aba3325
282857-12-12 00:00:00.278  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsHandler.go:15 span=7d7cdd2b4f71b711 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' rows=1 trace=a70e18472f1055f16fcfab0362bd1c5b
282857-12-12 00:00:00.279  info  [GORM] SQL Executed duration=0.5ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 trace=3d8f753bb9c25b159af0cd8f2f2f771f span=efd628897aba3325
282857-12-12 00:00:00.279  info  [GORM] SQL Executed duration=0.7ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:56:57.274' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:56:57.274' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:56:57.274' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC rows=24 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711
282857-12-12 00:00:00.279  info  [GORM] SQL Executed duration=0.6ms caller=console/queryRevenueStatisticsHandler.go:15 trace=3d8f753bb9c25b159af0cd8f2f2f771f span=efd628897aba3325 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC rows=4
282857-12-12 00:00:00.279  info  HTTP Request duration=5.957917ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3d8f753bb9c25b159af0cd8f2f2f771f span=efd628897aba3325 status=200
282857-12-12 00:00:00.279  info  [GORM] SQL Executed duration=0.3ms caller=console/queryUserStatisticsLogic.go:85 sql=SELECT count(*) FROM `user` rows=1 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711
282857-12-12 00:00:00.280  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711
282857-12-12 00:00:00.281  info  [GORM] SQL Executed duration=0.9ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 07:56:57.274' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 07:56:57.274' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 07:56:57.274' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC rows=5 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711
282857-12-12 00:00:00.281  info  HTTP Request duration=7.310958ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/console/user ip=127.0.0.1 trace=a70e18472f1055f16fcfab0362bd1c5b span=7d7cdd2b4f71b711 status=200 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282857-12-12 00:00:00.430  info  [GORM] SQL Executed duration=155.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10 trace=7020c167bf1a087382d7f1d7c57a3e60 rows=10 span=4aa98859fe771447
282857-12-12 00:00:00.561  info  [GORM] SQL Executed duration=130.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 rows=10 trace=7020c167bf1a087382d7f1d7c57a3e60 span=4aa98859fe771447
282857-12-12 00:00:00.567  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 08:51:57.274' rows=1 trace=7020c167bf1a087382d7f1d7c57a3e60 span=4aa98859fe771447
282857-12-12 00:00:00.567  info  [GORM] SQL Executed duration=0.4ms caller=middleware/authMiddleware.go:83 trace=7020c167bf1a087382d7f1d7c57a3e60 rows=1 span=4aa98859fe771447 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 08:51:57.274' OR `last_reported_at` IS NULL
282857-12-12 00:00:00.668  info  [GORM] SQL Executed duration=100.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' trace=7020c167bf1a087382d7f1d7c57a3e60 rows=1 span=4aa98859fe771447
282857-12-12 00:00:00.677  info  HTTP Request duration=403.154334ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/console/server query= ip=127.0.0.1 span=4aa98859fe771447 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7020c167bf1a087382d7f1d7c57a3e60
282858-12-12 00:00:00.093  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=1c3d5c746141296132e383eec05666b1 span=3c97fcdcc49f6234
282858-12-12 00:00:00.093  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=d8109641b164c0d3e2ca73d0006c285a span=489b4e8ea655281a
282858-12-12 00:00:00.093  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=470c4fd05dabf573dabcef1fd80e1e3f span=a0f3e6b49d85b224
282858-12-12 00:00:00.093  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=402e7d96aaf024e4a748f0619e1f4dc7 span=808aad3b1572696f
282858-12-12 00:00:00.093  info  HTTP Request duration=42.416µs caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket query= ip=127.0.0.1 trace=402e7d96aaf024e4a748f0619e1f4dc7 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=808aad3b1572696f
282858-12-12 00:00:00.093  info  HTTP Request duration=63.792µs caller=middleware/loggerMiddleware.go:92 trace=1c3d5c746141296132e383eec05666b1 status=200 request=GET 127.0.0.1:8080/v1/admin/console/user query= span=3c97fcdcc49f6234 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282858-12-12 00:00:00.093  info  HTTP Request duration=45.584µs caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/server query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=470c4fd05dabf573dabcef1fd80e1e3f ip=127.0.0.1 span=a0f3e6b49d85b224
282858-12-12 00:00:00.093  info  HTTP Request duration=131.375µs caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= trace=d8109641b164c0d3e2ca73d0006c285a span=489b4e8ea655281a
28282-12-12 00:00:00.009  info  HTTP Request duration=2.131209ms caller=middleware/loggerMiddleware.go:92 request=POST 127.0.0.1:8080/v1/auth/login query= ip=127.0.0.1 request_body={"email":"admin@ppanel.dev","password":"***"} trace=172c0620b3c03f0d71c12f88084612b5 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":20002,"msg":"User does not exist"} span=10bedc5c56545d24
28288-12-12 00:00:00.729  info  [GORM] SQL Executed duration=5.0ms caller=auth/userLoginHandler.go:42 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766969828724}','2025-12-29 08:57:08.725','2025-12-28') rows=1 trace=2e06148be334c54caba2c224bc617603 span=f3d8fcc662e4f9eb
28288-12-12 00:00:00.729  info  HTTP Request duration=6.047833ms caller=middleware/loggerMiddleware.go:92 request_body={"email":"kxswman@gmail.com","password":"***"} span=f3d8fcc662e4f9eb status=200 request=POST 127.0.0.1:8080/v1/auth/login query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uSWQiOiIwMTliNjc5Yi1lNTc0LTdlYTctOTc2NS05ZjlhZjIxNjY4NWUiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NDYyOCwiaWF0IjoxNzY2OTY5ODI4fQ.gfztfavs1Vmid48vtcpZuBjrJbAd5WoYfB02klJBxb0"}} trace=2e06148be334c54caba2c224bc617603
28288-12-12 00:00:00.845  info  [GORM] SQL Executed duration=1.3ms caller=console/queryUserStatisticsLogic.go:36 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59' span=02f03785256101bc rows=1 trace=501c3a38bad8f3915f627d6e64814282
28288-12-12 00:00:00.845  info  [GORM] SQL Executed duration=1.2ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' rows=1 trace=ccea36f3681f8620ad26338aac0c32e8 span=867558fea263c33a
28288-12-12 00:00:00.846  info  [GORM] SQL Executed duration=1.6ms caller=console/queryTicketWaitReplyLogic.go:27 sql=SELECT count(*) FROM `ticket` WHERE status = 1 rows=1 trace=d3523f9f8b9990ce26f2d6c5fd1315d2 span=98aa958be1d82a24
28288-12-12 00:00:00.846  info  HTTP Request duration=2.215292ms caller=middleware/loggerMiddleware.go:92 trace=d3523f9f8b9990ce26f2d6c5fd1315d2 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=98aa958be1d82a24
28288-12-12 00:00:00.846  info  [GORM] SQL Executed duration=0.8ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance' span=867558fea263c33a rows=1 trace=ccea36f3681f8620ad26338aac0c32e8
28288-12-12 00:00:00.847  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsHandler.go:15 rows=1 trace=501c3a38bad8f3915f627d6e64814282 span=02f03785256101bc sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-28 16:00:00' AND created_at < '2025-12-29 16:00:00' AND method != 'balance'
28288-12-12 00:00:00.849  info  [GORM] SQL Executed duration=2.4ms caller=console/queryUserStatisticsLogic.go:51 trace=501c3a38bad8f3915f627d6e64814282 span=02f03785256101bc sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999' rows=1
28288-12-12 00:00:00.849  info  [GORM] SQL Executed duration=2.9ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC trace=ccea36f3681f8620ad26338aac0c32e8 span=867558fea263c33a rows=12
28288-12-12 00:00:00.849  info  [GORM] SQL Executed duration=0.5ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' rows=1 span=02f03785256101bc trace=501c3a38bad8f3915f627d6e64814282
28288-12-12 00:00:00.850  info  [GORM] SQL Executed duration=0.3ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 trace=ccea36f3681f8620ad26338aac0c32e8 span=867558fea263c33a
28288-12-12 00:00:00.850  info  [GORM] SQL Executed duration=0.7ms caller=console/queryUserStatisticsHandler.go:15 trace=501c3a38bad8f3915f627d6e64814282 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:57:08.844' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:57:08.844' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 08:57:08.844' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC span=02f03785256101bc rows=24
28288-12-12 00:00:00.850  info  [GORM] SQL Executed duration=0.6ms caller=console/queryRevenueStatisticsHandler.go:15 rows=4 span=867558fea263c33a sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC trace=ccea36f3681f8620ad26338aac0c32e8
28288-12-12 00:00:00.850  info  HTTP Request duration=6.70825ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=867558fea263c33a request=GET 127.0.0.1:8080/v1/admin/console/revenue query= trace=ccea36f3681f8620ad26338aac0c32e8
28288-12-12 00:00:00.850  info  [GORM] SQL Executed duration=0.3ms caller=console/queryUserStatisticsLogic.go:85 trace=501c3a38bad8f3915f627d6e64814282 sql=SELECT count(*) FROM `user` rows=1 span=02f03785256101bc
28288-12-12 00:00:00.852  info  [GORM] SQL Executed duration=1.2ms caller=console/queryUserStatisticsHandler.go:15 rows=1 trace=501c3a38bad8f3915f627d6e64814282 span=02f03785256101bc sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance'
28288-12-12 00:00:00.853  info  [GORM] SQL Executed duration=1.2ms caller=console/queryUserStatisticsHandler.go:15 span=02f03785256101bc trace=501c3a38bad8f3915f627d6e64814282 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 07:57:08.844' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 07:57:08.844' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 07:57:08.844' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC rows=5
28288-12-12 00:00:00.853  info  HTTP Request duration=9.421541ms caller=middleware/loggerMiddleware.go:92 span=02f03785256101bc user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=501c3a38bad8f3915f627d6e64814282 status=200 request=GET 127.0.0.1:8080/v1/admin/console/user query= ip=127.0.0.1
28289-12-12 00:00:00.004  info  [GORM] SQL Executed duration=159.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10 rows=10 trace=01f9372b374e7fffb135a755f5b3d310 span=707b3c756227e7d7
28289-12-12 00:00:00.137  info  [GORM] SQL Executed duration=132.6ms caller=gin@v1.10.0/context.go:185 rows=10 trace=01f9372b374e7fffb135a755f5b3d310 sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 span=707b3c756227e7d7
28289-12-12 00:00:00.142  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 rows=1 trace=01f9372b374e7fffb135a755f5b3d310 span=707b3c756227e7d7 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 08:52:08.844'
28289-12-12 00:00:00.143  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 rows=1 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 08:52:08.844' OR `last_reported_at` IS NULL trace=01f9372b374e7fffb135a755f5b3d310 span=707b3c756227e7d7
28289-12-12 00:00:00.243  info  [GORM] SQL Executed duration=99.8ms caller=gin@v1.10.0/context.go:185 span=707b3c756227e7d7 sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' rows=1 trace=01f9372b374e7fffb135a755f5b3d310
28289-12-12 00:00:00.252  info  HTTP Request duration=408.826875ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/console/server query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=01f9372b374e7fffb135a755f5b3d310 status=200 ip=127.0.0.1 span=707b3c756227e7d7
282817-12-12 00:00:00.337  info  HTTP Request duration=3.667µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/auth-method/config?method=apple query=method=apple user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=3c0ec1a37076504d status=204 ip=127.0.0.1 trace=f59f5bb54ef56d618bca9f8d6dab3d06
282817-12-12 00:00:00.337  info  HTTP Request duration=4.917µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/auth-method/config?method=telegram user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=11d0c759b4769d1d3eda6f6c95088e6e span=4d28a2466c5c261e status=204 query=method=telegram ip=127.0.0.1
282817-12-12 00:00:00.337  info  HTTP Request duration=2.833µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/auth-method/config?method=github query=method=github ip=127.0.0.1 span=5bcad601a5628597 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=af3e9af157accb7b7ce18fd3dd108898
282817-12-12 00:00:00.337  info  HTTP Request duration=1.583µs caller=middleware/loggerMiddleware.go:92 status=204 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d306a37bb67ce4d859acdefa3c0f5f52 span=5b7fd5d7c95c8450 request=OPTIONS 127.0.0.1:8080/v1/admin/auth-method/config?method=facebook query=method=facebook
282817-12-12 00:00:00.341  info  HTTP Request duration=3.236334ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 span=f632b1998def75b0 request=GET 127.0.0.1:8080/v1/admin/auth-method/config?method=telegram query=method=telegram user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=38079d3041fc9028ea091ab181b29951
282817-12-12 00:00:00.342  info  [GORM] SQL Executed duration=2.8ms caller=authMethod/getAuthMethodConfigLogic.go:31 span=b8a3515ce3473680 sql=SELECT * FROM `auth_method` WHERE method = 'facebook' ORDER BY `auth_method`.`id` LIMIT 1 rows=1 trace=3c192ba8388bd35016af27d081df79ff
282817-12-12 00:00:00.342  info  [GORM] SQL Executed duration=3.1ms caller=authMethod/getAuthMethodConfigLogic.go:31 sql=SELECT * FROM `auth_method` WHERE method = 'github' ORDER BY `auth_method`.`id` LIMIT 1 rows=1 trace=a7b80cc741ad250b80d2671eb6acda02 span=84b9b59481f7c973
282817-12-12 00:00:00.342  info  HTTP Request duration=4.664ms caller=middleware/loggerMiddleware.go:92 status=200 query=method=facebook ip=127.0.0.1 trace=3c192ba8388bd35016af27d081df79ff request=GET 127.0.0.1:8080/v1/admin/auth-method/config?method=facebook user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=b8a3515ce3473680
282817-12-12 00:00:00.343  info  [GORM] SQL Executed duration=3.5ms caller=authMethod/getAuthMethodConfigLogic.go:31 sql=SELECT * FROM `auth_method` WHERE method = 'apple' ORDER BY `auth_method`.`id` LIMIT 1 trace=9ce12ccf3fcfdca63db09670a7d3f369 rows=1 span=15079cd8b44deef9
282817-12-12 00:00:00.343  info  HTTP Request duration=4.893209ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 span=84b9b59481f7c973 status=200 request=GET 127.0.0.1:8080/v1/admin/auth-method/config?method=github user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a7b80cc741ad250b80d2671eb6acda02 query=method=github
282817-12-12 00:00:00.346  info  HTTP Request duration=8.468833ms caller=middleware/loggerMiddleware.go:92 query=method=apple ip=127.0.0.1 trace=9ce12ccf3fcfdca63db09670a7d3f369 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=15079cd8b44deef9 status=200 request=GET 127.0.0.1:8080/v1/admin/auth-method/config?method=apple
282818-12-12 00:00:00.216  info  HTTP Request duration=6.875µs caller=middleware/loggerMiddleware.go:92 span=04be17e85dc16540 query=page=1&size=200 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/ads/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=17ab9de2fcb3882d62ffd397cc8b28ad
282818-12-12 00:00:00.219  info  [GORM] SQL Executed duration=1.2ms caller=ads/getAdsListLogic.go:31 rows=1 trace=7bd1b311a90f8ca9be6ada273430bed0 sql=SELECT count(*) FROM `ads` span=3730fe57c0551bb7
282818-12-12 00:00:00.220  info  [GORM] SQL Executed duration=0.7ms caller=ads/getAdsListLogic.go:31 span=3730fe57c0551bb7 sql=SELECT * FROM `ads` LIMIT 200 rows=0 trace=7bd1b311a90f8ca9be6ada273430bed0
282818-12-12 00:00:00.220  info  HTTP Request duration=3.185583ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/ads/list?page=1&size=200 ip=127.0.0.1 span=3730fe57c0551bb7 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7bd1b311a90f8ca9be6ada273430bed0
282819-12-12 00:00:00.977  info  HTTP Request duration=4.917µs caller=middleware/loggerMiddleware.go:92 span=f6dc4d440b7ee883 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/tool/log query= trace=b13ede8aff4de90b52e4ef684e86a41b
282819-12-12 00:00:00.981  info  HTTP Request duration=3.490375ms caller=middleware/loggerMiddleware.go:92 status=200 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d79265d8b6fcae31637d961a08fd298c span=a87aa250a22a5bf7 request=GET 127.0.0.1:8080/v1/admin/tool/log
282821-12-12 00:00:00.104  info  HTTP Request duration=8.083µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 span=9a80f4141292b2b1 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=73c01dcc6ecb7d5d7851aead51bfa1b2 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=200
282821-12-12 00:00:00.107  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `subscribe_application` rows=5 trace=d5d0821b5ef3756f553c6d462e29a6e1 span=c05148500f59d020
282821-12-12 00:00:00.108  info  HTTP Request duration=2.32325ms caller=middleware/loggerMiddleware.go:92 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=c05148500f59d020 request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 trace=d5d0821b5ef3756f553c6d462e29a6e1
282821-12-12 00:00:00.939  info  HTTP Request duration=6.709µs caller=middleware/loggerMiddleware.go:92 trace=a3be8c96773fa8b9225472ca027196fb span=5ca15de4560eb08e status=204 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1
282821-12-12 00:00:00.939  info  HTTP Request duration=9µs caller=middleware/loggerMiddleware.go:92 span=35964197e830a466 request=OPTIONS 127.0.0.1:8080/v1/admin/server/group/list query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c8c25a1445904c42db57e828243a63d6 status=204 ip=127.0.0.1
282821-12-12 00:00:00.940  info  HTTP Request duration=3.834µs caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=fc2ea4be7ad66381 status=404 request=GET 127.0.0.1:8080/v1/admin/server/group/list trace=09eb03cbd1447f8f32c81e259b356ffd
282821-12-12 00:00:00.940  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/server/group/list IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=09eb03cbd1447f8f32c81e259b356ffd span=fc2ea4be7ad66381
282821-12-12 00:00:00.949  info  [GORM] SQL Executed duration=8.2ms caller=gin@v1.10.0/context.go:185 span=46a2aca4f6b21d9d sql=SELECT count(*) FROM `servers` rows=1 trace=81831bdd5fbeb1bf62b13825f9b57e0f
282821-12-12 00:00:00.951  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=81831bdd5fbeb1bf62b13825f9b57e0f span=46a2aca4f6b21d9d rows=0
282821-12-12 00:00:00.952  info  HTTP Request duration=11.849ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 span=46a2aca4f6b21d9d status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=81831bdd5fbeb1bf62b13825f9b57e0f
282845-12-12 00:00:00.142  info  HTTP Request duration=11.333µs caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/group/list user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1aa197103c7ab3837518fe518bc5cded span=8fa23de168fd2a94
282845-12-12 00:00:00.142  info  HTTP Request duration=3.333µs caller=middleware/loggerMiddleware.go:92 span=fa714bcc6acd3239 status=204 query=page=1&size=9999 ip=127.0.0.1 trace=1a7f5db7c3e667b97f0a8ec689b82805 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=9999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282845-12-12 00:00:00.142  info  HTTP Request duration=1.416µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d08c91a5a83dd989ca308db06f425dad status=404 request=GET 127.0.0.1:8080/v1/admin/server/group/list query= span=3ca3f8536a5d8c5b
282845-12-12 00:00:00.142  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/server/group/list IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=d08c91a5a83dd989ca308db06f425dad span=3ca3f8536a5d8c5b
282845-12-12 00:00:00.142  info  HTTP Request duration=2.459µs caller=middleware/loggerMiddleware.go:92 trace=6cdb4c66a24a1025bf6b25c15099cc4f span=6a0f3723ab65b171 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282845-12-12 00:00:00.143  info  HTTP Request duration=3.542µs caller=middleware/loggerMiddleware.go:92 span=d32d2c90a5a4392d status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/group/list query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=87da90433244f421d24c7b8bc490ef96
282845-12-12 00:00:00.145  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 span=7537e28b4b4f000b trace=4e89e30da916d9a660a53c1dbe13d0fa
282845-12-12 00:00:00.146  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 9999 trace=4e89e30da916d9a660a53c1dbe13d0fa rows=0 span=7537e28b4b4f000b
282845-12-12 00:00:00.146  info  HTTP Request duration=3.787792ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=9999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4e89e30da916d9a660a53c1dbe13d0fa span=7537e28b4b4f000b status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=9999
282845-12-12 00:00:00.147  info  [GORM] SQL Executed duration=1.7ms caller=subscribe/model.go:128 rows=1 span=c0c8b060d31d9ae7 sql=SELECT count(*) FROM `subscribe` trace=ca4463e3660a405837c377768d1bad2f
282845-12-12 00:00:00.147  info  HTTP Request duration=4.490916ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/group/list user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query= ip=127.0.0.1 trace=f7cb04e2815dd33540404ed4531bb745 span=6c9398b325f5fa85
282845-12-12 00:00:00.147  info  [GORM] SQL Executed duration=0.7ms caller=subscribe/model.go:128 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 200 trace=ca4463e3660a405837c377768d1bad2f span=c0c8b060d31d9ae7 rows=4
282845-12-12 00:00:00.148  info  HTTP Request duration=965.125µs caller=middleware/loggerMiddleware.go:92 status=200 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/subscribe/group/list trace=0e0c1b04e9c81ea02d61ae0933355b0a span=74d81019c9be7b48
282845-12-12 00:00:00.150  info  [GORM] SQL Executed duration=1.8ms caller=subscribe/getSubscribeListHandler.go:23 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 span=c0c8b060d31d9ae7 trace=ca4463e3660a405837c377768d1bad2f
282845-12-12 00:00:00.150  info  HTTP Request duration=7.036166ms caller=middleware/loggerMiddleware.go:92 span=c0c8b060d31d9ae7 query=page=1&size=200 status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=ca4463e3660a405837c377768d1bad2f
282845-12-12 00:00:00.167  info  HTTP Request duration=1.125µs caller=middleware/loggerMiddleware.go:92 status=404 request=GET 127.0.0.1:8080/v1/admin/server/group/list user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=489cd16dae386a33064cad843bf163d8 query= ip=127.0.0.1 span=7e96488d6b362888
282845-12-12 00:00:00.167  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/server/group/list IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=489cd16dae386a33064cad843bf163d8 span=7e96488d6b362888
282845-12-12 00:00:00.168  info  HTTP Request duration=938.291µs caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=1ad06eb3d5c545a1 request=GET 127.0.0.1:8080/v1/admin/subscribe/group/list query= trace=2b0b2644c8c538a646cefc9abf374846
282845-12-12 00:00:00.186  info  HTTP Request duration=1.833µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0630415c751541b9f6ea1127edcaa3d9 span=7db30b9df24dcce4 status=404 request=GET 127.0.0.1:8080/v1/admin/server/group/list query=
282845-12-12 00:00:00.186  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/server/group/list IsPanDomain:false caller=middleware/loggerMiddleware.go:96 span=7db30b9df24dcce4 trace=0630415c751541b9f6ea1127edcaa3d9
282845-12-12 00:00:00.188  info  HTTP Request duration=1.623792ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/group/list query= trace=fe6f8db1b3fd564f9ad041a5bd5c6951 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=ac65d163cdb07153
282846-12-12 00:00:00.502  info  [CheckSubscription] Start check subscription: 2025-12-28 16:57:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.504  info  [GORM] SQL Executed duration=0.9ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0
282846-12-12 00:00:00.504  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.506  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:57:46.504' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.506  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282847-12-12 00:00:00.169  info  HTTP Request duration=4.958µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/system/application_config trace=fd6c725e27ffe613355f16856c20b9c5 status=204 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d054b9fc25dbb879
282847-12-12 00:00:00.169  info  HTTP Request duration=2.875µs caller=middleware/loggerMiddleware.go:92 trace=9690cbc207d3d66a3773621f0c4b596b span=9b6600323c83329c status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/system/application query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282847-12-12 00:00:00.169  info  HTTP Request duration=6.167µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/system/subscribe_type query= trace=f22b8a8cbab79c25493cc15ccc85fbb8 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=187fdda79063de63
282847-12-12 00:00:00.169  info  HTTP Request duration=4.916µs caller=middleware/loggerMiddleware.go:92 trace=88dcf3238157a703a56574769235551c span=66c1a7b49aadbd1e request=OPTIONS 127.0.0.1:8080/v1/admin/system/application ip=127.0.0.1 status=204 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282847-12-12 00:00:00.170  info  HTTP Request duration=3.25µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/system/application_config query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0e0aff7b738ce9e48a1992a664b882ba status=404 span=5fb219685a2d5cfd
282847-12-12 00:00:00.170  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/system/application_config IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=0e0aff7b738ce9e48a1992a664b882ba span=5fb219685a2d5cfd
282847-12-12 00:00:00.170  info  HTTP Request duration=3.292µs caller=middleware/loggerMiddleware.go:92 trace=e424d8228f8f39bb23fcd0daf0981a4e span=6243b662fae0ddd1 status=404 request=GET 127.0.0.1:8080/v1/admin/system/subscribe_type query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282847-12-12 00:00:00.170  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/system/subscribe_type IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=e424d8228f8f39bb23fcd0daf0981a4e span=6243b662fae0ddd1
282847-12-12 00:00:00.170  info  HTTP Request duration=2.792µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/system/application ip=127.0.0.1 status=404 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=db15283a37d13eede0a956a709d1e64d span=30ffed49a4ca8c51
282847-12-12 00:00:00.170  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/system/application IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=db15283a37d13eede0a956a709d1e64d span=30ffed49a4ca8c51
282847-12-12 00:00:00.171  info  HTTP Request duration=1.834µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/system/application query= ip=127.0.0.1 span=e451c93dd36ed64c user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=21fa79130ef69f745239238cc95c3169 status=404
282847-12-12 00:00:00.171  debug  404 Not Found: Host:127.0.0.1:8080 Path:/v1/admin/system/application IsPanDomain:false caller=middleware/loggerMiddleware.go:96 trace=21fa79130ef69f745239238cc95c3169 span=e451c93dd36ed64c
282846-12-12 00:00:00.628  info  [CheckSubscription] Start check subscription: 2025-12-28 16:58:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.629  info  [GORM] SQL Executed duration=0.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.629  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.631  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:58:46.63' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.631  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.749  info  [CheckSubscription] Start check subscription: 2025-12-28 16:59:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.773  info  [GORM] SQL Executed duration=10.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.773  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.777  info  [GORM] SQL Executed duration=2.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 08:59:46.774' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.777  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.862  info  [CheckSubscription] Start check subscription: 2025-12-28 17:00:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.864  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.864  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.865  info  [GORM] SQL Executed duration=0.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:00:46.864' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.865  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.987  info  [CheckSubscription] Start check subscription: 2025-12-28 17:01:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.997  info  [GORM] SQL Executed duration=7.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.997  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282847-12-12 00:00:00.001  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:01:46.999' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282847-12-12 00:00:00.001  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.105  info  [CheckSubscription] Start check subscription: 2025-12-28 17:02:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.121  info  [GORM] SQL Executed duration=14.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.121  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.125  info  [GORM] SQL Executed duration=2.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:02:46.122' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.125  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.222  info  [CheckSubscription] Start check subscription: 2025-12-28 17:03:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.225  info  [GORM] SQL Executed duration=2.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.225  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.227  info  [GORM] SQL Executed duration=1.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:03:46.226' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.227  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282835-12-12 00:00:00.589  info  [GORM] SQL Executed duration=18.8ms caller=auth/userLoginHandler.go:42 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766970275570}','2025-12-29 09:04:35.571','2025-12-28') trace=f686e601845df95950466e313e1b67b9 rows=1 span=aa9e39a2ca3c9a16
282835-12-12 00:00:00.589  info  HTTP Request duration=20.460167ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/auth/login trace=f686e601845df95950466e313e1b67b9 span=aa9e39a2ca3c9a16 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"} response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uSWQiOiIwMTliNjdhMi1iNmYyLTdlYTctYWEzYS0zOTIxMGVjN2VkNGQiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NTA3NSwiaWF0IjoxNzY2OTcwMjc1fQ.jq-qLK7MDKFzu3yU2EG0viSo0UXsY2--mlhx9bTgHVo"}}
282837-12-12 00:00:00.475  info  HTTP Request duration=11.041µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/tool/version user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d5808e5794fc1611 status=204 query= ip=127.0.0.1 trace=b1ac428ef41dbc0f5a9e84f95eb347eb
282837-12-12 00:00:00.482  info  HTTP Request duration=5.900292ms caller=middleware/loggerMiddleware.go:92 status=200 query= ip=127.0.0.1 span=55205e74597c8f61 request=GET 127.0.0.1:8080/v1/admin/tool/version user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0ae73032d37b29ad001c32bed0314d29
282837-12-12 00:00:00.482  info  [GORM] SQL Executed duration=4.1ms caller=console/queryTicketWaitReplyLogic.go:27 trace=5891413310deb9b1cf2cae833c7b4a1a sql=SELECT count(*) FROM `ticket` WHERE status = 1 span=2bb60061854934e1 rows=1
282837-12-12 00:00:00.482  info  [GORM] SQL Executed duration=4.5ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' rows=1 trace=a749b08e38a835d209a5e0328e84f608 span=4422dcbca551f701
282837-12-12 00:00:00.482  info  [GORM] SQL Executed duration=4.4ms caller=console/queryUserStatisticsLogic.go:36 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59' rows=1 trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254
282837-12-12 00:00:00.482  info  HTTP Request duration=7.175083ms caller=middleware/loggerMiddleware.go:92 span=2bb60061854934e1 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5891413310deb9b1cf2cae833c7b4a1a
282837-12-12 00:00:00.484  info  [GORM] SQL Executed duration=2.0ms caller=console/queryRevenueStatisticsHandler.go:15 rows=1 span=4422dcbca551f701 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance' trace=a749b08e38a835d209a5e0328e84f608
282837-12-12 00:00:00.485  info  [GORM] SQL Executed duration=2.0ms caller=console/queryUserStatisticsHandler.go:15 rows=1 span=a4fcd3405e192254 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-28 16:00:00' AND created_at < '2025-12-29 16:00:00' AND method != 'balance' trace=f060941291a38c4a66f288e2b7eccb2d
282837-12-12 00:00:00.500  info  [GORM] SQL Executed duration=15.5ms caller=console/queryUserStatisticsLogic.go:51 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999' rows=1 trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254
282837-12-12 00:00:00.500  info  [GORM] SQL Executed duration=15.7ms caller=console/queryRevenueStatisticsHandler.go:15 rows=12 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC trace=a749b08e38a835d209a5e0328e84f608 span=4422dcbca551f701
282837-12-12 00:00:00.505  info  [GORM] SQL Executed duration=4.2ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 trace=a749b08e38a835d209a5e0328e84f608 span=4422dcbca551f701
282837-12-12 00:00:00.505  info  [GORM] SQL Executed duration=4.6ms caller=console/queryUserStatisticsHandler.go:15 trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254 rows=1 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance'
282837-12-12 00:00:00.505  info  [GORM] SQL Executed duration=0.7ms caller=console/queryRevenueStatisticsHandler.go:15 trace=a749b08e38a835d209a5e0328e84f608 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC rows=4 span=4422dcbca551f701
282837-12-12 00:00:00.505  info  HTTP Request duration=30.204791ms caller=middleware/loggerMiddleware.go:92 trace=a749b08e38a835d209a5e0328e84f608 span=4422dcbca551f701 status=200 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/console/revenue ip=127.0.0.1
282837-12-12 00:00:00.508  info  [GORM] SQL Executed duration=3.1ms caller=console/queryUserStatisticsHandler.go:15 rows=24 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:04:37.478' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:04:37.478' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:04:37.478' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254
282837-12-12 00:00:00.508  info  [GORM] SQL Executed duration=0.2ms caller=console/queryUserStatisticsLogic.go:85 rows=1 trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254 sql=SELECT count(*) FROM `user`
282837-12-12 00:00:00.509  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsHandler.go:15 trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254 rows=1 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance'
282837-12-12 00:00:00.510  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsHandler.go:15 trace=f060941291a38c4a66f288e2b7eccb2d span=a4fcd3405e192254 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 08:04:37.478' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 08:04:37.478' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 08:04:37.478' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC rows=5
282837-12-12 00:00:00.510  info  HTTP Request duration=34.438542ms caller=middleware/loggerMiddleware.go:92 span=a4fcd3405e192254 request=GET 127.0.0.1:8080/v1/admin/console/user query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=f060941291a38c4a66f288e2b7eccb2d status=200 ip=127.0.0.1
282837-12-12 00:00:00.666  info  [GORM] SQL Executed duration=188.1ms caller=gin@v1.10.0/context.go:185 rows=10 trace=32ea5e0fbf79c7c0b33856d3357d363a span=db2d2f7fd3888c84 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10
282837-12-12 00:00:00.801  info  [GORM] SQL Executed duration=134.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 rows=10 trace=32ea5e0fbf79c7c0b33856d3357d363a span=db2d2f7fd3888c84
282837-12-12 00:00:00.806  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 08:59:37.478' span=db2d2f7fd3888c84 rows=1 trace=32ea5e0fbf79c7c0b33856d3357d363a
282837-12-12 00:00:00.807  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 08:59:37.478' OR `last_reported_at` IS NULL rows=1 trace=32ea5e0fbf79c7c0b33856d3357d363a span=db2d2f7fd3888c84
282837-12-12 00:00:00.909  info  [GORM] SQL Executed duration=102.1ms caller=gin@v1.10.0/context.go:185 rows=1 trace=32ea5e0fbf79c7c0b33856d3357d363a span=db2d2f7fd3888c84 sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59'
282837-12-12 00:00:00.920  info  HTTP Request duration=444.726916ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=db2d2f7fd3888c84 status=200 request=GET 127.0.0.1:8080/v1/admin/console/server query= trace=32ea5e0fbf79c7c0b33856d3357d363a
282839-12-12 00:00:00.113  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=40654d2d8535efbe9266e1179de8947d span=babcff7f75fd2a50
282839-12-12 00:00:00.113  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=3418d716de9f05d36967e3bf50797421 span=3bea879db413a196
282839-12-12 00:00:00.113  info  HTTP Request duration=75.666µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3418d716de9f05d36967e3bf50797421 span=3bea879db413a196 status=200 request=GET 127.0.0.1:8080/v1/admin/console/user query= ip=127.0.0.1
282839-12-12 00:00:00.113  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=6029d2fc47a710e27887367ee53f439b span=8e7f34283364ee6b
282839-12-12 00:00:00.113  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 span=0e2c514072080f3d trace=cd4f7977a150c6c9604a205c0329ce3d
282839-12-12 00:00:00.113  info  HTTP Request duration=52.042µs caller=middleware/loggerMiddleware.go:92 trace=cd4f7977a150c6c9604a205c0329ce3d ip=127.0.0.1 span=0e2c514072080f3d status=200 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282839-12-12 00:00:00.113  info  HTTP Request duration=106.917µs caller=middleware/loggerMiddleware.go:92 span=8e7f34283364ee6b ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/console/server query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6029d2fc47a710e27887367ee53f439b
282839-12-12 00:00:00.113  info  HTTP Request duration=172.458µs caller=middleware/loggerMiddleware.go:92 status=200 trace=40654d2d8535efbe9266e1179de8947d span=babcff7f75fd2a50 request=GET 127.0.0.1:8080/v1/admin/tool/version query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282839-12-12 00:00:00.113  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=f951681c4bde365a3f9c7a56f1d38598 span=3cd273732f33fb18
282839-12-12 00:00:00.113  info  HTTP Request duration=47.625µs caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket ip=127.0.0.1 trace=f951681c4bde365a3f9c7a56f1d38598 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=3cd273732f33fb18
282842-12-12 00:00:00.821  info  [GORM] SQL Executed duration=5.7ms caller=auth/userLoginHandler.go:42 span=49ce18fa7b2a14fe rows=1 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766970282815}','2025-12-29 09:04:42.816','2025-12-28') trace=5d45a9b9875223982be95cd3bb18d4e3
282842-12-12 00:00:00.821  info  HTTP Request duration=6.628542ms caller=middleware/loggerMiddleware.go:92 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uSWQiOiIwMTliNjdhMi1kMzNmLTdlYTctODFjMy1kZDFkZDAxNzg0N2YiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NTA4MiwiaWF0IjoxNzY2OTcwMjgyfQ.3WTbttALKQTLyPhJ8ma7Di-6_v4rSPPYDWb8veuyfL8"}} trace=5d45a9b9875223982be95cd3bb18d4e3 request_body={"email":"kxswman@gmail.com","password":"***"} span=49ce18fa7b2a14fe status=200 request=POST 127.0.0.1:8080/v1/auth/login query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282843-12-12 00:00:00.895  info  HTTP Request duration=3.961458ms caller=middleware/loggerMiddleware.go:92 trace=5f17c8c3666283ae7d9fe85ed3bdc0e5 status=200 query= ip=127.0.0.1 span=688e30a86972ebe3 request=GET 127.0.0.1:8080/v1/admin/tool/version user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282843-12-12 00:00:00.897  info  [GORM] SQL Executed duration=1.5ms caller=console/queryUserStatisticsLogic.go:36 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59' trace=07d670f7add4e4c926c62d8dded5c0b2 span=7b21bdeee40f6fd4 rows=1
282843-12-12 00:00:00.897  info  [GORM] SQL Executed duration=1.8ms caller=console/queryRevenueStatisticsHandler.go:15 rows=1 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' trace=a973afb9e77e0dc1f9c7b699862a3e4a span=4cf76187a83a3365
282843-12-12 00:00:00.898  info  [GORM] SQL Executed duration=0.6ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance' rows=1 trace=a973afb9e77e0dc1f9c7b699862a3e4a span=4cf76187a83a3365
282843-12-12 00:00:00.898  info  [GORM] SQL Executed duration=2.5ms caller=console/queryTicketWaitReplyLogic.go:27 trace=1413852dcd97ea0bd91b829fb0eed1ac span=c4781fbfdd75ed12 sql=SELECT count(*) FROM `ticket` WHERE status = 1 rows=1
282843-12-12 00:00:00.898  info  HTTP Request duration=6.318375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=c4781fbfdd75ed12 trace=1413852dcd97ea0bd91b829fb0eed1ac
282843-12-12 00:00:00.898  info  [GORM] SQL Executed duration=1.1ms caller=console/queryUserStatisticsHandler.go:15 rows=1 trace=07d670f7add4e4c926c62d8dded5c0b2 span=7b21bdeee40f6fd4 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-28 16:00:00' AND created_at < '2025-12-29 16:00:00' AND method != 'balance'
282843-12-12 00:00:00.899  info  [GORM] SQL Executed duration=0.7ms caller=console/queryUserStatisticsLogic.go:51 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999' rows=1 trace=07d670f7add4e4c926c62d8dded5c0b2 span=7b21bdeee40f6fd4
282843-12-12 00:00:00.899  info  [GORM] SQL Executed duration=1.0ms caller=console/queryRevenueStatisticsHandler.go:15 span=4cf76187a83a3365 rows=12 trace=a973afb9e77e0dc1f9c7b699862a3e4a sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC
282843-12-12 00:00:00.900  info  [GORM] SQL Executed duration=0.7ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' rows=1 span=7b21bdeee40f6fd4 trace=07d670f7add4e4c926c62d8dded5c0b2
282843-12-12 00:00:00.900  info  [GORM] SQL Executed duration=0.7ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 trace=a973afb9e77e0dc1f9c7b699862a3e4a span=4cf76187a83a3365
282843-12-12 00:00:00.904  info  [GORM] SQL Executed duration=4.0ms caller=console/queryRevenueStatisticsHandler.go:15 rows=4 span=4cf76187a83a3365 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC trace=a973afb9e77e0dc1f9c7b699862a3e4a
282843-12-12 00:00:00.904  info  [GORM] SQL Executed duration=4.0ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:04:43.895' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:04:43.895' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:04:43.895' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC rows=24 trace=07d670f7add4e4c926c62d8dded5c0b2 span=7b21bdeee40f6fd4
282843-12-12 00:00:00.904  info  HTTP Request duration=12.06825ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a973afb9e77e0dc1f9c7b699862a3e4a span=4cf76187a83a3365
282843-12-12 00:00:00.905  info  [GORM] SQL Executed duration=1.2ms caller=console/queryUserStatisticsLogic.go:85 rows=1 trace=07d670f7add4e4c926c62d8dded5c0b2 sql=SELECT count(*) FROM `user` span=7b21bdeee40f6fd4
282843-12-12 00:00:00.908  info  [GORM] SQL Executed duration=3.1ms caller=console/queryUserStatisticsHandler.go:15 trace=07d670f7add4e4c926c62d8dded5c0b2 span=7b21bdeee40f6fd4 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1
282843-12-12 00:00:00.915  info  [GORM] SQL Executed duration=6.9ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 08:04:43.895' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 08:04:43.895' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 08:04:43.895' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC trace=07d670f7add4e4c926c62d8dded5c0b2 rows=5 span=7b21bdeee40f6fd4
282843-12-12 00:00:00.915  info  HTTP Request duration=23.722375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/user ip=127.0.0.1 trace=07d670f7add4e4c926c62d8dded5c0b2 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=7b21bdeee40f6fd4
282844-12-12 00:00:00.039  info  HTTP Request duration=751.375µs caller=middleware/loggerMiddleware.go:92 trace=06815c1ba38b1ae02c73b3452ab7b58d span=8f92a6793a46a5c8 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/tool/version query=
282844-12-12 00:00:00.081  info  [GORM] SQL Executed duration=186.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10 rows=10 trace=ee530e7347d62a1a4a85223982d992ec span=75f86b505c590213
282844-12-12 00:00:00.219  info  [GORM] SQL Executed duration=136.5ms caller=gin@v1.10.0/context.go:185 trace=ee530e7347d62a1a4a85223982d992ec span=75f86b505c590213 sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 rows=10
282844-12-12 00:00:00.224  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 trace=ee530e7347d62a1a4a85223982d992ec span=75f86b505c590213 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 08:59:43.895' rows=1
282844-12-12 00:00:00.224  info  [GORM] SQL Executed duration=0.3ms caller=middleware/authMiddleware.go:83 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 08:59:43.895' OR `last_reported_at` IS NULL rows=1 trace=ee530e7347d62a1a4a85223982d992ec span=75f86b505c590213
282844-12-12 00:00:00.329  info  [GORM] SQL Executed duration=104.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' rows=1 trace=ee530e7347d62a1a4a85223982d992ec span=75f86b505c590213
282844-12-12 00:00:00.338  info  HTTP Request duration=446.188167ms caller=middleware/loggerMiddleware.go:92 trace=ee530e7347d62a1a4a85223982d992ec span=75f86b505c590213 query= ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/console/server user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282846-12-12 00:00:00.337  info  [CheckSubscription] Start check subscription: 2025-12-28 17:04:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.342  info  [GORM] SQL Executed duration=2.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.342  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.346  info  [GORM] SQL Executed duration=2.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:04:46.343' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.346  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282850-12-12 00:00:00.247  info  HTTP Request duration=4.834µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=24534d158fce1721e485b5283a21bcac status=204 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d4945bc7a01227f5
282850-12-12 00:00:00.247  info  HTTP Request duration=2.917µs caller=middleware/loggerMiddleware.go:92 status=204 span=ad4dadef897bc5a9 request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=499d5bbe4f6b6a9d652d76bc84c71116
282850-12-12 00:00:00.247  info  HTTP Request duration=3.166µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/tags ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query= trace=e093b22701dbb010e0707090b51a173f span=1c39b1006690e2de
282850-12-12 00:00:00.251  info  [GORM] SQL Executed duration=2.2ms caller=gin@v1.10.0/context.go:185 rows=1 trace=e197c322b442fa4c0c8a0fb507dfb4e9 sql=SELECT count(*) FROM `servers` span=0be62cbd6fda0f87
282850-12-12 00:00:00.251  info  [GORM] SQL Executed duration=2.4ms caller=middleware/authMiddleware.go:83 sql=SELECT * FROM `nodes` rows=0 trace=7d785ea9fa61b7f2a12acad24fce1fc4 span=b95c35006d75ea4a
282850-12-12 00:00:00.251  info  [GORM] SQL Executed duration=2.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` trace=9482a79f3e42b87f3184a3bd2b17377c rows=1 span=d91e2d692c77d9a9
282850-12-12 00:00:00.251  info  HTTP Request duration=3.233ms caller=middleware/loggerMiddleware.go:92 trace=7d785ea9fa61b7f2a12acad24fce1fc4 request=GET 127.0.0.1:8080/v1/admin/server/node/tags query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=b95c35006d75ea4a status=200
282850-12-12 00:00:00.252  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 trace=9482a79f3e42b87f3184a3bd2b17377c rows=0 span=d91e2d692c77d9a9
282850-12-12 00:00:00.252  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=e197c322b442fa4c0c8a0fb507dfb4e9 span=0be62cbd6fda0f87 rows=0
282850-12-12 00:00:00.252  info  HTTP Request duration=4.534917ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 query=page=1&size=999999999 trace=e197c322b442fa4c0c8a0fb507dfb4e9 span=0be62cbd6fda0f87
282850-12-12 00:00:00.252  info  HTTP Request duration=4.486041ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=9482a79f3e42b87f3184a3bd2b17377c span=d91e2d692c77d9a9 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 ip=127.0.0.1
282850-12-12 00:00:00.281  info  HTTP Request duration=9.208µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 ip=127.0.0.1 span=c77ecab289571e02 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6019926ff9ceaf0eb88c4937fe34fe8b
282850-12-12 00:00:00.284  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 trace=6b3895fd50a3ab83691c1bed466eac35 span=b7ec6bbb13dc1d84 sql=SELECT count(*) FROM `nodes` rows=1
282850-12-12 00:00:00.289  info  [GORM] SQL Executed duration=4.4ms caller=gin@v1.10.0/context.go:185 rows=0 trace=6b3895fd50a3ab83691c1bed466eac35 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 span=b7ec6bbb13dc1d84
282850-12-12 00:00:00.289  info  HTTP Request duration=6.749ms caller=middleware/loggerMiddleware.go:92 trace=6b3895fd50a3ab83691c1bed466eac35 span=b7ec6bbb13dc1d84 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282851-12-12 00:00:00.879  info  HTTP Request duration=3.875µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 trace=4964c71fef84fd6fc93934307622142f span=92a59cc975a18835 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=204 query=page=1&size=10
282851-12-12 00:00:00.886  info  [GORM] SQL Executed duration=5.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 span=3cd72ba9c08d25bc trace=fd326e161b307aa14ec8d1133951a3c7
282851-12-12 00:00:00.887  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=0 trace=fd326e161b307aa14ec8d1133951a3c7 span=3cd72ba9c08d25bc sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10
282851-12-12 00:00:00.887  info  HTTP Request duration=7.006667ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 trace=fd326e161b307aa14ec8d1133951a3c7 span=3cd72ba9c08d25bc request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282853-12-12 00:00:00.009  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 rows=1 trace=eceb4ab9fc91f859c41f3a6b5722a5e7 span=27b6db280a580f5e sql=SELECT count(*) FROM `nodes`
282853-12-12 00:00:00.010  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 rows=0 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 trace=eceb4ab9fc91f859c41f3a6b5722a5e7 span=27b6db280a580f5e
282853-12-12 00:00:00.010  info  HTTP Request duration=3.5245ms caller=middleware/loggerMiddleware.go:92 trace=eceb4ab9fc91f859c41f3a6b5722a5e7 span=27b6db280a580f5e request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 query=page=1&size=10
282854-12-12 00:00:00.203  info  HTTP Request duration=4.75µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8df106b6cd1f62319256b95ee90411a3 span=3366b5e388356d86
282854-12-12 00:00:00.208  info  [GORM] SQL Executed duration=2.5ms caller=gin@v1.10.0/context.go:185 trace=1e2d22f1760125b594f1b0d3612dd518 sql=SELECT * FROM `subscribe_application` rows=5 span=74dd8f776398bbdc
282854-12-12 00:00:00.208  info  HTTP Request duration=4.069459ms caller=middleware/loggerMiddleware.go:92 status=200 trace=1e2d22f1760125b594f1b0d3612dd518 span=74dd8f776398bbdc request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282856-12-12 00:00:00.435  info  HTTP Request duration=3.167µs caller=middleware/loggerMiddleware.go:92 status=204 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=00ce163805d498c75cef9f7cefdcdf89 span=3aac1813189712b3 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999 ip=127.0.0.1
282856-12-12 00:00:00.435  info  HTTP Request duration=2.25µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=39aab662af41c01fe44694ed4747c960 span=661eac84082b3675 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=10 query=page=1&size=10
282856-12-12 00:00:00.438  info  [GORM] SQL Executed duration=0.9ms caller=subscribe/model.go:128 rows=1 trace=d5295bb41c0488dcd74aa27e00039f0d span=d91a461408919c1e sql=SELECT count(*) FROM `subscribe`
282856-12-12 00:00:00.440  info  [GORM] SQL Executed duration=2.9ms caller=subscribe/model.go:128 span=b6c29b7d24d5326d sql=SELECT count(*) FROM `subscribe` rows=1 trace=29bd1ff809cbc268c3270bfa29a0800e
282856-12-12 00:00:00.440  info  [GORM] SQL Executed duration=2.7ms caller=subscribe/model.go:128 rows=4 trace=d5295bb41c0488dcd74aa27e00039f0d span=d91a461408919c1e sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 10
282856-12-12 00:00:00.442  info  [GORM] SQL Executed duration=1.3ms caller=subscribe/model.go:128 trace=29bd1ff809cbc268c3270bfa29a0800e span=b6c29b7d24d5326d sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 999999999 rows=4
282856-12-12 00:00:00.443  info  [GORM] SQL Executed duration=1.3ms caller=subscribe/getSubscribeListHandler.go:23 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` trace=29bd1ff809cbc268c3270bfa29a0800e rows=3 span=b6c29b7d24d5326d
282856-12-12 00:00:00.443  info  HTTP Request duration=6.369792ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=29bd1ff809cbc268c3270bfa29a0800e status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999 span=b6c29b7d24d5326d
282856-12-12 00:00:00.444  info  [GORM] SQL Executed duration=3.3ms caller=subscribe/getSubscribeListHandler.go:23 span=d91a461408919c1e sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 trace=d5295bb41c0488dcd74aa27e00039f0d
282856-12-12 00:00:00.444  info  HTTP Request duration=8.266375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d91a461408919c1e query=page=1&size=10 ip=127.0.0.1 trace=d5295bb41c0488dcd74aa27e00039f0d
28282-12-12 00:00:00.573  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` trace=88fc85ad84cac49757604f43e33fc58a span=ba3640eaff57ace9 rows=1
28282-12-12 00:00:00.574  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=0 span=ba3640eaff57ace9 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 trace=88fc85ad84cac49757604f43e33fc58a
28282-12-12 00:00:00.574  info  HTTP Request duration=3.449ms caller=middleware/loggerMiddleware.go:92 span=ba3640eaff57ace9 status=200 query=page=1&size=10 trace=88fc85ad84cac49757604f43e33fc58a request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
28283-12-12 00:00:00.944  info  HTTP Request duration=3.708µs caller=middleware/loggerMiddleware.go:92 trace=d06182af0b6e33b54c7c076200a7595f span=0d4c4c456531dc99 request=OPTIONS 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 status=204 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
28283-12-12 00:00:00.947  info  [GORM] SQL Executed duration=2.5ms caller=coupon/getCouponListLogic.go:32 rows=1 span=a38b1957c7700c8c trace=e8828a10bcbeaad1135050bb1299cfda sql=SELECT count(*) FROM `coupon`
28283-12-12 00:00:00.948  info  [GORM] SQL Executed duration=0.6ms caller=coupon/getCouponListLogic.go:32 sql=SELECT * FROM `coupon` LIMIT 10 rows=0 trace=e8828a10bcbeaad1135050bb1299cfda span=a38b1957c7700c8c
28283-12-12 00:00:00.948  info  HTTP Request duration=3.965709ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=a38b1957c7700c8c request=GET 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 trace=e8828a10bcbeaad1135050bb1299cfda status=200 query=page=1&size=10
28284-12-12 00:00:00.813  info  HTTP Request duration=5.959µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 ip=127.0.0.1 trace=a58e26c5e209982e43ae3ed16b73859b query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=f8eb083d76efac46
28284-12-12 00:00:00.815  info  [GORM] SQL Executed duration=0.6ms caller=order/getOrderListLogic.go:30 sql=SELECT count(*) FROM `order` trace=21316b01098848985277dab8c6e9f63f rows=1 span=41b251babad7bd69
28284-12-12 00:00:00.817  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 rows=2 trace=21316b01098848985277dab8c6e9f63f sql=SELECT * FROM `payment` WHERE `payment`.`id` IN (1,-1) span=41b251babad7bd69
28284-12-12 00:00:00.818  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 span=41b251babad7bd69 sql=SELECT * FROM `subscribe` WHERE `subscribe`.`id` IN (3,2) rows=2 trace=21316b01098848985277dab8c6e9f63f
28284-12-12 00:00:00.818  info  [GORM] SQL Executed duration=3.4ms caller=order/getOrderListLogic.go:30 sql=SELECT `order`.`id`,`order`.`parent_id`,`order`.`user_id`,`order`.`order_no`,`order`.`type`,`order`.`quantity`,`order`.`price`,`order`.`amount`,`order`.`discount`,`order`.`coupon`,`order`.`coupon_discount`,`order`.`payment_id`,`order`.`method`,`order`.`fee_amount`,`order`.`trade_no`,`order`.`gift_amount`,`order`.`commission`,`order`.`status`,`order`.`subscribe_id`,`order`.`subscribe_token`,`order`.`is_new`,`order`.`created_at`,`order`.`updated_at` FROM `order` ORDER BY id desc LIMIT 10 rows=10 trace=21316b01098848985277dab8c6e9f63f span=41b251babad7bd69
28284-12-12 00:00:00.818  info  HTTP Request duration=5.225875ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=21316b01098848985277dab8c6e9f63f span=41b251babad7bd69 request=GET 127.0.0.1:8080/v1/admin/order/list?page=1&size=10
28284-12-12 00:00:00.826  info  HTTP Request duration=4.917µs caller=middleware/loggerMiddleware.go:92 status=204 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3ada9804e5440971253a1bb7dabba703 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=470 query=id=470 span=be99a07d8c627dc3
28284-12-12 00:00:00.826  info  HTTP Request duration=2.875µs caller=middleware/loggerMiddleware.go:92 trace=71ee990122bff9bc3a475bace2ee1180 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=476 query=id=476 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8bad149ce80fe273 status=204 ip=127.0.0.1
28284-12-12 00:00:00.826  info  HTTP Request duration=2.541µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=429 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d619e3548ad7069bd888347fa08b968b span=07de7163018025b3 status=204 query=id=429 ip=127.0.0.1
28284-12-12 00:00:00.826  info  HTTP Request duration=2.042µs caller=middleware/loggerMiddleware.go:92 query=id=428 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b387e1f7228fae29e3bc986af661d6b6 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=428 ip=127.0.0.1 span=3224bdc383452d2f
28284-12-12 00:00:00.826  info  HTTP Request duration=2.167µs caller=middleware/loggerMiddleware.go:92 query=id=475 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8ffe1a006af0a28308d33bc43dc9afa7 span=e15ed54df990e961 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=475
28284-12-12 00:00:00.826  info  HTTP Request duration=2.75µs caller=middleware/loggerMiddleware.go:92 query=id=473 trace=723000a9c6732071521f42ea955a2794 span=145aa50fb7727aad status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=473 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
28284-12-12 00:00:00.826  info  HTTP Request duration=3.083µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=472 query=id=472 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5058e357dac58347e83cbfbd602ed762 span=283ed3cc81eb9c23
28284-12-12 00:00:00.826  info  HTTP Request duration=2.375µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=280 query=id=280 trace=60620e5b68ce258d5c0663049065ac06 status=204 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=cc96a16cfbcd3215
28284-12-12 00:00:00.831  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 span=4b0887ac6ec2b798 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 428 trace=4b19adad91a4d23de72bace85d415ca1
28284-12-12 00:00:00.831  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 476 trace=f5a17ccd48960ac0c5ea505a3f9c8576 span=cfc2738919ba2c5b
28284-12-12 00:00:00.832  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 475 rows=1 trace=6a53bb2e4ba7c53c69106c1be91b487c span=83a63aa8735c8d3b
28284-12-12 00:00:00.832  info  [GORM] SQL Executed duration=2.4ms caller=gorm@v1.25.12/callbacks.go:130 span=40ca43bd8bb81719 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 429 rows=1 trace=dd743fdf367b601e8616a5c690830769
28284-12-12 00:00:00.832  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 trace=f5a17ccd48960ac0c5ea505a3f9c8576 span=cfc2738919ba2c5b sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 476 rows=0
28284-12-12 00:00:00.832  info  [GORM] SQL Executed duration=4.3ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 476 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=f5a17ccd48960ac0c5ea505a3f9c8576 span=cfc2738919ba2c5b
28284-12-12 00:00:00.833  info  HTTP Request duration=6.276666ms caller=middleware/loggerMiddleware.go:92 trace=f5a17ccd48960ac0c5ea505a3f9c8576 status=200 query=id=476 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=cfc2738919ba2c5b request=GET 127.0.0.1:8080/v1/admin/user/detail?id=476 ip=127.0.0.1
28284-12-12 00:00:00.833  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 429 trace=dd743fdf367b601e8616a5c690830769 span=40ca43bd8bb81719
28284-12-12 00:00:00.833  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 475 rows=0 span=83a63aa8735c8d3b trace=6a53bb2e4ba7c53c69106c1be91b487c
28284-12-12 00:00:00.833  info  [GORM] SQL Executed duration=5.3ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 429 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=dd743fdf367b601e8616a5c690830769 span=40ca43bd8bb81719
28284-12-12 00:00:00.833  info  [GORM] SQL Executed duration=4.5ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 475 ORDER BY `user`.`id` LIMIT 1 span=83a63aa8735c8d3b rows=1 trace=6a53bb2e4ba7c53c69106c1be91b487c
28284-12-12 00:00:00.833  info  [GORM] SQL Executed duration=2.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 span=4b0887ac6ec2b798 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 428 trace=4b19adad91a4d23de72bace85d415ca1
28284-12-12 00:00:00.833  info  [GORM] SQL Executed duration=5.3ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 428 ORDER BY `user`.`id` LIMIT 1 span=4b0887ac6ec2b798 rows=1 trace=4b19adad91a4d23de72bace85d415ca1
28284-12-12 00:00:00.834  info  HTTP Request duration=6.755375ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=dd743fdf367b601e8616a5c690830769 span=40ca43bd8bb81719 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=429 query=id=429 ip=127.0.0.1
28284-12-12 00:00:00.834  info  HTTP Request duration=6.630666ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=475 query=id=475 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6a53bb2e4ba7c53c69106c1be91b487c span=83a63aa8735c8d3b status=200
28284-12-12 00:00:00.834  info  HTTP Request duration=6.791166ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=428 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4b19adad91a4d23de72bace85d415ca1 span=4b0887ac6ec2b798 query=id=428 ip=127.0.0.1
28284-12-12 00:00:00.835  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 span=0c8da2a989cdf87e trace=c250bbb1a9a31950b3c69112edb1af40 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 470 rows=1
28284-12-12 00:00:00.836  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 473 trace=3b4ac304b4bea1080350e1fa5772d084 rows=1 span=f4a5f9a50920b726
28284-12-12 00:00:00.837  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=c250bbb1a9a31950b3c69112edb1af40 span=0c8da2a989cdf87e sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 470
28284-12-12 00:00:00.837  info  [GORM] SQL Executed duration=8.0ms caller=user/getUserDetailLogic.go:30 rows=1 sql=SELECT * FROM `user` WHERE `id` = 470 ORDER BY `user`.`id` LIMIT 1 trace=c250bbb1a9a31950b3c69112edb1af40 span=0c8da2a989cdf87e
28284-12-12 00:00:00.837  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 280 rows=1 trace=50b90cfa393186174ab7d761bc4198fb span=5becb4c6353bbd9d
28284-12-12 00:00:00.837  info  HTTP Request duration=10.5385ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=470 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c250bbb1a9a31950b3c69112edb1af40 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=470 span=0c8da2a989cdf87e
28284-12-12 00:00:00.837  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 472 rows=1 trace=bc4e5f7a5538d5877bf13254d0b4f58a span=07db835493ce3149
28284-12-12 00:00:00.838  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 473 trace=3b4ac304b4bea1080350e1fa5772d084 span=f4a5f9a50920b726 rows=0
28284-12-12 00:00:00.838  info  [GORM] SQL Executed duration=6.5ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 473 ORDER BY `user`.`id` LIMIT 1 span=f4a5f9a50920b726 rows=1 trace=3b4ac304b4bea1080350e1fa5772d084
28284-12-12 00:00:00.838  info  HTTP Request duration=10.66225ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3b4ac304b4bea1080350e1fa5772d084 span=f4a5f9a50920b726 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=473 query=id=473
28284-12-12 00:00:00.838  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 trace=50b90cfa393186174ab7d761bc4198fb sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 280 rows=0 span=5becb4c6353bbd9d
28284-12-12 00:00:00.838  info  [GORM] SQL Executed duration=3.0ms caller=user/getUserDetailLogic.go:30 rows=1 trace=50b90cfa393186174ab7d761bc4198fb sql=SELECT * FROM `user` WHERE `id` = 280 ORDER BY `user`.`id` LIMIT 1 span=5becb4c6353bbd9d
28284-12-12 00:00:00.838  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 span=07db835493ce3149 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 472 trace=bc4e5f7a5538d5877bf13254d0b4f58a
28284-12-12 00:00:00.838  info  [GORM] SQL Executed duration=3.5ms caller=user/getUserDetailLogic.go:30 trace=bc4e5f7a5538d5877bf13254d0b4f58a span=07db835493ce3149 sql=SELECT * FROM `user` WHERE `id` = 472 ORDER BY `user`.`id` LIMIT 1 rows=1
28284-12-12 00:00:00.838  info  HTTP Request duration=4.315ms caller=middleware/loggerMiddleware.go:92 trace=50b90cfa393186174ab7d761bc4198fb query=id=280 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5becb4c6353bbd9d status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=280 ip=127.0.0.1
28284-12-12 00:00:00.838  info  HTTP Request duration=4.70225ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=472 ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=472 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=bc4e5f7a5538d5877bf13254d0b4f58a span=07db835493ce3149
28286-12-12 00:00:00.017  info  [GORM] SQL Executed duration=0.9ms caller=coupon/getCouponListLogic.go:32 sql=SELECT count(*) FROM `coupon` rows=1 span=1a7b39e7113816b8 trace=2024ec19e7bfcbed8d3042b0c5f22dc3
28286-12-12 00:00:00.019  info  [GORM] SQL Executed duration=1.7ms caller=coupon/getCouponListLogic.go:32 rows=0 sql=SELECT * FROM `coupon` LIMIT 10 trace=2024ec19e7bfcbed8d3042b0c5f22dc3 span=1a7b39e7113816b8
28286-12-12 00:00:00.019  info  HTTP Request duration=4.195166ms caller=middleware/loggerMiddleware.go:92 span=1a7b39e7113816b8 request=GET 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 query=page=1&size=10 trace=2024ec19e7bfcbed8d3042b0c5f22dc3
28288-12-12 00:00:00.116  info  HTTP Request duration=7.084µs caller=middleware/loggerMiddleware.go:92 span=437b40695006d75d status=204 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=32b70365a73e21a4645770cacd690464 request=OPTIONS 127.0.0.1:8080/v1/admin/announcement/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1
28288-12-12 00:00:00.122  info  [GORM] SQL Executed duration=2.8ms caller=announcement/getAnnouncementListLogic.go:32 span=aad21208108fde86 sql=SELECT count(*) FROM `announcement` trace=2ca940db04cd682a888a4db80381f7c8 rows=1
28288-12-12 00:00:00.123  info  [GORM] SQL Executed duration=1.3ms caller=announcement/getAnnouncementListLogic.go:32 trace=2ca940db04cd682a888a4db80381f7c8 span=aad21208108fde86 sql=SELECT * FROM `announcement` LIMIT 10 rows=1
28288-12-12 00:00:00.123  info  HTTP Request duration=6.087042ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 trace=2ca940db04cd682a888a4db80381f7c8 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=aad21208108fde86 request=GET 127.0.0.1:8080/v1/admin/announcement/list?page=1&size=10 query=page=1&size=10
282810-12-12 00:00:00.442  info  HTTP Request duration=3.75µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=204 trace=de19b2390142c974cfccbf0a570dd7c6 span=31844acb8dc4b5d0 request=OPTIONS 127.0.0.1:8080/v1/admin/user/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1
282810-12-12 00:00:00.446  info  [GORM] SQL Executed duration=1.0ms caller=user/getUserListLogic.go:30 sql=SELECT count(*) FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC rows=461 span=25dba6e94675bfc7 trace=94b5fe4d7373b2c98a8db63ad70f6321
282810-12-12 00:00:00.447  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` IN (486,485,484,483,482,481,480,479,478,477) rows=10 span=25dba6e94675bfc7 trace=94b5fe4d7373b2c98a8db63ad70f6321
282810-12-12 00:00:00.448  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 span=25dba6e94675bfc7 rows=0 trace=94b5fe4d7373b2c98a8db63ad70f6321 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` IN (486,485,484,483,482,481,480,479,478,477)
282810-12-12 00:00:00.448  info  [GORM] SQL Executed duration=2.0ms caller=user/getUserListLogic.go:30 trace=94b5fe4d7373b2c98a8db63ad70f6321 span=25dba6e94675bfc7 sql=SELECT * FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC LIMIT 10 rows=10
282810-12-12 00:00:00.448  info  HTTP Request duration=4.251667ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=94b5fe4d7373b2c98a8db63ad70f6321 span=25dba6e94675bfc7
282810-12-12 00:00:00.468  info  HTTP Request duration=2.958µs caller=middleware/loggerMiddleware.go:92 status=204 query=id=61 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a56b6b00e656fe168081e81c262ac00a request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=61 span=93c2147b44babd86
282810-12-12 00:00:00.468  info  HTTP Request duration=2.625µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=160 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7f0dd79e7459c5c70b0618eb3507de6e span=a47b56f3df57784b query=id=160
282810-12-12 00:00:00.472  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 61 rows=1 span=c2cab1c3defeade6 trace=a548caf14bb92f1507851aeb02e5bb05
282810-12-12 00:00:00.472  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 span=545fcb632e3eca7c rows=1 trace=4bf8a462aaf741f4c10e928a2d1dbcac sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 160
282810-12-12 00:00:00.473  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 61 rows=0 trace=a548caf14bb92f1507851aeb02e5bb05 span=c2cab1c3defeade6
282810-12-12 00:00:00.473  info  [GORM] SQL Executed duration=3.1ms caller=user/getUserDetailLogic.go:30 rows=1 trace=a548caf14bb92f1507851aeb02e5bb05 sql=SELECT * FROM `user` WHERE `id` = 61 ORDER BY `user`.`id` LIMIT 1 span=c2cab1c3defeade6
282810-12-12 00:00:00.473  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 span=545fcb632e3eca7c sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 160 rows=0 trace=4bf8a462aaf741f4c10e928a2d1dbcac
282810-12-12 00:00:00.473  info  [GORM] SQL Executed duration=3.3ms caller=user/getUserDetailLogic.go:30 span=545fcb632e3eca7c sql=SELECT * FROM `user` WHERE `id` = 160 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=4bf8a462aaf741f4c10e928a2d1dbcac
282810-12-12 00:00:00.473  info  HTTP Request duration=5.177917ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=160 query=id=160 ip=127.0.0.1 span=545fcb632e3eca7c status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4bf8a462aaf741f4c10e928a2d1dbcac
282810-12-12 00:00:00.473  info  HTTP Request duration=5.219042ms caller=middleware/loggerMiddleware.go:92 trace=a548caf14bb92f1507851aeb02e5bb05 span=c2cab1c3defeade6 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=61 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query=id=61 ip=127.0.0.1
282812-12-12 00:00:00.313  info  HTTP Request duration=10.125µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/ticket/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=abc9eef6fe99ccfda41c9b570c754780 span=3eb6884a1cb9bcea query=page=1&size=10 ip=127.0.0.1 status=204
282812-12-12 00:00:00.318  info  [GORM] SQL Executed duration=2.5ms caller=ticket/getTicketListLogic.go:30 span=8be284e07ccfa164 sql=SELECT count(*) FROM `ticket` rows=1 trace=bf1ee220045cfc3f03a9c0fb4a88d688
282812-12-12 00:00:00.324  info  [GORM] SQL Executed duration=5.9ms caller=ticket/getTicketListLogic.go:30 sql=SELECT * FROM `ticket` ORDER BY id desc LIMIT 10 rows=10 trace=bf1ee220045cfc3f03a9c0fb4a88d688 span=8be284e07ccfa164
282812-12-12 00:00:00.329  info  HTTP Request duration=15.699667ms caller=middleware/loggerMiddleware.go:92 span=8be284e07ccfa164 status=200 request=GET 127.0.0.1:8080/v1/admin/ticket/list?page=1&size=10 ip=127.0.0.1 trace=bf1ee220045cfc3f03a9c0fb4a88d688 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282812-12-12 00:00:00.336  info  HTTP Request duration=3.417µs caller=middleware/loggerMiddleware.go:92 status=204 query=id=330 ip=127.0.0.1 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=330 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6667e3196b807e6611d7c94c78990224 span=ae19b1038db6c7f2
282812-12-12 00:00:00.336  info  HTTP Request duration=2.959µs caller=middleware/loggerMiddleware.go:92 status=204 ip=127.0.0.1 span=ad58e7e05d09ce77 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=448 query=id=448 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6340210ffea835a415e85156e69514c1
282812-12-12 00:00:00.336  info  HTTP Request duration=3.375µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=71 query=id=71 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6e6786d84a03344b7a20dcc8e771f037 span=3c1cf6a1eff0118d
282812-12-12 00:00:00.336  info  HTTP Request duration=5.166µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 trace=2a6da8288f4e7f3aaf4fdb0decd4776d status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=183 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=c974a5cc72e5d0da query=id=183
282812-12-12 00:00:00.336  info  HTTP Request duration=2.625µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=327 ip=127.0.0.1 trace=409b7ddb69551dbbd8269038f8191763 span=63b4a09c82a72e8f query=id=327 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282812-12-12 00:00:00.336  info  HTTP Request duration=5.166µs caller=middleware/loggerMiddleware.go:92 status=204 ip=127.0.0.1 trace=0041169e4e01752757435d7ab0107521 span=e0f2df3c78ea2291 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=314 query=id=314 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282812-12-12 00:00:00.336  info  HTTP Request duration=3.458µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a49625dae4d38b91785d7c07831c052d span=180684dd36ed67ab status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=201 query=id=201 ip=127.0.0.1
282812-12-12 00:00:00.345  info  [GORM] SQL Executed duration=3.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 71 rows=1 trace=503a3ffe7241a2f70d5d0d503c243752 span=cb0913394737fc94
282812-12-12 00:00:00.345  info  [GORM] SQL Executed duration=3.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 448 rows=1 trace=050144d07072100a08c953009d41a360 span=b2c95ccec6aa39f0
282812-12-12 00:00:00.345  info  [GORM] SQL Executed duration=4.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 183 rows=1 trace=2cec85b684b3aeac23ad1b38c7ecf6ed span=470b64c5dd508271
282812-12-12 00:00:00.345  info  [GORM] SQL Executed duration=2.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=638d0ba2b938022c710d676eb03f6a5d sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 327 span=61298b7f35f61192
282812-12-12 00:00:00.345  info  [GORM] SQL Executed duration=3.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 330 rows=1 trace=69c5fd569c7b2a51cf376a252cc84227 span=9c6dda9018a80469
282812-12-12 00:00:00.345  info  [GORM] SQL Executed duration=4.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 314 rows=1 span=ebcf84e29c507b86 trace=159a0f5fc694999bd83957baf3e6807f
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 327 rows=0 trace=638d0ba2b938022c710d676eb03f6a5d span=61298b7f35f61192
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 71 rows=0 trace=503a3ffe7241a2f70d5d0d503c243752 span=cb0913394737fc94
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 330 rows=0 span=9c6dda9018a80469 trace=69c5fd569c7b2a51cf376a252cc84227
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=9.1ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 330 ORDER BY `user`.`id` LIMIT 1 trace=69c5fd569c7b2a51cf376a252cc84227 span=9c6dda9018a80469 rows=1
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=8.1ms caller=user/getUserDetailLogic.go:30 trace=638d0ba2b938022c710d676eb03f6a5d span=61298b7f35f61192 sql=SELECT * FROM `user` WHERE `id` = 327 ORDER BY `user`.`id` LIMIT 1 rows=1
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=8.3ms caller=user/getUserDetailLogic.go:30 span=cb0913394737fc94 sql=SELECT * FROM `user` WHERE `id` = 71 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=503a3ffe7241a2f70d5d0d503c243752
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 448 rows=0 span=b2c95ccec6aa39f0 trace=050144d07072100a08c953009d41a360
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 314 rows=0 trace=159a0f5fc694999bd83957baf3e6807f span=ebcf84e29c507b86
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=2cec85b684b3aeac23ad1b38c7ecf6ed span=470b64c5dd508271 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 183
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=8.4ms caller=user/getUserDetailLogic.go:30 rows=1 span=b2c95ccec6aa39f0 sql=SELECT * FROM `user` WHERE `id` = 448 ORDER BY `user`.`id` LIMIT 1 trace=050144d07072100a08c953009d41a360
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=8.4ms caller=user/getUserDetailLogic.go:30 span=470b64c5dd508271 sql=SELECT * FROM `user` WHERE `id` = 183 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=2cec85b684b3aeac23ad1b38c7ecf6ed
282812-12-12 00:00:00.347  info  [GORM] SQL Executed duration=8.2ms caller=user/getUserDetailLogic.go:30 trace=159a0f5fc694999bd83957baf3e6807f sql=SELECT * FROM `user` WHERE `id` = 314 ORDER BY `user`.`id` LIMIT 1 rows=1 span=ebcf84e29c507b86
282812-12-12 00:00:00.351  info  HTTP Request duration=12.692167ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=9c6dda9018a80469 status=200 trace=69c5fd569c7b2a51cf376a252cc84227 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=330 query=id=330
282812-12-12 00:00:00.351  info  HTTP Request duration=12.302875ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=448 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=050144d07072100a08c953009d41a360 span=b2c95ccec6aa39f0 status=200 query=id=448 ip=127.0.0.1
282812-12-12 00:00:00.351  info  HTTP Request duration=14.142958ms caller=middleware/loggerMiddleware.go:92 trace=503a3ffe7241a2f70d5d0d503c243752 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=71 query=id=71 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=cb0913394737fc94 status=200
282812-12-12 00:00:00.351  info  HTTP Request duration=12.142458ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=314 ip=127.0.0.1 trace=159a0f5fc694999bd83957baf3e6807f span=ebcf84e29c507b86 status=200 query=id=314 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282812-12-12 00:00:00.351  info  HTTP Request duration=14.142833ms caller=middleware/loggerMiddleware.go:92 trace=2cec85b684b3aeac23ad1b38c7ecf6ed span=470b64c5dd508271 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=183 query=id=183 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200
282812-12-12 00:00:00.351  info  HTTP Request duration=14.184917ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=327 query=id=327 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=638d0ba2b938022c710d676eb03f6a5d span=61298b7f35f61192
282812-12-12 00:00:00.355  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 201 rows=1 span=ec50b23f9b637910 trace=bc2d35a3e47e946e9e3e55e5efaf209e
282812-12-12 00:00:00.355  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 trace=bc2d35a3e47e946e9e3e55e5efaf209e span=ec50b23f9b637910 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 201 rows=0
282812-12-12 00:00:00.355  info  [GORM] SQL Executed duration=2.6ms caller=user/getUserDetailLogic.go:30 trace=bc2d35a3e47e946e9e3e55e5efaf209e span=ec50b23f9b637910 rows=1 sql=SELECT * FROM `user` WHERE `id` = 201 ORDER BY `user`.`id` LIMIT 1
282812-12-12 00:00:00.356  info  HTTP Request duration=4.227625ms caller=middleware/loggerMiddleware.go:92 trace=bc2d35a3e47e946e9e3e55e5efaf209e span=ec50b23f9b637910 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=201 query=id=201 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200
282815-12-12 00:00:00.006  info  HTTP Request duration=7.917µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=800fef6650c58044087005fed64c1ac6 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/document/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 span=a06233326068ce9e
282815-12-12 00:00:00.010  info  [GORM] SQL Executed duration=2.4ms caller=document/getDocumentListLogic.go:30 sql=SELECT count(*) FROM `document` rows=1 trace=d5aa09d5d1c56104a59c1fe176841db0 span=f587d0e0fe905342
282815-12-12 00:00:00.011  info  [GORM] SQL Executed duration=0.8ms caller=document/getDocumentListLogic.go:30 sql=SELECT * FROM `document` LIMIT 10 rows=0 span=f587d0e0fe905342 trace=d5aa09d5d1c56104a59c1fe176841db0
282815-12-12 00:00:00.011  info  HTTP Request duration=4.71425ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d5aa09d5d1c56104a59c1fe176841db0 span=f587d0e0fe905342 request=GET 127.0.0.1:8080/v1/admin/document/list?page=1&size=10 query=page=1&size=10
282817-12-12 00:00:00.843  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 trace=9c70a0ea290d0ce1d5a8a6d024761c85 span=0bc00593b4b4de54 rows=1 sql=SELECT count(*) FROM `nodes`
282817-12-12 00:00:00.844  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=0 span=0bc00593b4b4de54 trace=9c70a0ea290d0ce1d5a8a6d024761c85
282817-12-12 00:00:00.844  info  HTTP Request duration=2.257417ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=0bc00593b4b4de54 trace=9c70a0ea290d0ce1d5a8a6d024761c85
282818-12-12 00:00:00.607  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 trace=47a2afeeef14ac354434f346c67eeba7 span=bc0e7deb89a89b5d sql=SELECT count(*) FROM `servers` rows=1
282818-12-12 00:00:00.608  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=0 trace=47a2afeeef14ac354434f346c67eeba7 span=bc0e7deb89a89b5d
282818-12-12 00:00:00.608  info  HTTP Request duration=3.30825ms caller=middleware/loggerMiddleware.go:92 trace=47a2afeeef14ac354434f346c67eeba7 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 ip=127.0.0.1 span=bc0e7deb89a89b5d status=200 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282846-12-12 00:00:00.460  info  [CheckSubscription] Start check subscription: 2025-12-28 17:05:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.463  info  [GORM] SQL Executed duration=2.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.463  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.465  info  [GORM] SQL Executed duration=1.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:05:46.464' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282846-12-12 00:00:00.465  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
282846-12-12 00:00:00.585  info  [CheckSubscription] Start check subscription: 2025-12-28 17:06:46 caller=subscription/checkSubscriptionLogic.go:32
282846-12-12 00:00:00.589  info  [GORM] SQL Executed duration=2.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status = 1 AND traffic > 0 rows=0
282846-12-12 00:00:00.589  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:70
282846-12-12 00:00:00.593  info  [GORM] SQL Executed duration=2.1ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` = 1 AND `expire_time` < '2025-12-29 09:06:46.59' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
282846-12-12 00:00:00.593  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:112
28289-12-12 00:00:00.423  info  stop scheduler service caller=scheduler/scheduler.go:55
28289-12-12 00:00:00.423  info  stop consumer service caller=queue/queue.go:36
282824-12-12 00:00:00.269  info  [GeoIP] Database not found, downloading from https://raw.githubusercontent.com/adysec/IP_database/main/geolite/GeoLite2-City.mmdb caller=svc/mmdb.go:24
282858-12-12 00:00:00.607  info  [GeoIP] Database downloaded successfully caller=svc/mmdb.go:31
282858-12-12 00:00:00.617  info  start consumer service caller=queue/queue.go:23
282858-12-12 00:00:00.617  info  start scheduler service caller=scheduler/scheduler.go:26
28280-12-12 00:00:00.747  info  [Migrate] Database change, took 2.130486709s caller=initialize/version.go:28
28280-12-12 00:00:00.748  info  [GORM] SQL Executed duration=0.7ms caller=initialize/init.go:8 sql=SELECT count(*) FROM `user` rows=1
28280-12-12 00:00:00.748  debug  initialize site config caller=initialize/site.go:14
28280-12-12 00:00:00.749  info  [GORM] SQL Executed duration=0.5ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=7
28280-12-12 00:00:00.750  debug  Node config initialization caller=initialize/node.go:16
28280-12-12 00:00:00.750  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
28280-12-12 00:00:00.750  info  [GORM] SQL Executed duration=0.2ms caller=internal/server.go:72 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
28280-12-12 00:00:00.751  info  [GORM] SQL Executed duration=0.3ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
28280-12-12 00:00:00.751  debug  Email config initialization caller=initialize/email.go:17
28280-12-12 00:00:00.751  info  [GORM] SQL Executed duration=0.3ms caller=initialize/email.go:18 rows=1 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1
28280-12-12 00:00:00.752  debug  device config initialization caller=initialize/device.go:15
28280-12-12 00:00:00.752  info  [GORM] SQL Executed duration=0.2ms caller=initialize/device.go:16 rows=1 sql=SELECT * FROM `auth_method` WHERE method = 'device' ORDER BY `auth_method`.`id` LIMIT 1
28280-12-12 00:00:00.752  debug  Register config initialization caller=initialize/invite.go:14
28280-12-12 00:00:00.752  info  [GORM] SQL Executed duration=0.2ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=5
28280-12-12 00:00:00.753  debug  Verify config initialization caller=initialize/verify.go:22
28280-12-12 00:00:00.754  info  [GORM] SQL Executed duration=0.8ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
28280-12-12 00:00:00.754  debug  Verify code config initialization caller=initialize/verify.go:38
28280-12-12 00:00:00.754  info  [GORM] SQL Executed duration=0.3ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
28280-12-12 00:00:00.754  debug  Subscribe config initialization caller=initialize/subscribe.go:14
28280-12-12 00:00:00.755  info  [GORM] SQL Executed duration=0.3ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
28280-12-12 00:00:00.755  debug  Register config initialization caller=initialize/register.go:14
28280-12-12 00:00:00.755  info  [GORM] SQL Executed duration=0.3ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
28280-12-12 00:00:00.755  debug  Mobile config initialization caller=initialize/mobile.go:16
28280-12-12 00:00:00.756  info  [GORM] SQL Executed duration=0.2ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
28280-12-12 00:00:00.756  info  [GORM] SQL Executed duration=0.2ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
28281-12-12 00:00:00.477  info  Starting agent caller=trace/agent.go:46
28281-12-12 00:00:00.477  info  server start at 0.0.0.0:8080 caller=internal/server.go:112
282858-12-12 00:00:00.724  info  [CheckSubscription] Start check subscription: 2025-12-28 17:28:58 caller=subscription/checkSubscriptionLogic.go:29
282858-12-12 00:00:00.763  info  [GORM] SQL Executed duration=4.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282858-12-12 00:00:00.763  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282858-12-12 00:00:00.765  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:28:58.764' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282858-12-12 00:00:00.765  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
28283-12-12 00:00:00.841  debug  [AuthMiddleware] Redis Get{error redis: nil} {sessionId 019b67a2-d33f-7ea7-81c3-dd1dd017847f} caller=middleware/authMiddleware.go:56 trace=53d5191212261459b1b675c522c30930 span=7c39498cb8724113
28283-12-12 00:00:00.841  info  HTTP Request duration=721.292µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 trace=53d5191212261459b1b675c522c30930 span=7c39498cb8724113 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query=page=1&size=999999999
28283-12-12 00:00:00.841  debug  [AuthMiddleware] Redis Get{error redis: nil} {sessionId 019b67a2-d33f-7ea7-81c3-dd1dd017847f} caller=middleware/authMiddleware.go:56 trace=c08fe5b813ca75fd6241330778fd761d span=56d5d9b39046683d
28283-12-12 00:00:00.841  debug  [AuthMiddleware] Redis Get{error redis: nil} {sessionId 019b67a2-d33f-7ea7-81c3-dd1dd017847f} caller=middleware/authMiddleware.go:56 trace=e04e58a5bb4109a953a9e69cccea5fce span=dcc70badff123849
28283-12-12 00:00:00.841  info  HTTP Request duration=1.076958ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 trace=c08fe5b813ca75fd6241330778fd761d span=56d5d9b39046683d request=GET 127.0.0.1:8080/v1/admin/server/node/tags query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200
28283-12-12 00:00:00.841  info  HTTP Request duration=1.089167ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 trace=e04e58a5bb4109a953a9e69cccea5fce span=dcc70badff123849 status=200 query=page=1&size=999999999
28283-12-12 00:00:00.909  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=8bb6f1ca28eca3a7bdc184970233966d span=ae550674d6e88d1b
28283-12-12 00:00:00.909  info  HTTP Request duration=56.125µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8bb6f1ca28eca3a7bdc184970233966d status=200 ip=127.0.0.1 span=ae550674d6e88d1b
282841-12-12 00:00:00.028  info  [GORM] SQL Executed duration=2.2ms caller=auth/userLoginLogic.go:69 trace=b027f45362781d7971e0014c8ba27d8c span=502ca2a06126e57d rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `auth_type` = 'email' AND `auth_identifier` = 'kxswman@gmail.com' ORDER BY `user_auth_methods`.`id` LIMIT 1
282841-12-12 00:00:00.029  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1 trace=b027f45362781d7971e0014c8ba27d8c span=502ca2a06126e57d
282841-12-12 00:00:00.030  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 trace=b027f45362781d7971e0014c8ba27d8c span=502ca2a06126e57d sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282841-12-12 00:00:00.030  info  [GORM] SQL Executed duration=2.5ms caller=auth/userLoginLogic.go:69 rows=1 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 trace=b027f45362781d7971e0014c8ba27d8c span=502ca2a06126e57d
282841-12-12 00:00:00.035  info  [GORM] SQL Executed duration=4.3ms caller=auth/userLoginHandler.go:42 rows=1 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766971781031}','2025-12-29 09:29:41.032','2025-12-28') trace=b027f45362781d7971e0014c8ba27d8c span=502ca2a06126e57d
282841-12-12 00:00:00.036  info  HTTP Request duration=10.868166ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/auth/login ip=127.0.0.1 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpblR5cGUiOiIiLCJTZXNzaW9uSWQiOiIwMTliNjdiOS1hZmE3LTc0ZDItYjc0Ny1iMGY4NjhiMWNmMTkiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NjU4MSwiaWF0IjoxNzY2OTcxNzgxfQ.mZTpnGoIsKm2K0MNy2vAFLNHhmVXDGyNHOcG7Grqgr0"}} span=502ca2a06126e57d query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"} trace=b027f45362781d7971e0014c8ba27d8c
282841-12-12 00:00:00.253  info  [GORM] SQL Executed duration=2.1ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2
282841-12-12 00:00:00.255  info  [GORM] SQL Executed duration=2.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282841-12-12 00:00:00.255  info  [GORM] SQL Executed duration=5.7ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282841-12-12 00:00:00.256  info  [GORM] SQL Executed duration=2.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282841-12-12 00:00:00.257  info  [GORM] SQL Executed duration=2.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282841-12-12 00:00:00.257  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=cc233d4705490c88a9f9d905bf394f74 span=a7b22de6842ce364 rows=1
282841-12-12 00:00:00.258  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282841-12-12 00:00:00.258  info  [GORM] SQL Executed duration=2.1ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282841-12-12 00:00:00.258  info  [GORM] SQL Executed duration=8.7ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282841-12-12 00:00:00.259  info  [GORM] SQL Executed duration=2.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282841-12-12 00:00:00.259  info  [GORM] SQL Executed duration=9.6ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282841-12-12 00:00:00.259  info  [GORM] SQL Executed duration=2.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=0 trace=cc233d4705490c88a9f9d905bf394f74 span=a7b22de6842ce364
282841-12-12 00:00:00.260  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282841-12-12 00:00:00.260  info  [GORM] SQL Executed duration=8.8ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282841-12-12 00:00:00.260  info  HTTP Request duration=11.372708ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 span=a7b22de6842ce364 status=200 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=cc233d4705490c88a9f9d905bf394f74 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999
282841-12-12 00:00:00.260  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 trace=fe21bf51bb011150e6d3ed4a5360aa73 span=1e690107729c9826 rows=1 sql=SELECT count(*) FROM `nodes`
282841-12-12 00:00:00.260  info  [GORM] SQL Executed duration=0.7ms caller=middleware/authMiddleware.go:89 rows=0 span=d2059d91e6b3e94f sql=SELECT * FROM `nodes` trace=77d38928d9a12a11a4eb22e20d066dc7
282841-12-12 00:00:00.260  info  HTTP Request duration=12.033167ms caller=middleware/loggerMiddleware.go:92 trace=77d38928d9a12a11a4eb22e20d066dc7 request=GET 127.0.0.1:8080/v1/admin/server/node/tags user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d2059d91e6b3e94f status=200 query= ip=127.0.0.1
282841-12-12 00:00:00.261  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 span=1e690107729c9826 rows=0 trace=fe21bf51bb011150e6d3ed4a5360aa73
282841-12-12 00:00:00.261  info  HTTP Request duration=12.542708ms caller=middleware/loggerMiddleware.go:92 span=1e690107729c9826 status=200 query=page=1&size=999999999 ip=127.0.0.1 trace=fe21bf51bb011150e6d3ed4a5360aa73 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282841-12-12 00:00:00.261  info  [GORM] SQL Executed duration=0.5ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `servers` trace=ee885b2e27dc2005dcbb89611ef9be95 span=c3d23e23dccd0f72
282841-12-12 00:00:00.262  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 trace=ee885b2e27dc2005dcbb89611ef9be95 rows=0 span=c3d23e23dccd0f72
282841-12-12 00:00:00.262  info  HTTP Request duration=11.704667ms caller=middleware/loggerMiddleware.go:92 span=c3d23e23dccd0f72 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 trace=ee885b2e27dc2005dcbb89611ef9be95 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282843-12-12 00:00:00.487  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 rows=1 trace=70b9864bd0cdaf979681e26bcdb62475 span=5a62fdf3edd72caf sql=SELECT count(*) FROM `nodes`
282843-12-12 00:00:00.488  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=0 trace=70b9864bd0cdaf979681e26bcdb62475 span=5a62fdf3edd72caf sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10
282843-12-12 00:00:00.488  info  HTTP Request duration=2.832583ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 trace=70b9864bd0cdaf979681e26bcdb62475 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5a62fdf3edd72caf
282844-12-12 00:00:00.360  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `servers` trace=8ae0259b55dd58512facb39c1e78fa1e span=fe9a61307633754e
282844-12-12 00:00:00.361  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=0 trace=8ae0259b55dd58512facb39c1e78fa1e span=fe9a61307633754e
282844-12-12 00:00:00.361  info  HTTP Request duration=2.344375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 ip=127.0.0.1 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8ae0259b55dd58512facb39c1e78fa1e span=fe9a61307633754e
282845-12-12 00:00:00.861  info  [GORM] SQL Executed duration=0.9ms caller=order/getOrderListLogic.go:30 trace=cc86782a93006438f0df1d2679e776d6 sql=SELECT count(*) FROM `order` rows=1 span=43b7bb133bf034ba
282845-12-12 00:00:00.862  info  [GORM] SQL Executed duration=2.2ms caller=subscribe/model.go:128 span=f020296f8173a763 sql=SELECT count(*) FROM `subscribe` trace=9149e1d44801f6d76f0ee1134c8e0f1c rows=1
282845-12-12 00:00:00.865  info  [GORM] SQL Executed duration=2.4ms caller=subscribe/model.go:128 trace=9149e1d44801f6d76f0ee1134c8e0f1c span=f020296f8173a763 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 999999999 rows=4
282845-12-12 00:00:00.866  info  [GORM] SQL Executed duration=3.5ms caller=gorm@v1.25.12/callbacks.go:130 trace=cc86782a93006438f0df1d2679e776d6 span=43b7bb133bf034ba sql=SELECT * FROM `payment` WHERE `payment`.`id` IN (1,-1) rows=2
282845-12-12 00:00:00.869  info  [GORM] SQL Executed duration=4.0ms caller=subscribe/getSubscribeListHandler.go:23 span=f020296f8173a763 rows=3 trace=9149e1d44801f6d76f0ee1134c8e0f1c sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id`
282845-12-12 00:00:00.869  info  [GORM] SQL Executed duration=2.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `subscribe` WHERE `subscribe`.`id` IN (3,2) rows=2 span=43b7bb133bf034ba trace=cc86782a93006438f0df1d2679e776d6
282845-12-12 00:00:00.869  info  [GORM] SQL Executed duration=8.0ms caller=order/getOrderListLogic.go:30 rows=10 trace=cc86782a93006438f0df1d2679e776d6 span=43b7bb133bf034ba sql=SELECT `order`.`id`,`order`.`parent_id`,`order`.`user_id`,`order`.`order_no`,`order`.`type`,`order`.`quantity`,`order`.`price`,`order`.`amount`,`order`.`discount`,`order`.`coupon`,`order`.`coupon_discount`,`order`.`payment_id`,`order`.`method`,`order`.`fee_amount`,`order`.`trade_no`,`order`.`gift_amount`,`order`.`commission`,`order`.`status`,`order`.`subscribe_id`,`order`.`subscribe_token`,`order`.`is_new`,`order`.`created_at`,`order`.`updated_at` FROM `order` ORDER BY id desc LIMIT 10
282845-12-12 00:00:00.869  info  HTTP Request duration=9.919833ms caller=middleware/loggerMiddleware.go:92 trace=9149e1d44801f6d76f0ee1134c8e0f1c span=f020296f8173a763 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999 query=page=1&size=999999999
282845-12-12 00:00:00.869  info  HTTP Request duration=10.023834ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=cc86782a93006438f0df1d2679e776d6 request=GET 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 span=43b7bb133bf034ba
282845-12-12 00:00:00.886  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 429 rows=1 trace=324856c4b2a264618041824419693b80 span=13e71a1c39a9301f
282845-12-12 00:00:00.886  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 470 trace=20da0f0b7d9aa5e983f0b4459d071df1 span=2be12bf181915f76
282845-12-12 00:00:00.886  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 476 rows=1 trace=c97aac9325315e9722032e35f9ebecaa span=8ab6068e3fd4f2c4
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 span=8ab6068e3fd4f2c4 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 476 trace=c97aac9325315e9722032e35f9ebecaa
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=3.2ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 476 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=c97aac9325315e9722032e35f9ebecaa span=8ab6068e3fd4f2c4
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 span=2be12bf181915f76 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 470 rows=0 trace=20da0f0b7d9aa5e983f0b4459d071df1
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=3.2ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 470 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=20da0f0b7d9aa5e983f0b4459d071df1 span=2be12bf181915f76
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 trace=324856c4b2a264618041824419693b80 span=13e71a1c39a9301f sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 429 rows=0
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=3.6ms caller=user/getUserDetailLogic.go:30 span=13e71a1c39a9301f sql=SELECT * FROM `user` WHERE `id` = 429 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=324856c4b2a264618041824419693b80
282845-12-12 00:00:00.887  info  HTTP Request duration=6.5585ms caller=middleware/loggerMiddleware.go:92 query=id=470 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=20da0f0b7d9aa5e983f0b4459d071df1 span=2be12bf181915f76 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=470
282845-12-12 00:00:00.887  info  HTTP Request duration=6.554125ms caller=middleware/loggerMiddleware.go:92 span=13e71a1c39a9301f status=200 query=id=429 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=429 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=324856c4b2a264618041824419693b80
282845-12-12 00:00:00.887  info  HTTP Request duration=6.574583ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c97aac9325315e9722032e35f9ebecaa status=200 query=id=476 ip=127.0.0.1 span=8ab6068e3fd4f2c4 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=476
282845-12-12 00:00:00.887  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 trace=3b284da129577ff691bcba7b7e508d4f span=c63933f323242d00 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 473 rows=1
282845-12-12 00:00:00.889  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 trace=3b284da129577ff691bcba7b7e508d4f span=c63933f323242d00 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 473 rows=0
282845-12-12 00:00:00.889  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 trace=3b284da129577ff691bcba7b7e508d4f span=c63933f323242d00 sql=SELECT * FROM `user` WHERE `id` = 473 ORDER BY `user`.`id` LIMIT 1 rows=1
282845-12-12 00:00:00.889  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 475 rows=1 trace=6b2e61113fa9a741ec2c6bce2d22e5bb span=0df0ac71182b3295
282845-12-12 00:00:00.889  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 428 rows=1 trace=ea78756fc25ac343b7f682fa2ad9bffb span=6573d8b0499eaa6a
282845-12-12 00:00:00.889  info  HTTP Request duration=8.422208ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=c63933f323242d00 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=473 query=id=473 trace=3b284da129577ff691bcba7b7e508d4f ip=127.0.0.1
282845-12-12 00:00:00.890  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=6b2e61113fa9a741ec2c6bce2d22e5bb sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 475 span=0df0ac71182b3295
282845-12-12 00:00:00.890  info  [GORM] SQL Executed duration=4.9ms caller=user/getUserDetailLogic.go:30 rows=1 span=0df0ac71182b3295 sql=SELECT * FROM `user` WHERE `id` = 475 ORDER BY `user`.`id` LIMIT 1 trace=6b2e61113fa9a741ec2c6bce2d22e5bb
282845-12-12 00:00:00.890  info  HTTP Request duration=9.593125ms caller=middleware/loggerMiddleware.go:92 trace=6b2e61113fa9a741ec2c6bce2d22e5bb span=0df0ac71182b3295 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=475 query=id=475 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282845-12-12 00:00:00.890  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 428 trace=ea78756fc25ac343b7f682fa2ad9bffb span=6573d8b0499eaa6a
282845-12-12 00:00:00.890  info  [GORM] SQL Executed duration=5.5ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 428 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=ea78756fc25ac343b7f682fa2ad9bffb span=6573d8b0499eaa6a
282845-12-12 00:00:00.891  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 472 trace=914e24543adf502c6902ebe3d17827b5 span=397577d4962e7e2d rows=1
282845-12-12 00:00:00.891  info  HTTP Request duration=9.762833ms caller=middleware/loggerMiddleware.go:92 query=id=428 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=ea78756fc25ac343b7f682fa2ad9bffb span=6573d8b0499eaa6a status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=428
282845-12-12 00:00:00.891  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 280 rows=1 trace=faa439d23bebc3c5f61c4e80d5b9777e span=453dfee489b333d2
282845-12-12 00:00:00.891  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 472 rows=0 trace=914e24543adf502c6902ebe3d17827b5 span=397577d4962e7e2d
282845-12-12 00:00:00.891  info  [GORM] SQL Executed duration=2.9ms caller=user/getUserDetailLogic.go:30 span=397577d4962e7e2d sql=SELECT * FROM `user` WHERE `id` = 472 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=914e24543adf502c6902ebe3d17827b5
282845-12-12 00:00:00.892  info  HTTP Request duration=3.945791ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=472 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=914e24543adf502c6902ebe3d17827b5 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=472 span=397577d4962e7e2d
282845-12-12 00:00:00.892  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 span=453dfee489b333d2 trace=faa439d23bebc3c5f61c4e80d5b9777e sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 280
282845-12-12 00:00:00.892  info  [GORM] SQL Executed duration=3.1ms caller=user/getUserDetailLogic.go:30 trace=faa439d23bebc3c5f61c4e80d5b9777e span=453dfee489b333d2 sql=SELECT * FROM `user` WHERE `id` = 280 ORDER BY `user`.`id` LIMIT 1 rows=1
282845-12-12 00:00:00.892  info  HTTP Request duration=4.105416ms caller=middleware/loggerMiddleware.go:92 trace=faa439d23bebc3c5f61c4e80d5b9777e status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=280 span=453dfee489b333d2 query=id=280 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282846-12-12 00:00:00.958  info  [GORM] SQL Executed duration=0.7ms caller=coupon/getCouponListLogic.go:32 rows=1 span=6fc3e7906af308ae sql=SELECT count(*) FROM `coupon` trace=1a36de104983297b514b58fc7c498a78
282846-12-12 00:00:00.959  info  [GORM] SQL Executed duration=0.5ms caller=coupon/getCouponListLogic.go:32 trace=1a36de104983297b514b58fc7c498a78 span=6fc3e7906af308ae sql=SELECT * FROM `coupon` LIMIT 10 rows=0
282846-12-12 00:00:00.959  info  HTTP Request duration=1.986583ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1a36de104983297b514b58fc7c498a78 status=200 ip=127.0.0.1 span=6fc3e7906af308ae
282848-12-12 00:00:00.725  info  [GORM] SQL Executed duration=1.5ms caller=announcement/getAnnouncementListLogic.go:32 sql=SELECT count(*) FROM `announcement` rows=1 span=f56a40a232f649a2 trace=d5c7a5b408620ee26b94a7c35c4e2414
282848-12-12 00:00:00.725  info  [GORM] SQL Executed duration=0.5ms caller=announcement/getAnnouncementListLogic.go:32 sql=SELECT * FROM `announcement` LIMIT 10 rows=1 span=f56a40a232f649a2 trace=d5c7a5b408620ee26b94a7c35c4e2414
282848-12-12 00:00:00.725  info  HTTP Request duration=2.929666ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/announcement/list?page=1&size=10 trace=d5c7a5b408620ee26b94a7c35c4e2414 span=f56a40a232f649a2 status=200 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282849-12-12 00:00:00.658  info  [GORM] SQL Executed duration=0.9ms caller=user/getUserListLogic.go:30 span=329f753594315ace rows=461 trace=0ac6e2c37efbfc964b225df15448a2f4 sql=SELECT count(*) FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC
282849-12-12 00:00:00.660  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` IN (486,485,484,483,482,481,480,479,478,477) trace=0ac6e2c37efbfc964b225df15448a2f4 span=329f753594315ace rows=10
282849-12-12 00:00:00.661  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` IN (486,485,484,483,482,481,480,479,478,477) span=329f753594315ace rows=0 trace=0ac6e2c37efbfc964b225df15448a2f4
282849-12-12 00:00:00.661  info  [GORM] SQL Executed duration=2.2ms caller=user/getUserListLogic.go:30 sql=SELECT * FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC LIMIT 10 rows=10 trace=0ac6e2c37efbfc964b225df15448a2f4 span=329f753594315ace
282849-12-12 00:00:00.661  info  HTTP Request duration=4.368458ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=329f753594315ace status=200 request=GET 127.0.0.1:8080/v1/admin/user/list?page=1&size=10 trace=0ac6e2c37efbfc964b225df15448a2f4 query=page=1&size=10 ip=127.0.0.1
282849-12-12 00:00:00.699  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 61 rows=1 trace=873bf41d94fa3ced231073c2e24e2604 span=b4fa10aa79731d90
282849-12-12 00:00:00.699  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 160 rows=1 trace=7231edd7f1ad50eb29472c0c4cca7ef8 span=3b18e5178845d4ce
282849-12-12 00:00:00.700  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=873bf41d94fa3ced231073c2e24e2604 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 61 span=b4fa10aa79731d90
282849-12-12 00:00:00.700  info  [GORM] SQL Executed duration=2.6ms caller=user/getUserDetailLogic.go:30 span=b4fa10aa79731d90 rows=1 trace=873bf41d94fa3ced231073c2e24e2604 sql=SELECT * FROM `user` WHERE `id` = 61 ORDER BY `user`.`id` LIMIT 1
282849-12-12 00:00:00.700  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 160 rows=0 trace=7231edd7f1ad50eb29472c0c4cca7ef8 span=3b18e5178845d4ce
282849-12-12 00:00:00.700  info  [GORM] SQL Executed duration=2.6ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 160 ORDER BY `user`.`id` LIMIT 1 trace=7231edd7f1ad50eb29472c0c4cca7ef8 rows=1 span=3b18e5178845d4ce
282849-12-12 00:00:00.700  info  HTTP Request duration=4.318459ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=160 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7231edd7f1ad50eb29472c0c4cca7ef8 span=3b18e5178845d4ce request=GET 127.0.0.1:8080/v1/admin/user/detail?id=160 ip=127.0.0.1
282849-12-12 00:00:00.700  info  HTTP Request duration=4.461417ms caller=middleware/loggerMiddleware.go:92 span=b4fa10aa79731d90 ip=127.0.0.1 trace=873bf41d94fa3ced231073c2e24e2604 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=61 query=id=61 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282851-12-12 00:00:00.889  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 span=0b005da7cd0a1dd3 trace=cf57a65865377b090bd8492847c92b8c
282851-12-12 00:00:00.890  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 span=0b005da7cd0a1dd3 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=0 trace=cf57a65865377b090bd8492847c92b8c
282851-12-12 00:00:00.890  info  HTTP Request duration=2.91725ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 span=0b005da7cd0a1dd3 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=cf57a65865377b090bd8492847c92b8c
282853-12-12 00:00:00.487  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=776682c682563e64300b26c669739399 span=1965edd031e2b57b
282853-12-12 00:00:00.487  info  HTTP Request duration=44.417µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=1965edd031e2b57b status=200 trace=776682c682563e64300b26c669739399
282853-12-12 00:00:00.487  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=7074496beaaf355d924d831062a92e09 span=154eb63a7f1a6aa2
282853-12-12 00:00:00.487  info  HTTP Request duration=31.667µs caller=middleware/loggerMiddleware.go:92 status=200 query= ip=127.0.0.1 trace=7074496beaaf355d924d831062a92e09 request=GET 127.0.0.1:8080/v1/admin/server/node/tags user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=154eb63a7f1a6aa2
282853-12-12 00:00:00.487  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=5cb55682c773a7301ab7d65981ac3ae4 span=1257456fc57811ec
282853-12-12 00:00:00.487  info  HTTP Request duration=15.25µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=5cb55682c773a7301ab7d65981ac3ae4 span=1257456fc57811ec ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200
282853-12-12 00:00:00.487  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 trace=fb679c3b4968e3f1e74c33ad6b91b890 span=8a00ca12774c2fbe
282853-12-12 00:00:00.487  info  HTTP Request duration=28.125µs caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 trace=fb679c3b4968e3f1e74c33ad6b91b890 span=8a00ca12774c2fbe request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282858-12-12 00:00:00.068  info  [GORM] SQL Executed duration=4.3ms caller=auth/userLoginHandler.go:42 rows=1 trace=d04c5ba68be7873c7c7fe5eb9484de8f sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766971798063}','2025-12-29 09:29:58.064','2025-12-28') span=17151d968355a7aa
282858-12-12 00:00:00.068  info  HTTP Request duration=5.303375ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"} response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpblR5cGUiOiIiLCJTZXNzaW9uSWQiOiIwMTliNjdiOS1mMjJmLTc0ZDItOTE0ZS1lYzkwOWJmMjMyOGEiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NjU5OCwiaWF0IjoxNzY2OTcxNzk4fQ.alE_capQrU0fxm517-zvQOXGmxnGyYOaVLUGh17oqXE"}} trace=d04c5ba68be7873c7c7fe5eb9484de8f request=POST 127.0.0.1:8080/v1/auth/login query= span=17151d968355a7aa
282858-12-12 00:00:00.259  info  [GORM] SQL Executed duration=0.7ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=0 trace=37e004d20fdddb5a4680eb95041960cd span=76a38f999536a0c5
282858-12-12 00:00:00.259  info  HTTP Request duration=1.760959ms caller=middleware/loggerMiddleware.go:92 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=76a38f999536a0c5 request=GET 127.0.0.1:8080/v1/admin/server/node/tags query= ip=127.0.0.1 trace=37e004d20fdddb5a4680eb95041960cd
282858-12-12 00:00:00.260  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=ca46652b8f0875418a6e21e11826e9ec span=8fc06d88c840e36c
282858-12-12 00:00:00.260  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=1 trace=331f753d633e1ac52b4715aec0ba6b73 sql=SELECT count(*) FROM `nodes` span=80e4302128cc7223
282858-12-12 00:00:00.260  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=4b7718f7b1d4db8294b5e923f7a96d6a span=769cf17dc9a1a6ae rows=1
282858-12-12 00:00:00.261  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=0 span=8fc06d88c840e36c sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=ca46652b8f0875418a6e21e11826e9ec
282858-12-12 00:00:00.261  info  HTTP Request duration=2.889959ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8fc06d88c840e36c request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 trace=ca46652b8f0875418a6e21e11826e9ec status=200
282858-12-12 00:00:00.261  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=331f753d633e1ac52b4715aec0ba6b73 span=80e4302128cc7223 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=0
282858-12-12 00:00:00.261  info  HTTP Request duration=3.117083ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=331f753d633e1ac52b4715aec0ba6b73 query=page=1&size=999999999 ip=127.0.0.1 span=80e4302128cc7223
282858-12-12 00:00:00.262  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 span=769cf17dc9a1a6ae rows=0 trace=4b7718f7b1d4db8294b5e923f7a96d6a
282858-12-12 00:00:00.262  info  HTTP Request duration=2.882375ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4b7718f7b1d4db8294b5e923f7a96d6a span=769cf17dc9a1a6ae status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1
282858-12-12 00:00:00.808  info  [CheckSubscription] Start check subscription: 2025-12-28 17:29:58 caller=subscription/checkSubscriptionLogic.go:29
282858-12-12 00:00:00.810  info  [GORM] SQL Executed duration=1.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282858-12-12 00:00:00.810  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282858-12-12 00:00:00.813  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:29:58.811' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282858-12-12 00:00:00.813  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282858-12-12 00:00:00.914  info  [CheckSubscription] Start check subscription: 2025-12-28 17:30:58 caller=subscription/checkSubscriptionLogic.go:29
282858-12-12 00:00:00.933  info  [GORM] SQL Executed duration=5.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282858-12-12 00:00:00.933  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282858-12-12 00:00:00.936  info  [GORM] SQL Executed duration=2.4ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:30:58.934' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
282858-12-12 00:00:00.936  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282858-12-12 00:00:00.044  info  [CheckSubscription] Start check subscription: 2025-12-28 17:31:58 caller=subscription/checkSubscriptionLogic.go:29
282858-12-12 00:00:00.078  info  [GORM] SQL Executed duration=2.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282858-12-12 00:00:00.078  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282858-12-12 00:00:00.080  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:31:58.079' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282858-12-12 00:00:00.080  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282818-12-12 00:00:00.252  info  [Migrate] database not change caller=initialize/version.go:26
282818-12-12 00:00:00.264  info  [GORM] SQL Executed duration=12.1ms caller=cmd/migrate.go:40 sql=SELECT count(*) FROM `user` rows=1
282818-12-12 00:00:00.264  info  [Migrate] database migration completed caller=cmd/migrate.go:41
282858-12-12 00:00:00.124  info  [CheckSubscription] Start check subscription: 2025-12-28 17:32:58 caller=subscription/checkSubscriptionLogic.go:29
282858-12-12 00:00:00.126  info  [GORM] SQL Executed duration=1.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282858-12-12 00:00:00.126  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282858-12-12 00:00:00.127  info  [GORM] SQL Executed duration=0.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:32:58.126' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282858-12-12 00:00:00.127  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282858-12-12 00:00:00.224  info  [CheckSubscription] Start check subscription: 2025-12-28 17:33:58 caller=subscription/checkSubscriptionLogic.go:29
282858-12-12 00:00:00.227  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282858-12-12 00:00:00.227  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282858-12-12 00:00:00.229  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:33:58.227' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282858-12-12 00:00:00.229  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282817-12-12 00:00:00.510  info  stop scheduler service caller=scheduler/scheduler.go:61
282817-12-12 00:00:00.510  info  stop consumer service caller=queue/queue.go:36
282817-12-12 00:00:00.510  info  server shutdown caller=internal/server.go:133
282819-12-12 00:00:00.252  info  start scheduler service caller=scheduler/scheduler.go:26
282819-12-12 00:00:00.252  info  start consumer service caller=queue/queue.go:23
282819-12-12 00:00:00.262  info  [Migrate] database not change caller=initialize/version.go:26
282819-12-12 00:00:00.264  info  [GORM] SQL Executed duration=1.0ms caller=initialize/init.go:8 sql=SELECT count(*) FROM `user` rows=1
282819-12-12 00:00:00.264  debug  initialize site config caller=initialize/site.go:14
282819-12-12 00:00:00.265  info  [GORM] SQL Executed duration=0.8ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=7
282819-12-12 00:00:00.265  debug  Node config initialization caller=initialize/node.go:16
282819-12-12 00:00:00.266  info  [GORM] SQL Executed duration=0.7ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282819-12-12 00:00:00.267  info  [GORM] SQL Executed duration=0.8ms caller=internal/server.go:72 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282819-12-12 00:00:00.268  info  [GORM] SQL Executed duration=0.6ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282819-12-12 00:00:00.268  debug  Email config initialization caller=initialize/email.go:17
282819-12-12 00:00:00.270  info  [GORM] SQL Executed duration=1.2ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282819-12-12 00:00:00.270  debug  device config initialization caller=initialize/device.go:15
282819-12-12 00:00:00.271  info  [GORM] SQL Executed duration=0.8ms caller=initialize/device.go:16 sql=SELECT * FROM `auth_method` WHERE method = 'device' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282819-12-12 00:00:00.271  debug  Register config initialization caller=initialize/invite.go:14
282819-12-12 00:00:00.272  info  [GORM] SQL Executed duration=0.6ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=5
282819-12-12 00:00:00.272  debug  Verify config initialization caller=initialize/verify.go:22
282819-12-12 00:00:00.273  info  [GORM] SQL Executed duration=0.5ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
282819-12-12 00:00:00.273  debug  Verify code config initialization caller=initialize/verify.go:38
282819-12-12 00:00:00.274  info  [GORM] SQL Executed duration=0.5ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
282819-12-12 00:00:00.274  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282819-12-12 00:00:00.274  info  [GORM] SQL Executed duration=0.4ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
282819-12-12 00:00:00.275  debug  Register config initialization caller=initialize/register.go:14
282819-12-12 00:00:00.275  info  [GORM] SQL Executed duration=0.5ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
282819-12-12 00:00:00.275  debug  Mobile config initialization caller=initialize/mobile.go:16
282819-12-12 00:00:00.276  info  [GORM] SQL Executed duration=0.5ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282819-12-12 00:00:00.277  info  [GORM] SQL Executed duration=0.6ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282820-12-12 00:00:00.050  info  Starting agent caller=trace/agent.go:46
282820-12-12 00:00:00.050  info  server start at 0.0.0.0:8080 caller=internal/server.go:112
282822-12-12 00:00:00.823  debug  [AuthMiddleware] Redis Get{error redis: nil} {sessionId 019b67b9-f22f-74d2-914e-ec909bf2328a} caller=middleware/authMiddleware.go:56 trace=59c9eb8892ebd4361e85e74c41af6ba2 span=3ba9eb39fdf8336f
282822-12-12 00:00:00.823  info  HTTP Request duration=692.083µs caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 query=page=1&size=10 trace=59c9eb8892ebd4361e85e74c41af6ba2 span=3ba9eb39fdf8336f status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282826-12-12 00:00:00.741  info  [GORM] SQL Executed duration=1.7ms caller=auth/userLoginLogic.go:69 rows=1 trace=63febf791f08c84d0fd21dd4f60b8855 sql=SELECT * FROM `user_auth_methods` WHERE `auth_type` = 'email' AND `auth_identifier` = 'kxswman@gmail.com' ORDER BY `user_auth_methods`.`id` LIMIT 1 span=006d0e9b598e7306
282826-12-12 00:00:00.744  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1 trace=63febf791f08c84d0fd21dd4f60b8855 span=006d0e9b598e7306
282826-12-12 00:00:00.745  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 trace=63febf791f08c84d0fd21dd4f60b8855 span=006d0e9b598e7306 rows=0
282826-12-12 00:00:00.745  info  [GORM] SQL Executed duration=3.9ms caller=auth/userLoginLogic.go:69 span=006d0e9b598e7306 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 trace=63febf791f08c84d0fd21dd4f60b8855 rows=1
282826-12-12 00:00:00.754  info  [GORM] SQL Executed duration=7.9ms caller=auth/userLoginHandler.go:42 trace=63febf791f08c84d0fd21dd4f60b8855 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766972066746}','2025-12-29 09:34:26.747','2025-12-28') rows=1 span=006d0e9b598e7306
282826-12-12 00:00:00.754  info  HTTP Request duration=15.948375ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/auth/login ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=63febf791f08c84d0fd21dd4f60b8855 span=006d0e9b598e7306 query= request_body={"email":"kxswman@gmail.com","password":"***"} response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpblR5cGUiOiIiLCJTZXNzaW9uSWQiOiIwMTliNjdiZS0wYmJhLTcyNDQtOGFiNi1lZjc4Yjc0ZjBjYTkiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3Njg2NiwiaWF0IjoxNzY2OTcyMDY2fQ.l_twxbmGzOhWhN160O6af8p2EFBWKHe2ymhJb2daz5I"}}
282826-12-12 00:00:00.946  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282826-12-12 00:00:00.947  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282826-12-12 00:00:00.947  info  [GORM] SQL Executed duration=2.5ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282826-12-12 00:00:00.949  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 span=f932723d34fb90d2 sql=SELECT * FROM `subscribe_application` rows=5 trace=a7c2deeeebcbecb76ab946d0c8f2bd2d
282826-12-12 00:00:00.949  info  HTTP Request duration=5.694042ms caller=middleware/loggerMiddleware.go:92 span=f932723d34fb90d2 request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 status=200 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a7c2deeeebcbecb76ab946d0c8f2bd2d
282829-12-12 00:00:00.142  info  [GORM] SQL Executed duration=2.1ms caller=subscribe/model.go:128 sql=SELECT count(*) FROM `subscribe` trace=0ce9e60c1af892b1c26cf42dd8358bbb span=e38b13df83283f1e rows=1
282829-12-12 00:00:00.143  info  [GORM] SQL Executed duration=2.4ms caller=order/getOrderListLogic.go:30 sql=SELECT count(*) FROM `order` rows=1 trace=13424b7758133f35c1fa5948e4e68c15 span=efb05ef3aa49e11b
282829-12-12 00:00:00.144  info  [GORM] SQL Executed duration=1.3ms caller=subscribe/model.go:128 trace=0ce9e60c1af892b1c26cf42dd8358bbb span=e38b13df83283f1e rows=4 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 999999999
282829-12-12 00:00:00.146  info  [GORM] SQL Executed duration=2.0ms caller=subscribe/getSubscribeListHandler.go:23 trace=0ce9e60c1af892b1c26cf42dd8358bbb sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 span=e38b13df83283f1e
282829-12-12 00:00:00.146  info  HTTP Request duration=6.639208ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 trace=0ce9e60c1af892b1c26cf42dd8358bbb status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=e38b13df83283f1e
282829-12-12 00:00:00.146  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `payment` WHERE `payment`.`id` IN (1,-1) rows=2 trace=13424b7758133f35c1fa5948e4e68c15 span=efb05ef3aa49e11b
282829-12-12 00:00:00.147  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 span=efb05ef3aa49e11b sql=SELECT * FROM `subscribe` WHERE `subscribe`.`id` IN (3,2) rows=2 trace=13424b7758133f35c1fa5948e4e68c15
282829-12-12 00:00:00.147  info  [GORM] SQL Executed duration=4.1ms caller=order/getOrderListLogic.go:30 rows=10 span=efb05ef3aa49e11b sql=SELECT `order`.`id`,`order`.`parent_id`,`order`.`user_id`,`order`.`order_no`,`order`.`type`,`order`.`quantity`,`order`.`price`,`order`.`amount`,`order`.`discount`,`order`.`coupon`,`order`.`coupon_discount`,`order`.`payment_id`,`order`.`method`,`order`.`fee_amount`,`order`.`trade_no`,`order`.`gift_amount`,`order`.`commission`,`order`.`status`,`order`.`subscribe_id`,`order`.`subscribe_token`,`order`.`is_new`,`order`.`created_at`,`order`.`updated_at` FROM `order` ORDER BY id desc LIMIT 10 trace=13424b7758133f35c1fa5948e4e68c15
282829-12-12 00:00:00.147  info  HTTP Request duration=8.039291ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 trace=13424b7758133f35c1fa5948e4e68c15 span=efb05ef3aa49e11b request=GET 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282829-12-12 00:00:00.165  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 470 rows=1 trace=af0a225b43148ee11bfaa27a5971b38a span=91aa5014e193c546
282829-12-12 00:00:00.165  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 476 rows=1 trace=f53fd8b6c21a2667af7c1f8597ca3aab span=561fd7a4cb9945f4
282829-12-12 00:00:00.166  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 span=561fd7a4cb9945f4 trace=f53fd8b6c21a2667af7c1f8597ca3aab sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 476 rows=0
282829-12-12 00:00:00.166  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 470 trace=af0a225b43148ee11bfaa27a5971b38a span=91aa5014e193c546
282829-12-12 00:00:00.166  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 trace=f53fd8b6c21a2667af7c1f8597ca3aab sql=SELECT * FROM `user` WHERE `id` = 476 ORDER BY `user`.`id` LIMIT 1 span=561fd7a4cb9945f4 rows=1
282829-12-12 00:00:00.166  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 470 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=af0a225b43148ee11bfaa27a5971b38a span=91aa5014e193c546
282829-12-12 00:00:00.167  info  HTTP Request duration=6.679167ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=476 query=id=476 ip=127.0.0.1 span=561fd7a4cb9945f4 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=f53fd8b6c21a2667af7c1f8597ca3aab
282829-12-12 00:00:00.167  info  HTTP Request duration=6.77025ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=470 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=af0a225b43148ee11bfaa27a5971b38a span=91aa5014e193c546 status=200 query=id=470 ip=127.0.0.1
282829-12-12 00:00:00.168  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 473 trace=c4eb7423b34f0810a7baceff0eae0bdd span=7627f4f104467ea3
282829-12-12 00:00:00.168  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 428 rows=1 span=bd4c3522f9718188 trace=1d1223b531a78474c10746a6703e5b5d
282829-12-12 00:00:00.168  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=7570039ef8c1041553dca21fe8348845 span=fef448b2f3a53bee sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 429
282829-12-12 00:00:00.169  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=8aa4c1daa376c08be0eef664b97ba07b span=3816e2fd76e5d36b sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 475
282829-12-12 00:00:00.170  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 span=7627f4f104467ea3 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 473 rows=0 trace=c4eb7423b34f0810a7baceff0eae0bdd
282829-12-12 00:00:00.170  info  [GORM] SQL Executed duration=6.8ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 473 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=c4eb7423b34f0810a7baceff0eae0bdd span=7627f4f104467ea3
282829-12-12 00:00:00.170  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 428 rows=0 trace=1d1223b531a78474c10746a6703e5b5d span=bd4c3522f9718188
282829-12-12 00:00:00.170  info  [GORM] SQL Executed duration=6.8ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 428 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=1d1223b531a78474c10746a6703e5b5d span=bd4c3522f9718188
282829-12-12 00:00:00.170  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=7570039ef8c1041553dca21fe8348845 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 429 span=fef448b2f3a53bee
282829-12-12 00:00:00.170  info  [GORM] SQL Executed duration=7.0ms caller=user/getUserDetailLogic.go:30 span=fef448b2f3a53bee sql=SELECT * FROM `user` WHERE `id` = 429 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=7570039ef8c1041553dca21fe8348845
282829-12-12 00:00:00.171  info  HTTP Request duration=9.969916ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1d1223b531a78474c10746a6703e5b5d request=GET 127.0.0.1:8080/v1/admin/user/detail?id=428 query=id=428 span=bd4c3522f9718188
282829-12-12 00:00:00.171  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 475 rows=0 trace=8aa4c1daa376c08be0eef664b97ba07b span=3816e2fd76e5d36b
282829-12-12 00:00:00.171  info  [GORM] SQL Executed duration=7.6ms caller=user/getUserDetailLogic.go:30 rows=1 span=3816e2fd76e5d36b sql=SELECT * FROM `user` WHERE `id` = 475 ORDER BY `user`.`id` LIMIT 1 trace=8aa4c1daa376c08be0eef664b97ba07b
282829-12-12 00:00:00.171  info  HTTP Request duration=10.147875ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7570039ef8c1041553dca21fe8348845 span=fef448b2f3a53bee status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=429 query=id=429 ip=127.0.0.1
282829-12-12 00:00:00.171  info  HTTP Request duration=9.9765ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=473 query=id=473 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c4eb7423b34f0810a7baceff0eae0bdd span=7627f4f104467ea3 status=200 ip=127.0.0.1
282829-12-12 00:00:00.172  info  HTTP Request duration=11.146ms caller=middleware/loggerMiddleware.go:92 span=3816e2fd76e5d36b query=id=475 trace=8aa4c1daa376c08be0eef664b97ba07b status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=475 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282829-12-12 00:00:00.173  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 472 trace=99698e3d7f2fb7977612687f98657a3b span=17fa1a07bf91f381 rows=1
282829-12-12 00:00:00.173  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 280 rows=1 trace=5d0c7bf50066e79f8ff0fd2c9d2ac85f span=4cc0156add10f317
282829-12-12 00:00:00.173  info  [GORM] SQL Executed duration=0.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 280 trace=5d0c7bf50066e79f8ff0fd2c9d2ac85f rows=0 span=4cc0156add10f317
282829-12-12 00:00:00.173  info  [GORM] SQL Executed duration=3.3ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 280 ORDER BY `user`.`id` LIMIT 1 span=4cc0156add10f317 rows=1 trace=5d0c7bf50066e79f8ff0fd2c9d2ac85f
282829-12-12 00:00:00.173  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 472 rows=0 trace=99698e3d7f2fb7977612687f98657a3b span=17fa1a07bf91f381
282829-12-12 00:00:00.173  info  [GORM] SQL Executed duration=3.2ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 472 ORDER BY `user`.`id` LIMIT 1 trace=99698e3d7f2fb7977612687f98657a3b rows=1 span=17fa1a07bf91f381
282829-12-12 00:00:00.173  info  HTTP Request duration=5.877542ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=280 query=id=280 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5d0c7bf50066e79f8ff0fd2c9d2ac85f span=4cc0156add10f317 status=200 ip=127.0.0.1
282829-12-12 00:00:00.173  info  HTTP Request duration=5.969292ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=472 query=id=472 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=17fa1a07bf91f381 trace=99698e3d7f2fb7977612687f98657a3b
282830-12-12 00:00:00.521  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=538d4e0bc2ac1dd9a8d38bae374eadac rows=1 span=af7f5e93a8c9a71b
282830-12-12 00:00:00.522  info  [GORM] SQL Executed duration=1.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 span=71833311271c0702 trace=ea91fec981cc01e9192bf3885ce9591b
282830-12-12 00:00:00.522  info  [GORM] SQL Executed duration=2.1ms caller=middleware/authMiddleware.go:89 trace=0fbe4cd229fff939fa204ef606feb1d8 sql=SELECT * FROM `nodes` rows=0 span=61996ee06dd4c3bc
282830-12-12 00:00:00.522  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 trace=b347e4915aa6052650f8fb4b427e0f3d sql=SELECT count(*) FROM `nodes` rows=1 span=3abd8905de3c9f2d
282830-12-12 00:00:00.522  info  HTTP Request duration=3.778459ms caller=middleware/loggerMiddleware.go:92 trace=0fbe4cd229fff939fa204ef606feb1d8 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=61996ee06dd4c3bc status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags ip=127.0.0.1
282830-12-12 00:00:00.522  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=0 span=af7f5e93a8c9a71b trace=538d4e0bc2ac1dd9a8d38bae374eadac
282830-12-12 00:00:00.523  info  [GORM] SQL Executed duration=0.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=0 trace=b347e4915aa6052650f8fb4b427e0f3d span=3abd8905de3c9f2d
282830-12-12 00:00:00.523  info  HTTP Request duration=4.328333ms caller=middleware/loggerMiddleware.go:92 trace=b347e4915aa6052650f8fb4b427e0f3d span=3abd8905de3c9f2d status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282830-12-12 00:00:00.523  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 span=71833311271c0702 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=0 trace=ea91fec981cc01e9192bf3885ce9591b
282830-12-12 00:00:00.523  info  HTTP Request duration=4.342417ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 trace=538d4e0bc2ac1dd9a8d38bae374eadac status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=af7f5e93a8c9a71b
282830-12-12 00:00:00.523  info  HTTP Request duration=4.440542ms caller=middleware/loggerMiddleware.go:92 span=71833311271c0702 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=ea91fec981cc01e9192bf3885ce9591b
282831-12-12 00:00:00.512  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 rows=1 trace=26b45049780e7520ca2ff53b56c82a30 span=8f47ffa92fd5dd06 sql=SELECT count(*) FROM `nodes`
282831-12-12 00:00:00.513  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 span=8f47ffa92fd5dd06 trace=26b45049780e7520ca2ff53b56c82a30 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=0
282831-12-12 00:00:00.513  info  HTTP Request duration=2.086416ms caller=middleware/loggerMiddleware.go:92 trace=26b45049780e7520ca2ff53b56c82a30 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 span=8f47ffa92fd5dd06 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282832-12-12 00:00:00.408  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 trace=0d174b771cb8c80e1e09bd18086f186e sql=SELECT count(*) FROM `servers` rows=1 span=a2c05f749b815bb8
282832-12-12 00:00:00.409  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=0 trace=0d174b771cb8c80e1e09bd18086f186e span=a2c05f749b815bb8
282832-12-12 00:00:00.409  info  HTTP Request duration=2.349834ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 ip=127.0.0.1 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0d174b771cb8c80e1e09bd18086f186e span=a2c05f749b815bb8
282819-12-12 00:00:00.380  info  [CheckSubscription] Start check subscription: 2025-12-28 17:35:19 caller=subscription/checkSubscriptionLogic.go:29
282819-12-12 00:00:00.410  info  [GORM] SQL Executed duration=10.7ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
282819-12-12 00:00:00.410  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282819-12-12 00:00:00.413  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:35:19.411' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282819-12-12 00:00:00.413  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282816-12-12 00:00:00.933  info  [Migrate] Database change, took 30.507375ms caller=initialize/version.go:28
282816-12-12 00:00:00.934  info  [GORM] SQL Executed duration=0.6ms caller=cmd/migrate.go:40 sql=SELECT count(*) FROM `user` rows=1
282816-12-12 00:00:00.935  info  [Migrate] database migration completed caller=cmd/migrate.go:41
282819-12-12 00:00:00.511  info  [CheckSubscription] Start check subscription: 2025-12-28 17:36:19 caller=subscription/checkSubscriptionLogic.go:29
282819-12-12 00:00:00.515  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
282819-12-12 00:00:00.515  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282819-12-12 00:00:00.519  info  [GORM] SQL Executed duration=2.8ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:36:19.516' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
282819-12-12 00:00:00.519  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282845-12-12 00:00:00.510  info  stop scheduler service caller=scheduler/scheduler.go:61
282845-12-12 00:00:00.510  info  stop consumer service caller=queue/queue.go:36
282845-12-12 00:00:00.510  info  server shutdown caller=internal/server.go:133
282847-12-12 00:00:00.394  info  start scheduler service caller=scheduler/scheduler.go:26
282847-12-12 00:00:00.394  info  start consumer service caller=queue/queue.go:23
282847-12-12 00:00:00.403  info  [Migrate] database not change caller=initialize/version.go:26
282847-12-12 00:00:00.404  info  [GORM] SQL Executed duration=0.8ms caller=initialize/init.go:8 sql=SELECT count(*) FROM `user` rows=1
282847-12-12 00:00:00.404  debug  initialize site config caller=initialize/site.go:14
282847-12-12 00:00:00.405  info  [GORM] SQL Executed duration=0.8ms caller=initialize/site.go:15 rows=7 sql=SELECT * FROM `system` WHERE `category` = 'site'
282847-12-12 00:00:00.406  debug  Node config initialization caller=initialize/node.go:16
282847-12-12 00:00:00.407  info  [GORM] SQL Executed duration=0.6ms caller=initialize/node.go:17 sql=SELECT * FROM `system` WHERE `category` = 'server' rows=9
282847-12-12 00:00:00.407  info  [GORM] SQL Executed duration=0.6ms caller=internal/server.go:72 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig' rows=1
282847-12-12 00:00:00.408  info  [GORM] SQL Executed duration=0.6ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
282847-12-12 00:00:00.408  debug  Email config initialization caller=initialize/email.go:17
282847-12-12 00:00:00.409  info  [GORM] SQL Executed duration=1.1ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282847-12-12 00:00:00.410  debug  device config initialization caller=initialize/device.go:15
282847-12-12 00:00:00.411  info  [GORM] SQL Executed duration=0.6ms caller=initialize/device.go:16 sql=SELECT * FROM `auth_method` WHERE method = 'device' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282847-12-12 00:00:00.411  debug  Register config initialization caller=initialize/invite.go:14
282847-12-12 00:00:00.412  info  [GORM] SQL Executed duration=0.5ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=5
282847-12-12 00:00:00.412  debug  Verify config initialization caller=initialize/verify.go:22
282847-12-12 00:00:00.412  info  [GORM] SQL Executed duration=0.4ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
282847-12-12 00:00:00.413  debug  Verify code config initialization caller=initialize/verify.go:38
282847-12-12 00:00:00.413  info  [GORM] SQL Executed duration=0.4ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
282847-12-12 00:00:00.413  debug  Subscribe config initialization caller=initialize/subscribe.go:14
282847-12-12 00:00:00.414  info  [GORM] SQL Executed duration=0.4ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
282847-12-12 00:00:00.414  debug  Register config initialization caller=initialize/register.go:14
282847-12-12 00:00:00.415  info  [GORM] SQL Executed duration=0.4ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
282847-12-12 00:00:00.415  debug  Mobile config initialization caller=initialize/mobile.go:16
282847-12-12 00:00:00.416  info  [GORM] SQL Executed duration=0.5ms caller=initialize/mobile.go:17 rows=1 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1
282847-12-12 00:00:00.417  info  [GORM] SQL Executed duration=0.7ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
282848-12-12 00:00:00.173  info  Starting agent caller=trace/agent.go:46
282848-12-12 00:00:00.173  info  server start at 0.0.0.0:8080 caller=internal/server.go:112
282830-12-12 00:00:00.275  info  [GORM] SQL Executed duration=1.1ms caller=auth/userLoginLogic.go:69 sql=SELECT * FROM `user_auth_methods` WHERE `auth_type` = 'email' AND `auth_identifier` = 'kxswman@gmail.com' ORDER BY `user_auth_methods`.`id` LIMIT 1 rows=1 trace=b66132ffb0e87beefd9330f5a5172da6 span=ce646f419dbe4f82
282830-12-12 00:00:00.276  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 trace=b66132ffb0e87beefd9330f5a5172da6 span=ce646f419dbe4f82 rows=1
282830-12-12 00:00:00.278  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0 trace=b66132ffb0e87beefd9330f5a5172da6 span=ce646f419dbe4f82
282830-12-12 00:00:00.278  info  [GORM] SQL Executed duration=2.4ms caller=auth/userLoginLogic.go:69 rows=1 trace=b66132ffb0e87beefd9330f5a5172da6 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 span=ce646f419dbe4f82
282830-12-12 00:00:00.289  info  [GORM] SQL Executed duration=10.6ms caller=auth/userLoginHandler.go:42 rows=1 trace=b66132ffb0e87beefd9330f5a5172da6 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1766972250278}','2025-12-29 09:37:30.279','2025-12-28') span=ce646f419dbe4f82
282830-12-12 00:00:00.289  info  HTTP Request duration=15.895167ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 request_body={"email":"kxswman@gmail.com","password":"***"} span=ce646f419dbe4f82 request=POST 127.0.0.1:8080/v1/auth/login user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpblR5cGUiOiIiLCJTZXNzaW9uSWQiOiIwMTliNjdjMC1kOGE2LTdjZjgtOGUwNS1jNTljNzgyZjRjMTQiLCJVc2VySWQiOjIsImV4cCI6MTc2NzU3NzA1MCwiaWF0IjoxNzY2OTcyMjUwfQ.lOp9c4MmBK1XIC363ASNeT8VBHxSBsqPfK7sfyXl6A0"}} trace=b66132ffb0e87beefd9330f5a5172da6 status=200 query=
282832-12-12 00:00:00.029  info  [GORM] SQL Executed duration=2.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282832-12-12 00:00:00.032  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282832-12-12 00:00:00.032  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282832-12-12 00:00:00.032  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282832-12-12 00:00:00.032  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=6.2ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=6.2ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=6.2ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=6.4ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=3.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
282832-12-12 00:00:00.033  info  [GORM] SQL Executed duration=7.1ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
282832-12-12 00:00:00.033  info  HTTP Request duration=8.728333ms caller=middleware/loggerMiddleware.go:92 trace=7f4d1f6534b4c3629326861b4b775799 span=1870f9557bbab060 status=200 request=GET 127.0.0.1:8080/v1/admin/tool/version query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282832-12-12 00:00:00.036  info  [GORM] SQL Executed duration=2.9ms caller=console/queryTicketWaitReplyLogic.go:27 trace=ed7eebe2131a1c0de310757dc7298924 span=b5207f428314a6ac sql=SELECT count(*) FROM `ticket` WHERE status = 1 rows=1
282832-12-12 00:00:00.036  info  HTTP Request duration=11.280792ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 span=b5207f428314a6ac request=GET 127.0.0.1:8080/v1/admin/console/ticket user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=ed7eebe2131a1c0de310757dc7298924 status=200 query=
282832-12-12 00:00:00.036  info  [GORM] SQL Executed duration=3.4ms caller=console/queryUserStatisticsLogic.go:36 rows=1 trace=99ca435dc2eca208100cdb9ec0c44a7d sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59' span=9849bfb38ca45e96
282832-12-12 00:00:00.037  info  [GORM] SQL Executed duration=3.5ms caller=gin@v1.10.0/context.go:185 span=cfd883a7dc7270b7 rows=0 trace=5a9a567b61b723bdfc6136ec158de571 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10
282832-12-12 00:00:00.037  info  [GORM] SQL Executed duration=3.6ms caller=console/queryRevenueStatisticsHandler.go:15 trace=72114af536853e436f783fdc62d3691a span=668a70c3a37ffb69 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' rows=1
282832-12-12 00:00:00.038  info  [GORM] SQL Executed duration=1.2ms caller=console/queryUserStatisticsHandler.go:15 rows=1 trace=99ca435dc2eca208100cdb9ec0c44a7d span=9849bfb38ca45e96 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-28 16:00:00' AND created_at < '2025-12-29 16:00:00' AND method != 'balance'
282832-12-12 00:00:00.039  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 rows=0 trace=5a9a567b61b723bdfc6136ec158de571 span=cfd883a7dc7270b7
282832-12-12 00:00:00.039  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsLogic.go:51 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999' rows=1 trace=99ca435dc2eca208100cdb9ec0c44a7d span=9849bfb38ca45e96
282832-12-12 00:00:00.040  info  [GORM] SQL Executed duration=3.1ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance' trace=72114af536853e436f783fdc62d3691a span=668a70c3a37ffb69 rows=1
282832-12-12 00:00:00.041  info  [GORM] SQL Executed duration=2.1ms caller=console/queryUserStatisticsHandler.go:15 span=9849bfb38ca45e96 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' rows=1 trace=99ca435dc2eca208100cdb9ec0c44a7d
282832-12-12 00:00:00.041  info  [GORM] SQL Executed duration=1.3ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC rows=12 trace=72114af536853e436f783fdc62d3691a span=668a70c3a37ffb69
282832-12-12 00:00:00.043  info  [GORM] SQL Executed duration=1.4ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance' rows=1 span=668a70c3a37ffb69 trace=72114af536853e436f783fdc62d3691a
282832-12-12 00:00:00.046  info  [GORM] SQL Executed duration=5.6ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:37:32.033' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:37:32.033' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 09:37:32.033' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC rows=24 trace=99ca435dc2eca208100cdb9ec0c44a7d span=9849bfb38ca45e96
282832-12-12 00:00:00.047  info  [GORM] SQL Executed duration=4.9ms caller=middleware/authMiddleware.go:89 trace=5a9a567b61b723bdfc6136ec158de571 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 09:32:32.033' rows=1 span=cfd883a7dc7270b7
282832-12-12 00:00:00.047  info  [GORM] SQL Executed duration=0.8ms caller=console/queryUserStatisticsLogic.go:85 sql=SELECT count(*) FROM `user` trace=99ca435dc2eca208100cdb9ec0c44a7d rows=1 span=9849bfb38ca45e96
282832-12-12 00:00:00.047  info  [GORM] SQL Executed duration=4.6ms caller=console/queryRevenueStatisticsHandler.go:15 rows=4 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC trace=72114af536853e436f783fdc62d3691a span=668a70c3a37ffb69
282832-12-12 00:00:00.047  info  HTTP Request duration=22.668292ms caller=middleware/loggerMiddleware.go:92 status=200 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=72114af536853e436f783fdc62d3691a span=668a70c3a37ffb69 request=GET 127.0.0.1:8080/v1/admin/console/revenue ip=127.0.0.1
282832-12-12 00:00:00.048  info  [GORM] SQL Executed duration=0.9ms caller=middleware/authMiddleware.go:89 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 09:32:32.033' OR `last_reported_at` IS NULL trace=5a9a567b61b723bdfc6136ec158de571 rows=1 span=cfd883a7dc7270b7
282832-12-12 00:00:00.048  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsHandler.go:15 rows=1 trace=99ca435dc2eca208100cdb9ec0c44a7d sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance' span=9849bfb38ca45e96
282832-12-12 00:00:00.049  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 trace=5a9a567b61b723bdfc6136ec158de571 span=cfd883a7dc7270b7 sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-28 16:00:00' AND '2025-12-29 15:59:59' rows=1
282832-12-12 00:00:00.055  info  [GORM] SQL Executed duration=6.4ms caller=console/queryUserStatisticsHandler.go:15 rows=5 trace=99ca435dc2eca208100cdb9ec0c44a7d span=9849bfb38ca45e96 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 08:37:32.033' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 08:37:32.033' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 08:37:32.033' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC
282832-12-12 00:00:00.055  info  HTTP Request duration=30.108708ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=9849bfb38ca45e96 status=200 ip=127.0.0.1 trace=99ca435dc2eca208100cdb9ec0c44a7d request=GET 127.0.0.1:8080/v1/admin/console/user query=
282832-12-12 00:00:00.065  info  HTTP Request duration=39.6585ms caller=middleware/loggerMiddleware.go:92 trace=5a9a567b61b723bdfc6136ec158de571 span=cfd883a7dc7270b7 status=200 query= ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/console/server user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282836-12-12 00:00:00.739  info  [GORM] SQL Executed duration=9.4ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 trace=9ee98c84e073057cbdc27d90d0365e17 span=a704af85c8e40d75
282836-12-12 00:00:00.739  info  HTTP Request duration=10.893875ms caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=a704af85c8e40d75 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags trace=9ee98c84e073057cbdc27d90d0365e17
282836-12-12 00:00:00.739  info  [GORM] SQL Executed duration=10.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` trace=bb78ffbb04845ce13741599e32d0e705 span=d166e16b6861c15e rows=1
282836-12-12 00:00:00.739  info  [GORM] SQL Executed duration=10.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 span=dd02e64b3d5a5ad9 trace=a7209635d71092a0d6b51b166672a92c
282836-12-12 00:00:00.740  info  [GORM] SQL Executed duration=10.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=f48bee6305154ebbee8c00772c79b5c7 span=e191928c6ed312ec
282836-12-12 00:00:00.740  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=10 trace=a7209635d71092a0d6b51b166672a92c span=dd02e64b3d5a5ad9
282836-12-12 00:00:00.740  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=bb78ffbb04845ce13741599e32d0e705 span=d166e16b6861c15e
282836-12-12 00:00:00.740  info  HTTP Request duration=12.694875ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d166e16b6861c15e status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 trace=bb78ffbb04845ce13741599e32d0e705
282836-12-12 00:00:00.740  info  [GORM] SQL Executed duration=0.5ms caller=gin@v1.10.0/context.go:185 rows=36 span=e191928c6ed312ec trace=f48bee6305154ebbee8c00772c79b5c7 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999
282836-12-12 00:00:00.742  info  HTTP Request duration=14.21175ms caller=middleware/loggerMiddleware.go:92 span=dd02e64b3d5a5ad9 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 trace=a7209635d71092a0d6b51b166672a92c status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282836-12-12 00:00:00.747  info  HTTP Request duration=19.034833ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=f48bee6305154ebbee8c00772c79b5c7 span=e191928c6ed312ec request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999
282839-12-12 00:00:00.540  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 rows=1 trace=060bce417f5124112578773eb2314182 sql=SELECT count(*) FROM `nodes` span=1dc1503b54319725
282839-12-12 00:00:00.541  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=060bce417f5124112578773eb2314182 span=1dc1503b54319725
282839-12-12 00:00:00.541  info  HTTP Request duration=4.612333ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 ip=127.0.0.1 trace=060bce417f5124112578773eb2314182 span=1dc1503b54319725 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10
282843-12-12 00:00:00.886  info  HTTP Request duration=5.416µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 trace=8164ce2d2186fa9554e8d0723e6d7f9c status=204 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=21936aabac1ec94e request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=200 query=page=1&size=200
282843-12-12 00:00:00.889  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 rows=1 span=893f4a750d5bc76b sql=SELECT count(*) FROM `nodes` trace=5b9dd9ff549189cc4e77b3b7d1ea2494
282843-12-12 00:00:00.890  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=893f4a750d5bc76b sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 200 rows=36 trace=5b9dd9ff549189cc4e77b3b7d1ea2494
282843-12-12 00:00:00.890  info  HTTP Request duration=3.301584ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5b9dd9ff549189cc4e77b3b7d1ea2494 span=893f4a750d5bc76b query=page=1&size=200 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=200 ip=127.0.0.1
282845-12-12 00:00:00.985  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `subscribe_application` rows=5 trace=4f22bc19f9478e066ce2a1ee743d53ce span=eecdc5b92bcc8913
282845-12-12 00:00:00.985  info  HTTP Request duration=3.443875ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 trace=4f22bc19f9478e066ce2a1ee743d53ce status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=eecdc5b92bcc8913 request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10
282847-12-12 00:00:00.062  info  [GORM] SQL Executed duration=1.4ms caller=subscribe/model.go:128 sql=SELECT count(*) FROM `subscribe` rows=1 trace=c656112351807cbaf6e2a0a794bf3d76 span=074821137dd2b5cf
282847-12-12 00:00:00.062  info  [GORM] SQL Executed duration=1.4ms caller=subscribe/model.go:128 sql=SELECT count(*) FROM `subscribe` trace=cbf20b376e4c8152e5ee44f7be2b2dad span=b95a1392b741def2 rows=1
282847-12-12 00:00:00.063  info  [GORM] SQL Executed duration=0.7ms caller=subscribe/model.go:128 trace=c656112351807cbaf6e2a0a794bf3d76 span=074821137dd2b5cf sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 999999999 rows=4
282847-12-12 00:00:00.063  info  [GORM] SQL Executed duration=0.8ms caller=subscribe/model.go:128 rows=4 trace=cbf20b376e4c8152e5ee44f7be2b2dad span=b95a1392b741def2 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 10
282847-12-12 00:00:00.065  info  [GORM] SQL Executed duration=2.1ms caller=subscribe/getSubscribeListHandler.go:23 rows=3 trace=cbf20b376e4c8152e5ee44f7be2b2dad span=b95a1392b741def2 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id`
282847-12-12 00:00:00.065  info  [GORM] SQL Executed duration=2.2ms caller=subscribe/getSubscribeListHandler.go:23 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 trace=c656112351807cbaf6e2a0a794bf3d76 span=074821137dd2b5cf
282847-12-12 00:00:00.065  info  HTTP Request duration=5.864ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=cbf20b376e4c8152e5ee44f7be2b2dad status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=10 span=b95a1392b741def2
282847-12-12 00:00:00.065  info  HTTP Request duration=5.907583ms caller=middleware/loggerMiddleware.go:92 trace=c656112351807cbaf6e2a0a794bf3d76 status=200 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=074821137dd2b5cf request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999
282847-12-12 00:00:00.522  info  [CheckSubscription] Start check subscription: 2025-12-28 17:37:47 caller=subscription/checkSubscriptionLogic.go:29
282847-12-12 00:00:00.525  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282847-12-12 00:00:00.525  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282847-12-12 00:00:00.528  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:37:47.526' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282847-12-12 00:00:00.528  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282847-12-12 00:00:00.999  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `nodes` trace=6eb2e79ee0cd2d7792ac61d22711d7ea span=e87763042e1700cb
282848-12-12 00:00:00.000  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=6eb2e79ee0cd2d7792ac61d22711d7ea span=e87763042e1700cb
282848-12-12 00:00:00.000  info  HTTP Request duration=3.537458ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6eb2e79ee0cd2d7792ac61d22711d7ea span=e87763042e1700cb
282835-12-12 00:00:00.749  info  [GORM] SQL Executed duration=6.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=0ea6ab42b1a39151c6a82135fdbdfa33 span=01445b6fab018cbd
282835-12-12 00:00:00.751  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=10 trace=0ea6ab42b1a39151c6a82135fdbdfa33 span=01445b6fab018cbd
282835-12-12 00:00:00.754  info  HTTP Request duration=11.697625ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0ea6ab42b1a39151c6a82135fdbdfa33 span=01445b6fab018cbd status=200 query=page=1&size=10
282839-12-12 00:00:00.789  info  HTTP Request duration=6.375µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=cdabea892138dbf0d2516fcc67d61305 span=60702cb5a8834cbe status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/system/node_config query=
282839-12-12 00:00:00.816  info  HTTP Request duration=13.660041ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=7fef0f5ca22271dc status=200 request=GET 127.0.0.1:8080/v1/admin/system/node_config query= trace=55eb27039819feb33fe29f153b424074
282847-12-12 00:00:00.651  info  [CheckSubscription] Start check subscription: 2025-12-28 17:38:47 caller=subscription/checkSubscriptionLogic.go:29
282847-12-12 00:00:00.654  info  [GORM] SQL Executed duration=2.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
282847-12-12 00:00:00.654  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282847-12-12 00:00:00.659  info  [GORM] SQL Executed duration=3.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:38:47.655' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
282847-12-12 00:00:00.659  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
28286-12-12 00:00:00.311  info  HTTP Request duration=1.403292ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=740106d52e8e9a49af3cb740b0ca2151 span=209e68cfbf501805 status=200 request=GET 127.0.0.1:8080/v1/admin/system/node_config query=
282824-12-12 00:00:00.849  info  [GORM] SQL Executed duration=11.6ms caller=gin@v1.10.0/context.go:185 rows=1 trace=c34f085c9feb96678d30e0ec7d696547 sql=SELECT count(*) FROM `nodes` span=1641a5de7cc8d724
282824-12-12 00:00:00.850  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 span=1641a5de7cc8d724 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=c34f085c9feb96678d30e0ec7d696547
282824-12-12 00:00:00.850  info  HTTP Request duration=13.079667ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 trace=c34f085c9feb96678d30e0ec7d696547 span=1641a5de7cc8d724
282826-12-12 00:00:00.099  info  [GORM] SQL Executed duration=4.2ms caller=gin@v1.10.0/context.go:185 rows=5 span=a80886f4adccd872 sql=SELECT * FROM `subscribe_application` trace=14dcffbd78b140f7bc8b386b2fa9d743
282826-12-12 00:00:00.099  info  HTTP Request duration=5.2525ms caller=middleware/loggerMiddleware.go:92 span=a80886f4adccd872 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=14dcffbd78b140f7bc8b386b2fa9d743 status=200 request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 query=page=1&size=10
282827-12-12 00:00:00.876  info  [GORM] SQL Executed duration=0.8ms caller=subscribe/model.go:128 rows=1 trace=f349492d5221eeba46e5c71fd992be07 span=95b3544ccfa1fdc4 sql=SELECT count(*) FROM `subscribe`
282827-12-12 00:00:00.877  info  [GORM] SQL Executed duration=1.4ms caller=subscribe/model.go:128 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 10 rows=4 span=95b3544ccfa1fdc4 trace=f349492d5221eeba46e5c71fd992be07
282827-12-12 00:00:00.883  info  [GORM] SQL Executed duration=5.8ms caller=subscribe/getSubscribeListHandler.go:23 rows=3 span=95b3544ccfa1fdc4 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` trace=f349492d5221eeba46e5c71fd992be07
282827-12-12 00:00:00.883  info  HTTP Request duration=9.277792ms caller=middleware/loggerMiddleware.go:92 trace=f349492d5221eeba46e5c71fd992be07 span=95b3544ccfa1fdc4 ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282828-12-12 00:00:00.765  info  [GORM] SQL Executed duration=1.2ms caller=order/getOrderListLogic.go:30 sql=SELECT count(*) FROM `order` rows=1 trace=933b0c573da214e5abf866e6b3565543 span=1058eff6a84de3b2
282828-12-12 00:00:00.768  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=2 trace=933b0c573da214e5abf866e6b3565543 sql=SELECT * FROM `payment` WHERE `payment`.`id` IN (1,-1) span=1058eff6a84de3b2
282828-12-12 00:00:00.768  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=2 trace=933b0c573da214e5abf866e6b3565543 sql=SELECT * FROM `subscribe` WHERE `subscribe`.`id` IN (3,2) span=1058eff6a84de3b2
282828-12-12 00:00:00.768  info  [GORM] SQL Executed duration=3.6ms caller=order/getOrderListLogic.go:30 trace=933b0c573da214e5abf866e6b3565543 sql=SELECT `order`.`id`,`order`.`parent_id`,`order`.`user_id`,`order`.`order_no`,`order`.`type`,`order`.`quantity`,`order`.`price`,`order`.`amount`,`order`.`discount`,`order`.`coupon`,`order`.`coupon_discount`,`order`.`payment_id`,`order`.`method`,`order`.`fee_amount`,`order`.`trade_no`,`order`.`gift_amount`,`order`.`commission`,`order`.`status`,`order`.`subscribe_id`,`order`.`subscribe_token`,`order`.`is_new`,`order`.`created_at`,`order`.`updated_at` FROM `order` ORDER BY id desc LIMIT 10 rows=10 span=1058eff6a84de3b2
282828-12-12 00:00:00.769  info  HTTP Request duration=6.778958ms caller=middleware/loggerMiddleware.go:92 trace=933b0c573da214e5abf866e6b3565543 request=GET 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 span=1058eff6a84de3b2 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282828-12-12 00:00:00.782  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 428 rows=1 trace=9217232dc03db003cf41e783dbbec496 span=9abe9fd57c4280af
282828-12-12 00:00:00.782  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 trace=bfbd8bc97d0c7c15e31b462102de82de rows=1 span=fa2f1f85b0c8e422 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 429
282828-12-12 00:00:00.782  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 span=ef8950b1686fe698 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 476 trace=827f2ebe9b5514d058b288b8c35ebb46
282828-12-12 00:00:00.782  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 470 rows=1 trace=1899d821de9b73864b054231804878cd span=c7970c1e06a0daef
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 475 rows=1 span=6cc4556ac442cbbe trace=f68144d4bde2bcfcb5aeb63065042528
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=827f2ebe9b5514d058b288b8c35ebb46 span=ef8950b1686fe698 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 476
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=bfbd8bc97d0c7c15e31b462102de82de sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 429 span=fa2f1f85b0c8e422
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 trace=827f2ebe9b5514d058b288b8c35ebb46 span=ef8950b1686fe698 sql=SELECT * FROM `user` WHERE `id` = 476 ORDER BY `user`.`id` LIMIT 1 rows=1
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 429 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=bfbd8bc97d0c7c15e31b462102de82de span=fa2f1f85b0c8e422
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 trace=1899d821de9b73864b054231804878cd sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 470 rows=0 span=c7970c1e06a0daef
282828-12-12 00:00:00.783  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 rows=1 trace=1899d821de9b73864b054231804878cd sql=SELECT * FROM `user` WHERE `id` = 470 ORDER BY `user`.`id` LIMIT 1 span=c7970c1e06a0daef
282828-12-12 00:00:00.784  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 428 trace=9217232dc03db003cf41e783dbbec496 span=9abe9fd57c4280af
282828-12-12 00:00:00.784  info  [GORM] SQL Executed duration=4.2ms caller=user/getUserDetailLogic.go:30 rows=1 span=9abe9fd57c4280af sql=SELECT * FROM `user` WHERE `id` = 428 ORDER BY `user`.`id` LIMIT 1 trace=9217232dc03db003cf41e783dbbec496
282828-12-12 00:00:00.784  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 475 trace=f68144d4bde2bcfcb5aeb63065042528 rows=0 span=6cc4556ac442cbbe
282828-12-12 00:00:00.784  info  [GORM] SQL Executed duration=4.7ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 475 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=f68144d4bde2bcfcb5aeb63065042528 span=6cc4556ac442cbbe
282828-12-12 00:00:00.784  info  HTTP Request duration=6.391625ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=428 query=id=428 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=9217232dc03db003cf41e783dbbec496 span=9abe9fd57c4280af
282828-12-12 00:00:00.785  info  HTTP Request duration=6.590125ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=429 ip=127.0.0.1 status=200 query=id=429 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=bfbd8bc97d0c7c15e31b462102de82de span=fa2f1f85b0c8e422
282828-12-12 00:00:00.785  info  HTTP Request duration=6.59ms caller=middleware/loggerMiddleware.go:92 query=id=476 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=ef8950b1686fe698 trace=827f2ebe9b5514d058b288b8c35ebb46 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=476
282828-12-12 00:00:00.785  info  HTTP Request duration=7.216208ms caller=middleware/loggerMiddleware.go:92 trace=1899d821de9b73864b054231804878cd span=c7970c1e06a0daef status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=470 query=id=470 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282828-12-12 00:00:00.785  info  HTTP Request duration=6.68775ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=475 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 query=id=475 ip=127.0.0.1 trace=f68144d4bde2bcfcb5aeb63065042528 span=6cc4556ac442cbbe
282828-12-12 00:00:00.785  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 span=1db528b76632d925 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 473 trace=ef9207bdf849b8b9d0204f7482ae66e0
282828-12-12 00:00:00.786  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 trace=ef9207bdf849b8b9d0204f7482ae66e0 span=1db528b76632d925 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 473 rows=0
282828-12-12 00:00:00.786  info  [GORM] SQL Executed duration=4.9ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 473 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=ef9207bdf849b8b9d0204f7482ae66e0 span=1db528b76632d925
282828-12-12 00:00:00.786  info  HTTP Request duration=8.061209ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=1db528b76632d925 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=473 query=id=473 trace=ef9207bdf849b8b9d0204f7482ae66e0
282828-12-12 00:00:00.787  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=f6e1524ff491c861086139650a4d1626 span=43387e8d3a0b94fd sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 472
282828-12-12 00:00:00.788  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 280 rows=1 trace=9f06cdb0bba5430a44c8d2b478e3151d span=3e76beec3f89ba7e
282828-12-12 00:00:00.788  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 472 rows=0 trace=f6e1524ff491c861086139650a4d1626 span=43387e8d3a0b94fd
282828-12-12 00:00:00.788  info  [GORM] SQL Executed duration=2.4ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 472 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=f6e1524ff491c861086139650a4d1626 span=43387e8d3a0b94fd
282828-12-12 00:00:00.788  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 280 trace=9f06cdb0bba5430a44c8d2b478e3151d span=3e76beec3f89ba7e
282828-12-12 00:00:00.788  info  [GORM] SQL Executed duration=2.4ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 280 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=9f06cdb0bba5430a44c8d2b478e3151d span=3e76beec3f89ba7e
282828-12-12 00:00:00.788  info  HTTP Request duration=3.46675ms caller=middleware/loggerMiddleware.go:92 trace=f6e1524ff491c861086139650a4d1626 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=472 ip=127.0.0.1 span=43387e8d3a0b94fd status=200 query=id=472 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282828-12-12 00:00:00.788  info  HTTP Request duration=3.287708ms caller=middleware/loggerMiddleware.go:92 span=3e76beec3f89ba7e status=200 ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=280 query=id=280 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=9f06cdb0bba5430a44c8d2b478e3151d
282829-12-12 00:00:00.930  info  [GORM] SQL Executed duration=1.0ms caller=coupon/getCouponListLogic.go:32 sql=SELECT count(*) FROM `coupon` trace=8944309d673263ef7a10716d0b54f487 rows=1 span=f49c10814a3528e7
282829-12-12 00:00:00.930  info  [GORM] SQL Executed duration=0.7ms caller=coupon/getCouponListLogic.go:32 sql=SELECT * FROM `coupon` LIMIT 10 span=f49c10814a3528e7 rows=0 trace=8944309d673263ef7a10716d0b54f487
282829-12-12 00:00:00.930  info  HTTP Request duration=2.605083ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8944309d673263ef7a10716d0b54f487 span=f49c10814a3528e7 request=GET 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 ip=127.0.0.1
282832-12-12 00:00:00.201  info  [GORM] SQL Executed duration=1.4ms caller=announcement/getAnnouncementListLogic.go:32 sql=SELECT count(*) FROM `announcement` rows=1 trace=0635b830c1b741c2f1d090f5737484ce span=8291d36dc3951cef
282832-12-12 00:00:00.202  info  [GORM] SQL Executed duration=0.9ms caller=announcement/getAnnouncementListLogic.go:32 rows=1 sql=SELECT * FROM `announcement` LIMIT 10 trace=0635b830c1b741c2f1d090f5737484ce span=8291d36dc3951cef
282832-12-12 00:00:00.202  info  HTTP Request duration=4.862625ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0635b830c1b741c2f1d090f5737484ce span=8291d36dc3951cef status=200 request=GET 127.0.0.1:8080/v1/admin/announcement/list?page=1&size=10
282834-12-12 00:00:00.894  info  [GORM] SQL Executed duration=0.9ms caller=user/getUserListLogic.go:30 rows=461 sql=SELECT count(*) FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC trace=dccf5eebe4e3f722a897f3aea162e2e9 span=1931514a48fcf153
282834-12-12 00:00:00.896  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` IN (486,485,484,483,482,481,480,479,478,477) rows=10 span=1931514a48fcf153 trace=dccf5eebe4e3f722a897f3aea162e2e9
282834-12-12 00:00:00.897  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 span=1931514a48fcf153 trace=dccf5eebe4e3f722a897f3aea162e2e9 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` IN (486,485,484,483,482,481,480,479,478,477)
282834-12-12 00:00:00.897  info  [GORM] SQL Executed duration=3.0ms caller=user/getUserListLogic.go:30 sql=SELECT * FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC LIMIT 10 span=1931514a48fcf153 rows=10 trace=dccf5eebe4e3f722a897f3aea162e2e9
282834-12-12 00:00:00.897  info  HTTP Request duration=4.856875ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 span=1931514a48fcf153 request=GET 127.0.0.1:8080/v1/admin/user/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=dccf5eebe4e3f722a897f3aea162e2e9
282834-12-12 00:00:00.934  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 61 trace=288c4b3d873b86e5b8454a7d579742f3 span=4b66e82e7df04e11 rows=1
282834-12-12 00:00:00.934  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 trace=dc484da226093fb5e54417df97492312 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 160 rows=1 span=c2f1881fcedc5105
282834-12-12 00:00:00.935  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 trace=dc484da226093fb5e54417df97492312 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 160 rows=0 span=c2f1881fcedc5105
282834-12-12 00:00:00.935  info  [GORM] SQL Executed duration=3.0ms caller=user/getUserDetailLogic.go:30 trace=dc484da226093fb5e54417df97492312 span=c2f1881fcedc5105 sql=SELECT * FROM `user` WHERE `id` = 160 ORDER BY `user`.`id` LIMIT 1 rows=1
282834-12-12 00:00:00.936  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 61 rows=0 span=4b66e82e7df04e11 trace=288c4b3d873b86e5b8454a7d579742f3
282834-12-12 00:00:00.936  info  [GORM] SQL Executed duration=3.2ms caller=user/getUserDetailLogic.go:30 rows=1 sql=SELECT * FROM `user` WHERE `id` = 61 ORDER BY `user`.`id` LIMIT 1 trace=288c4b3d873b86e5b8454a7d579742f3 span=4b66e82e7df04e11
282834-12-12 00:00:00.936  info  HTTP Request duration=4.72625ms caller=middleware/loggerMiddleware.go:92 trace=dc484da226093fb5e54417df97492312 span=c2f1881fcedc5105 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=160 query=id=160 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282834-12-12 00:00:00.936  info  HTTP Request duration=4.929334ms caller=middleware/loggerMiddleware.go:92 status=200 trace=288c4b3d873b86e5b8454a7d579742f3 span=4b66e82e7df04e11 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=61 query=id=61 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
282835-12-12 00:00:00.990  info  [GORM] SQL Executed duration=4.1ms caller=ticket/getTicketListLogic.go:30 sql=SELECT count(*) FROM `ticket` rows=1 trace=181ab45ae0afa6adc5547f25fef31379 span=294b35cda1c56fe3
282835-12-12 00:00:00.994  info  [GORM] SQL Executed duration=4.8ms caller=ticket/getTicketListLogic.go:30 rows=10 trace=181ab45ae0afa6adc5547f25fef31379 span=294b35cda1c56fe3 sql=SELECT * FROM `ticket` ORDER BY id desc LIMIT 10
282835-12-12 00:00:00.996  info  HTTP Request duration=11.336167ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/ticket/list?page=1&size=10 span=294b35cda1c56fe3 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=181ab45ae0afa6adc5547f25fef31379
282836-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 448 rows=1 trace=b7aa1dc34e16cba5673f974ad93b7a2d span=294cfad7c9875622
282836-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 330 rows=1 span=3df4eefa6111ad94 trace=e17f04965061cae1c0e3e4d583375213
282836-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 trace=ce357a6cb15cb0b2f61ae8466c1c1fa8 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 314 rows=1 span=3dcb4a1518365dec
282836-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.4ms caller=gorm@v1.25.12/callbacks.go:130 trace=0380e9f2e57d152a86d3df00d6c78105 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 183 rows=1 span=69b9144d8f880c37
282836-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=e54b72c1d0b79f3e9586ef6c4d57de97 span=5188b1b1664a1aa8 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 327
282836-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 span=9673d5ef7a01cdd1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 71 trace=69d0bfab8f67239ba45633e8ca4e92e2
282836-12-12 00:00:00.008  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 span=3df4eefa6111ad94 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 330 rows=0 trace=e17f04965061cae1c0e3e4d583375213
282836-12-12 00:00:00.008  info  [GORM] SQL Executed duration=4.3ms caller=user/getUserDetailLogic.go:30 span=3df4eefa6111ad94 sql=SELECT * FROM `user` WHERE `id` = 330 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=e17f04965061cae1c0e3e4d583375213
282836-12-12 00:00:00.008  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 span=9673d5ef7a01cdd1 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 71 rows=0 trace=69d0bfab8f67239ba45633e8ca4e92e2
282836-12-12 00:00:00.008  info  [GORM] SQL Executed duration=4.6ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 71 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=69d0bfab8f67239ba45633e8ca4e92e2 span=9673d5ef7a01cdd1
282836-12-12 00:00:00.008  info  HTTP Request duration=5.687459ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=330 query=id=330 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 ip=127.0.0.1 trace=e17f04965061cae1c0e3e4d583375213 span=3df4eefa6111ad94
282836-12-12 00:00:00.008  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 trace=ce357a6cb15cb0b2f61ae8466c1c1fa8 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 314 rows=0 span=3dcb4a1518365dec
282836-12-12 00:00:00.008  info  [GORM] SQL Executed duration=4.9ms caller=user/getUserDetailLogic.go:30 span=3dcb4a1518365dec rows=1 trace=ce357a6cb15cb0b2f61ae8466c1c1fa8 sql=SELECT * FROM `user` WHERE `id` = 314 ORDER BY `user`.`id` LIMIT 1
282836-12-12 00:00:00.009  info  HTTP Request duration=6.036084ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=69d0bfab8f67239ba45633e8ca4e92e2 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=71 query=id=71 span=9673d5ef7a01cdd1 status=200
282836-12-12 00:00:00.009  info  [GORM] SQL Executed duration=2.1ms caller=gorm@v1.25.12/callbacks.go:130 span=294cfad7c9875622 trace=b7aa1dc34e16cba5673f974ad93b7a2d sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 448 rows=0
282836-12-12 00:00:00.009  info  [GORM] SQL Executed duration=5.2ms caller=user/getUserDetailLogic.go:30 span=294cfad7c9875622 sql=SELECT * FROM `user` WHERE `id` = 448 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=b7aa1dc34e16cba5673f974ad93b7a2d
282836-12-12 00:00:00.009  info  HTTP Request duration=6.392375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=314 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=3dcb4a1518365dec query=id=314 trace=ce357a6cb15cb0b2f61ae8466c1c1fa8
282836-12-12 00:00:00.009  info  HTTP Request duration=6.573709ms caller=middleware/loggerMiddleware.go:92 trace=b7aa1dc34e16cba5673f974ad93b7a2d span=294cfad7c9875622 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=448 query=id=448 ip=127.0.0.1
282836-12-12 00:00:00.009  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 span=69b9144d8f880c37 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 183 trace=0380e9f2e57d152a86d3df00d6c78105 rows=0
282836-12-12 00:00:00.009  info  [GORM] SQL Executed duration=5.6ms caller=user/getUserDetailLogic.go:30 rows=1 trace=0380e9f2e57d152a86d3df00d6c78105 sql=SELECT * FROM `user` WHERE `id` = 183 ORDER BY `user`.`id` LIMIT 1 span=69b9144d8f880c37
282836-12-12 00:00:00.009  info  [GORM] SQL Executed duration=2.1ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=e54b72c1d0b79f3e9586ef6c4d57de97 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 327 span=5188b1b1664a1aa8
282836-12-12 00:00:00.009  info  [GORM] SQL Executed duration=6.0ms caller=user/getUserDetailLogic.go:30 span=5188b1b1664a1aa8 sql=SELECT * FROM `user` WHERE `id` = 327 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=e54b72c1d0b79f3e9586ef6c4d57de97
282836-12-12 00:00:00.010  info  HTTP Request duration=7.170583ms caller=middleware/loggerMiddleware.go:92 query=id=183 ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=183 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0380e9f2e57d152a86d3df00d6c78105 span=69b9144d8f880c37
282836-12-12 00:00:00.010  info  HTTP Request duration=7.194417ms caller=middleware/loggerMiddleware.go:92 query=id=327 ip=127.0.0.1 trace=e54b72c1d0b79f3e9586ef6c4d57de97 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=327 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5188b1b1664a1aa8
282836-12-12 00:00:00.011  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 201 rows=1 trace=5b011af2aff820741ec108eccd1b89cc span=a74919022fb5ab01
282836-12-12 00:00:00.011  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 201 rows=0 trace=5b011af2aff820741ec108eccd1b89cc span=a74919022fb5ab01
282836-12-12 00:00:00.011  info  [GORM] SQL Executed duration=2.2ms caller=user/getUserDetailLogic.go:30 rows=1 span=a74919022fb5ab01 sql=SELECT * FROM `user` WHERE `id` = 201 ORDER BY `user`.`id` LIMIT 1 trace=5b011af2aff820741ec108eccd1b89cc
282836-12-12 00:00:00.012  info  HTTP Request duration=3.167208ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=201 query=id=201 ip=127.0.0.1 span=a74919022fb5ab01 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5b011af2aff820741ec108eccd1b89cc
282836-12-12 00:00:00.894  info  [GORM] SQL Executed duration=0.8ms caller=document/getDocumentListLogic.go:30 sql=SELECT count(*) FROM `document` trace=f229a65c8f6fe92787e236e5c70c1a22 span=64adf8a54e40262f rows=1
282836-12-12 00:00:00.894  info  [GORM] SQL Executed duration=0.8ms caller=document/getDocumentListLogic.go:30 trace=f229a65c8f6fe92787e236e5c70c1a22 span=64adf8a54e40262f sql=SELECT * FROM `document` LIMIT 10 rows=0
282836-12-12 00:00:00.895  info  HTTP Request duration=2.344291ms caller=middleware/loggerMiddleware.go:92 span=64adf8a54e40262f request=GET 127.0.0.1:8080/v1/admin/document/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=f229a65c8f6fe92787e236e5c70c1a22 status=200 ip=127.0.0.1
282847-12-12 00:00:00.769  info  [CheckSubscription] Start check subscription: 2025-12-28 17:39:47 caller=subscription/checkSubscriptionLogic.go:29
282847-12-12 00:00:00.771  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
282847-12-12 00:00:00.771  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
282847-12-12 00:00:00.773  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 09:39:47.772' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
282847-12-12 00:00:00.773  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
282828-12-12 00:00:00.103  info  stop scheduler service caller=scheduler/scheduler.go:61
282828-12-12 00:00:00.107  info  stop consumer service caller=queue/queue.go:36
282828-12-12 00:00:00.108  info  server shutdown caller=internal/server.go:133
292941-12-12 00:00:00.991  info  start consumer service caller=queue/queue.go:23
292941-12-12 00:00:00.991  info  start scheduler service caller=scheduler/scheduler.go:26
292942-12-12 00:00:00.004  info  [Migrate] database not change caller=initialize/version.go:26
292942-12-12 00:00:00.005  info  [GORM] SQL Executed duration=0.6ms caller=initialize/init.go:8 sql=SELECT count(*) FROM `user` rows=1
292942-12-12 00:00:00.006  debug  initialize site config caller=initialize/site.go:14
292942-12-12 00:00:00.007  info  [GORM] SQL Executed duration=0.6ms caller=initialize/site.go:15 sql=SELECT * FROM `system` WHERE `category` = 'site' rows=7
292942-12-12 00:00:00.007  debug  Node config initialization caller=initialize/node.go:16
292942-12-12 00:00:00.008  info  [GORM] SQL Executed duration=0.4ms caller=initialize/node.go:17 rows=9 sql=SELECT * FROM `system` WHERE `category` = 'server'
292942-12-12 00:00:00.008  info  [GORM] SQL Executed duration=0.4ms caller=internal/server.go:72 rows=1 sql=SELECT * FROM `system` WHERE `key` = 'NodeMultiplierConfig'
292942-12-12 00:00:00.009  info  [GORM] SQL Executed duration=0.4ms caller=initialize/node.go:70 sql=SELECT * FROM `system` WHERE `category` = 'server' AND `key` = 'NodeMultiplierConfig' rows=1
292942-12-12 00:00:00.009  debug  Email config initialization caller=initialize/email.go:17
292942-12-12 00:00:00.010  info  [GORM] SQL Executed duration=0.8ms caller=initialize/email.go:18 sql=SELECT * FROM `auth_method` WHERE method = 'email' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
292942-12-12 00:00:00.010  debug  device config initialization caller=initialize/device.go:15
292942-12-12 00:00:00.011  info  [GORM] SQL Executed duration=0.7ms caller=initialize/device.go:16 sql=SELECT * FROM `auth_method` WHERE method = 'device' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
292942-12-12 00:00:00.011  debug  Register config initialization caller=initialize/invite.go:14
292942-12-12 00:00:00.013  info  [GORM] SQL Executed duration=1.0ms caller=initialize/invite.go:15 sql=SELECT * FROM `system` WHERE `category` = 'invite' rows=5
292942-12-12 00:00:00.013  debug  Verify config initialization caller=initialize/verify.go:22
292942-12-12 00:00:00.014  info  [GORM] SQL Executed duration=0.7ms caller=initialize/verify.go:23 sql=SELECT * FROM `system` WHERE `category` = 'verify' rows=5
292942-12-12 00:00:00.014  debug  Verify code config initialization caller=initialize/verify.go:38
292942-12-12 00:00:00.015  info  [GORM] SQL Executed duration=0.6ms caller=initialize/verify.go:41 sql=SELECT * FROM `system` WHERE `category` = 'verify_code' rows=3
292942-12-12 00:00:00.015  debug  Subscribe config initialization caller=initialize/subscribe.go:14
292942-12-12 00:00:00.016  info  [GORM] SQL Executed duration=0.7ms caller=initialize/subscribe.go:15 sql=SELECT * FROM `system` WHERE `category` = 'subscribe' rows=4
292942-12-12 00:00:00.017  debug  Register config initialization caller=initialize/register.go:14
292942-12-12 00:00:00.017  info  [GORM] SQL Executed duration=0.7ms caller=initialize/register.go:15 sql=SELECT * FROM `system` WHERE `category` = 'register' rows=8
292942-12-12 00:00:00.018  debug  Mobile config initialization caller=initialize/mobile.go:16
292942-12-12 00:00:00.019  info  [GORM] SQL Executed duration=0.8ms caller=initialize/mobile.go:17 sql=SELECT * FROM `auth_method` WHERE method = 'mobile' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
292942-12-12 00:00:00.021  info  [GORM] SQL Executed duration=0.8ms caller=initialize/telegram.go:19 sql=SELECT * FROM `auth_method` WHERE method = 'telegram' ORDER BY `auth_method`.`id` LIMIT 1 rows=1
292912-12-12 00:00:00.025  info  Starting agent caller=trace/agent.go:46
292912-12-12 00:00:00.025  info  server start at 0.0.0.0:8080 caller=internal/server.go:112
292932-12-12 00:00:00.512  info  HTTP Request duration=7.833µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a801e678b484fa88be3265992fce5a39 query= span=8ab3408daa8b6055 status=204 request=OPTIONS 127.0.0.1:8080/v1/auth/login
292932-12-12 00:00:00.522  info  [GORM] SQL Executed duration=6.8ms caller=auth/userLoginLogic.go:69 sql=SELECT * FROM `user_auth_methods` WHERE `auth_type` = 'email' AND `auth_identifier` = 'kxswman@gmail.com' ORDER BY `user_auth_methods`.`id` LIMIT 1 trace=0b9c6637419d5b44b9c287946cb3a658 span=b9a0ee9f2fbc576e rows=1
292932-12-12 00:00:00.524  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1 trace=0b9c6637419d5b44b9c287946cb3a658 span=b9a0ee9f2fbc576e
292932-12-12 00:00:00.525  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=0b9c6637419d5b44b9c287946cb3a658 span=b9a0ee9f2fbc576e sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2
292932-12-12 00:00:00.525  info  [GORM] SQL Executed duration=2.7ms caller=auth/userLoginLogic.go:69 rows=1 span=b9a0ee9f2fbc576e trace=0b9c6637419d5b44b9c287946cb3a658 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1
292932-12-12 00:00:00.535  info  [GORM] SQL Executed duration=8.9ms caller=auth/userLoginHandler.go:42 rows=1 trace=0b9c6637419d5b44b9c287946cb3a658 span=b9a0ee9f2fbc576e sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":false,"timestamp":1767005012526}','2025-12-29 18:43:32.527','2025-12-29')
292932-12-12 00:00:00.535  info  HTTP Request duration=21.649041ms caller=middleware/loggerMiddleware.go:92 query= response_body={"code":20003,"msg":"User password error"} trace=0b9c6637419d5b44b9c287946cb3a658 span=b9a0ee9f2fbc576e status=200 request=POST 127.0.0.1:8080/v1/auth/login ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"}
292941-12-12 00:00:00.105  info  [CheckSubscription] Start check subscription: 2025-12-29 02:43:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.118  info  [GORM] SQL Executed duration=4.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.118  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.122  info  [GORM] SQL Executed duration=2.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:43:41.12' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.122  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292957-12-12 00:00:00.603  info  [GORM] SQL Executed duration=6.3ms caller=auth/userLoginHandler.go:42 sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1767005037597}','2025-12-29 18:43:57.598','2025-12-29') rows=1 trace=2509d36a2e0fcd7af57ded0f5d14d337 span=c0d23a3b4bc729c0
292957-12-12 00:00:00.603  info  HTTP Request duration=8.516583ms caller=middleware/loggerMiddleware.go:92 span=c0d23a3b4bc729c0 ip=127.0.0.1 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpblR5cGUiOiIiLCJTZXNzaW9uSWQiOiIwMTliNjliNS0yNDFjLTc0MjMtOWJhOS1lYjEzMTYyZTE5YTYiLCJVc2VySWQiOjIsImV4cCI6MTc2NzYwOTgzNywiaWF0IjoxNzY3MDA1MDM3fQ.fQEnaJBrYyHAeKWLDTtA5kTpnxNYyJmkqipCu7CjULM"}} trace=2509d36a2e0fcd7af57ded0f5d14d337 status=200 request=POST 127.0.0.1:8080/v1/auth/login query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"}
29298-12-12 00:00:00.767  info  HTTP Request duration=52.708µs caller=middleware/loggerMiddleware.go:92 status=204 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=OPTIONS 127.0.0.1:8080/v1/admin/tool/version ip=127.0.0.1 trace=8afa6be21f44e9b285879c67710e1414 span=5c2dc2d99186914f
29298-12-12 00:00:00.767  info  HTTP Request duration=5.791µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/console/revenue query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=7d6f6dedc45b8f0f status=204 ip=127.0.0.1 trace=212389fc9e9a98a6a29d94d7acb27f78
29298-12-12 00:00:00.767  info  HTTP Request duration=6.334µs caller=middleware/loggerMiddleware.go:92 trace=98c5ea606a88c080e3c8c34348829158 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=c893a03d5041d129 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/console/server query= ip=127.0.0.1
29298-12-12 00:00:00.767  info  HTTP Request duration=32.083µs caller=middleware/loggerMiddleware.go:92 status=204 query= ip=127.0.0.1 request=OPTIONS 127.0.0.1:8080/v1/admin/console/user user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a016ee2c1ad136a6fd0039b37338d062 span=c37cc0bcbbb9e090
29298-12-12 00:00:00.767  info  HTTP Request duration=4.916µs caller=middleware/loggerMiddleware.go:92 status=204 query= ip=127.0.0.1 trace=da924e0843691ce5f630dfc4d35c2c96 span=3053c0cabda615f1 request=OPTIONS 127.0.0.1:8080/v1/admin/console/ticket user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29298-12-12 00:00:00.779  info  [GORM] SQL Executed duration=4.1ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2
29298-12-12 00:00:00.780  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
29298-12-12 00:00:00.780  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
29298-12-12 00:00:00.780  info  [GORM] SQL Executed duration=1.1ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
29298-12-12 00:00:00.780  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
29298-12-12 00:00:00.780  info  [GORM] SQL Executed duration=8.2ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
29298-12-12 00:00:00.781  info  HTTP Request duration=13.099583ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c99c50ab13951a6081993dca2e05d707 span=391b57eda8d3694c status=200 request=GET 127.0.0.1:8080/v1/admin/tool/version query= ip=127.0.0.1
29298-12-12 00:00:00.781  info  [GORM] SQL Executed duration=1.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 2 rows=1
29298-12-12 00:00:00.781  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
29298-12-12 00:00:00.781  info  [GORM] SQL Executed duration=8.1ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
29298-12-12 00:00:00.781  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
29298-12-12 00:00:00.781  info  [GORM] SQL Executed duration=8.3ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
29298-12-12 00:00:00.782  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
29298-12-12 00:00:00.782  info  [GORM] SQL Executed duration=8.9ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
29298-12-12 00:00:00.783  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 2 rows=0
29298-12-12 00:00:00.783  info  [GORM] SQL Executed duration=9.5ms caller=middleware/authMiddleware.go:70 sql=SELECT * FROM `user` WHERE `id` = 2 ORDER BY `user`.`id` LIMIT 1 rows=1
29298-12-12 00:00:00.784  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsLogic.go:36 trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-29 08:00:00' and created_at < '2025-12-30 07:59:59' rows=1
29298-12-12 00:00:00.786  info  [GORM] SQL Executed duration=4.2ms caller=console/queryRevenueStatisticsHandler.go:15 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-29 08:00:00' AND '2025-12-30 07:59:59.999' AND method != 'balance' rows=1 trace=3d8d431577ba829e3a1836580d37b4d7 span=f6a80561995923a4
29298-12-12 00:00:00.787  info  [GORM] SQL Executed duration=5.4ms caller=console/queryTicketWaitReplyLogic.go:27 trace=ca216eafbe81fd298256c0f06ac81db2 span=24845d3a5aeb7e97 sql=SELECT count(*) FROM `ticket` WHERE status = 1 rows=1
29298-12-12 00:00:00.787  info  HTTP Request duration=16.31475ms caller=middleware/loggerMiddleware.go:92 span=24845d3a5aeb7e97 status=200 request=GET 127.0.0.1:8080/v1/admin/console/ticket query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=ca216eafbe81fd298256c0f06ac81db2
29298-12-12 00:00:00.787  info  [GORM] SQL Executed duration=5.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT user_id, subscribe_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-29 16:00:00' AND '2025-12-30 15:59:59' GROUP BY user_id, subscribe_id ORDER BY total DESC LIMIT 10 rows=0 trace=21179e3acc2b81d32df7625b94cb7031 span=4a4bcbad732bd00f
29298-12-12 00:00:00.788  info  [GORM] SQL Executed duration=3.7ms caller=console/queryUserStatisticsHandler.go:15 rows=1 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-29 16:00:00' AND created_at < '2025-12-30 16:00:00' AND method != 'balance' trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46
29298-12-12 00:00:00.788  info  [GORM] SQL Executed duration=1.5ms caller=console/queryRevenueStatisticsHandler.go:15 rows=1 span=f6a80561995923a4 sql=SELECT SUM(amount) as amount_total, SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) as new_order_amount, SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) as renewal_order_amount FROM `order` WHERE status IN (2,5) AND created_at BETWEEN '2025-12-01 16:00:00' AND '2026-01-01 15:59:59.999' AND method != 'balance' trace=3d8d431577ba829e3a1836580d37b4d7
29298-12-12 00:00:00.789  info  [GORM] SQL Executed duration=1.2ms caller=console/queryUserStatisticsLogic.go:51 trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46 sql=SELECT count(*) FROM `user` WHERE created_at > '2025-12-01 16:00:00' and created_at < '2026-01-01 15:59:59.999' rows=1
29298-12-12 00:00:00.789  info  [GORM] SQL Executed duration=1.2ms caller=console/queryRevenueStatisticsHandler.go:15 rows=12 span=f6a80561995923a4 trace=3d8d431577ba829e3a1836580d37b4d7 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m-%d') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2025-12-30 08:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d') ORDER BY date ASC
29298-12-12 00:00:00.789  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=4a4bcbad732bd00f sql=SELECT server_id, SUM(download + upload) AS total, SUM(download) AS download, SUM(upload) AS upload FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-29 16:00:00' AND '2025-12-30 15:59:59' GROUP BY `server_id` ORDER BY total DESC LIMIT 10 trace=21179e3acc2b81d32df7625b94cb7031 rows=0
29298-12-12 00:00:00.789  info  [GORM] SQL Executed duration=0.5ms caller=console/queryRevenueStatisticsHandler.go:15 rows=1 trace=3d8d431577ba829e3a1836580d37b4d7 span=f6a80561995923a4 sql=SELECT
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND method != 'balance'
29298-12-12 00:00:00.790  info  [GORM] SQL Executed duration=1.0ms caller=console/queryUserStatisticsHandler.go:15 trace=1018c1e0a72aac0e36baf9906540d6c2 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-12-01 16:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' rows=1 span=318ce8747c9e4e46
29298-12-12 00:00:00.790  info  [GORM] SQL Executed duration=0.6ms caller=console/queryRevenueStatisticsHandler.go:15 rows=4 trace=3d8d431577ba829e3a1836580d37b4d7 span=f6a80561995923a4 sql=SELECT
DATE_FORMAT(created_at, '%Y-%m') AS date,
SUM(amount) AS amount_total,
SUM(CASE WHEN is_new = 1 THEN amount ELSE 0 END) AS new_order_amount,
SUM(CASE WHEN is_new = 0 THEN amount ELSE 0 END) AS renewal_order_amount
FROM `order` WHERE status IN (2,5) AND created_at >= '2025-07-01 15:00:00' AND created_at < '2026-01-01 16:00:00' AND method != 'balance' GROUP BY DATE_FORMAT(created_at, '%Y-%m') ORDER BY date ASC
29298-12-12 00:00:00.790  info  HTTP Request duration=21.852459ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/console/revenue query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3d8d431577ba829e3a1836580d37b4d7 status=200 span=f6a80561995923a4
29298-12-12 00:00:00.791  info  [GORM] SQL Executed duration=0.5ms caller=middleware/authMiddleware.go:89 sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` > '2025-12-29 18:39:08.782' trace=21179e3acc2b81d32df7625b94cb7031 span=4a4bcbad732bd00f rows=1
29298-12-12 00:00:00.791  info  [GORM] SQL Executed duration=0.4ms caller=middleware/authMiddleware.go:89 rows=1 trace=21179e3acc2b81d32df7625b94cb7031 span=4a4bcbad732bd00f sql=SELECT count(*) FROM `servers` WHERE `last_reported_at` <= '2025-12-29 18:39:08.782' OR `last_reported_at` IS NULL
29298-12-12 00:00:00.791  info  [GORM] SQL Executed duration=0.4ms caller=gin@v1.10.0/context.go:185 trace=21179e3acc2b81d32df7625b94cb7031 span=4a4bcbad732bd00f sql=SELECT SUM(upload) AS upload, SUM(download) AS download FROM `traffic_log` WHERE timestamp BETWEEN '2025-12-29 16:00:00' AND '2025-12-30 15:59:59' rows=1
29298-12-12 00:00:00.794  info  [GORM] SQL Executed duration=4.5ms caller=console/queryUserStatisticsHandler.go:15 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m-%d') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 18:44:08.783' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m-%d') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 18:44:08.783' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m-%d')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m-%d') = r.date WHERE user.created_at BETWEEN '2025-12-01 16:00:00' AND '2025-12-29 18:44:08.783' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m-%d') ORDER BY date ASC rows=24 trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46
29298-12-12 00:00:00.795  info  [GORM] SQL Executed duration=0.4ms caller=console/queryUserStatisticsLogic.go:85 trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46 sql=SELECT count(*) FROM `user` rows=1
29298-12-12 00:00:00.796  info  [GORM] SQL Executed duration=0.8ms caller=console/queryUserStatisticsHandler.go:15 rows=1 sql=SELECT
COUNT(DISTINCT CASE WHEN is_new = 1 THEN user_id END) AS new_users,
COUNT(DISTINCT CASE WHEN is_new = 0 THEN user_id END) AS renewal_users
FROM `order` WHERE status IN (2,5) AND method != 'balance' trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46
29298-12-12 00:00:00.797  info  [GORM] SQL Executed duration=1.7ms caller=console/queryUserStatisticsHandler.go:15 rows=5 span=318ce8747c9e4e46 trace=1018c1e0a72aac0e36baf9906540d6c2 sql=SELECT
DATE_FORMAT(user.created_at, '%Y-%m') AS date,
COUNT(*) AS register,
IFNULL(MAX(n.new_order_users), 0) AS new_order_users,
IFNULL(MAX(r.renewal_order_users), 0) AS renewal_order_users
FROM `user` LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS new_order_users FROM `order` WHERE is_new = 1 AND created_at >= '2025-07-29 17:44:08.783' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS n ON DATE_FORMAT(user.created_at, '%Y-%m') = n.date LEFT JOIN (SELECT DATE_FORMAT(created_at, '%Y-%m') AS date, COUNT(DISTINCT user_id) AS renewal_order_users FROM `order` WHERE is_new = 0 AND created_at >= '2025-07-29 17:44:08.783' AND status IN (2,5) GROUP BY DATE_FORMAT(created_at, '%Y-%m')) AS r ON DATE_FORMAT(user.created_at, '%Y-%m') = r.date WHERE user.created_at >= '2025-07-29 17:44:08.783' GROUP BY DATE_FORMAT(user.created_at, '%Y-%m') ORDER BY date ASC
29298-12-12 00:00:00.797  info  HTTP Request duration=26.708417ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/user query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1018c1e0a72aac0e36baf9906540d6c2 span=318ce8747c9e4e46
29298-12-12 00:00:00.805  info  HTTP Request duration=34.588583ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/console/server ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query= trace=21179e3acc2b81d32df7625b94cb7031 span=4a4bcbad732bd00f
292925-12-12 00:00:00.956  info  HTTP Request duration=11.292µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 trace=3f2b55702952ddfac5d7ce7d88c807ed span=820f81b1c6374529 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292925-12-12 00:00:00.956  info  HTTP Request duration=7µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1180574b9e2e13d5d12fa98b6b2a4216 status=204 query=page=1&size=999999999 span=c6f7b716f75191b4
292925-12-12 00:00:00.972  info  [GORM] SQL Executed duration=13.8ms caller=order/getOrderListLogic.go:30 span=70d9f3035209a018 sql=SELECT count(*) FROM `order` rows=1 trace=3f7fc66a10d7a007c2cd762b4cbac047
292925-12-12 00:00:00.973  info  [GORM] SQL Executed duration=14.1ms caller=subscribe/model.go:128 sql=SELECT count(*) FROM `subscribe` rows=1 trace=acea8c4a0d32c43fe6a84f710c3af7c7 span=98d57825b9ba5188
292925-12-12 00:00:00.975  info  [GORM] SQL Executed duration=2.4ms caller=subscribe/model.go:128 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 999999999 trace=acea8c4a0d32c43fe6a84f710c3af7c7 rows=4 span=98d57825b9ba5188
292925-12-12 00:00:00.978  info  [GORM] SQL Executed duration=3.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `payment` WHERE `payment`.`id` IN (1,-1) rows=2 trace=3f7fc66a10d7a007c2cd762b4cbac047 span=70d9f3035209a018
292925-12-12 00:00:00.979  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 span=70d9f3035209a018 sql=SELECT * FROM `subscribe` WHERE `subscribe`.`id` IN (3,2) rows=2 trace=3f7fc66a10d7a007c2cd762b4cbac047
292925-12-12 00:00:00.979  info  [GORM] SQL Executed duration=6.8ms caller=order/getOrderListLogic.go:30 trace=3f7fc66a10d7a007c2cd762b4cbac047 sql=SELECT `order`.`id`,`order`.`parent_id`,`order`.`user_id`,`order`.`order_no`,`order`.`type`,`order`.`quantity`,`order`.`price`,`order`.`amount`,`order`.`discount`,`order`.`coupon`,`order`.`coupon_discount`,`order`.`payment_id`,`order`.`method`,`order`.`fee_amount`,`order`.`trade_no`,`order`.`gift_amount`,`order`.`commission`,`order`.`status`,`order`.`subscribe_id`,`order`.`subscribe_token`,`order`.`is_new`,`order`.`created_at`,`order`.`updated_at` FROM `order` ORDER BY id desc LIMIT 10 rows=10 span=70d9f3035209a018
292925-12-12 00:00:00.979  info  [GORM] SQL Executed duration=3.8ms caller=subscribe/getSubscribeListHandler.go:23 trace=acea8c4a0d32c43fe6a84f710c3af7c7 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 span=98d57825b9ba5188
292925-12-12 00:00:00.979  info  HTTP Request duration=22.386708ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=acea8c4a0d32c43fe6a84f710c3af7c7 span=98d57825b9ba5188 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999
292925-12-12 00:00:00.979  info  HTTP Request duration=22.587875ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3f7fc66a10d7a007c2cd762b4cbac047 span=70d9f3035209a018 query=page=1&size=10 ip=127.0.0.1
292925-12-12 00:00:00.989  info  HTTP Request duration=3.333µs caller=middleware/loggerMiddleware.go:92 query=id=470 trace=8dc642691b798a12a37aeb257885e659 span=232b3a023e6e8f12 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=470 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292925-12-12 00:00:00.989  info  HTTP Request duration=1.625µs caller=middleware/loggerMiddleware.go:92 query=id=476 trace=d22657ffe9975948a40f28228b0b93b1 status=204 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=a9a2adf332cf679c request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=476
292925-12-12 00:00:00.990  info  HTTP Request duration=1.625µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=429 query=id=429 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=e4de3f5797ce2c66d1a039ec09ee95e7 span=badcad66e7dae608
292925-12-12 00:00:00.990  info  HTTP Request duration=1.625µs caller=middleware/loggerMiddleware.go:92 query=id=475 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8e5da1015bbff013 ip=127.0.0.1 trace=fea2b79750b09ecf088300a8e8bc2bdc status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=475
292925-12-12 00:00:00.990  info  HTTP Request duration=1.292µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b040c15842741fd7807ee38212dbd7ec span=1fe30de6eefb8a5d request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=428 query=id=428 status=204
292925-12-12 00:00:00.990  info  HTTP Request duration=1.125µs caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=473 trace=8c3c0ab6a54a2f90fc6234ed0b83e920 span=eff4643f76f18765 status=204 query=id=473
292925-12-12 00:00:00.990  info  HTTP Request duration=1.25µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=472 query=id=472 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=3761b51cccffbfb1 trace=3c2aa1b03fb57047ae26cc023dfc3e08
292925-12-12 00:00:00.990  info  HTTP Request duration=1.042µs caller=middleware/loggerMiddleware.go:92 span=a81730a76de01e0d request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=280 ip=127.0.0.1 status=204 query=id=280 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b77cb78daa8a131fcbff17b35f60f7a6
292925-12-12 00:00:00.996  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 470 trace=79774091430e3a783e925c3ca4d77b81 span=fcc0c9034f821a41 rows=1
292925-12-12 00:00:00.996  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 trace=3ddb0a57a1d8262bc4bbfa585ec2da24 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 475 rows=1 span=5ca86cebdfe2e21f
292925-12-12 00:00:00.996  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 428 trace=4353358a95ff1a3578e6e67259d789ff rows=1 span=a69c34f8984d3ec3
292925-12-12 00:00:00.996  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 429 trace=5ebb7b92c60c0512e674decce929916f rows=1 span=8d33ba72e7310927
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 trace=79774091430e3a783e925c3ca4d77b81 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 470 rows=0 span=fcc0c9034f821a41
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 trace=4353358a95ff1a3578e6e67259d789ff sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 428 rows=0 span=a69c34f8984d3ec3
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 475 rows=0 trace=3ddb0a57a1d8262bc4bbfa585ec2da24 span=5ca86cebdfe2e21f
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=4.8ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 475 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=3ddb0a57a1d8262bc4bbfa585ec2da24 span=5ca86cebdfe2e21f
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=4.9ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 428 ORDER BY `user`.`id` LIMIT 1 trace=4353358a95ff1a3578e6e67259d789ff rows=1 span=a69c34f8984d3ec3
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=4.9ms caller=user/getUserDetailLogic.go:30 rows=1 sql=SELECT * FROM `user` WHERE `id` = 470 ORDER BY `user`.`id` LIMIT 1 trace=79774091430e3a783e925c3ca4d77b81 span=fcc0c9034f821a41
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 trace=5ebb7b92c60c0512e674decce929916f span=8d33ba72e7310927 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 429 rows=0
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=5.0ms caller=user/getUserDetailLogic.go:30 span=8d33ba72e7310927 sql=SELECT * FROM `user` WHERE `id` = 429 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=5ebb7b92c60c0512e674decce929916f
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=9f62c5d26ad0bd5028d56dfaeeda77d3 span=980d030cc0ed28ed sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 476
292925-12-12 00:00:00.997  info  HTTP Request duration=6.4295ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=475 ip=127.0.0.1 trace=3ddb0a57a1d8262bc4bbfa585ec2da24 status=200 query=id=475 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5ca86cebdfe2e21f
292925-12-12 00:00:00.997  info  HTTP Request duration=6.508791ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=428 ip=127.0.0.1 trace=4353358a95ff1a3578e6e67259d789ff span=a69c34f8984d3ec3 status=200 query=id=428 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292925-12-12 00:00:00.997  info  HTTP Request duration=6.835333ms caller=middleware/loggerMiddleware.go:92 span=fcc0c9034f821a41 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=79774091430e3a783e925c3ca4d77b81 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=470 query=id=470
292925-12-12 00:00:00.997  info  HTTP Request duration=6.678417ms caller=middleware/loggerMiddleware.go:92 query=id=429 trace=5ebb7b92c60c0512e674decce929916f span=8d33ba72e7310927 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=429
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 476 rows=0 trace=9f62c5d26ad0bd5028d56dfaeeda77d3 span=980d030cc0ed28ed
292925-12-12 00:00:00.997  info  [GORM] SQL Executed duration=3.8ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 476 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=9f62c5d26ad0bd5028d56dfaeeda77d3 span=980d030cc0ed28ed
292925-12-12 00:00:00.998  info  HTTP Request duration=7.3875ms caller=middleware/loggerMiddleware.go:92 span=980d030cc0ed28ed request=GET 127.0.0.1:8080/v1/admin/user/detail?id=476 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=9f62c5d26ad0bd5028d56dfaeeda77d3 status=200 query=id=476
292925-12-12 00:00:00.999  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 trace=60a2f47c33016eaa82d6784ef2c22825 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 473 rows=1 span=b70db2d2e87564da
292926-12-12 00:00:00.000  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 472 trace=edcfb189b8bc18a0336a2e924382eff1 span=87bf0ac267336a14
292926-12-12 00:00:00.000  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 280 rows=1 span=e60888cd2e878b78 trace=874f181f32e3c3e8b1f984c6bda9d679
292926-12-12 00:00:00.000  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 473 rows=0 trace=60a2f47c33016eaa82d6784ef2c22825 span=b70db2d2e87564da
292926-12-12 00:00:00.000  info  [GORM] SQL Executed duration=4.3ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 473 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=60a2f47c33016eaa82d6784ef2c22825 span=b70db2d2e87564da
292926-12-12 00:00:00.001  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 span=87bf0ac267336a14 trace=edcfb189b8bc18a0336a2e924382eff1 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 472 rows=0
292926-12-12 00:00:00.001  info  [GORM] SQL Executed duration=2.7ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 472 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=edcfb189b8bc18a0336a2e924382eff1 span=87bf0ac267336a14
292926-12-12 00:00:00.001  info  [GORM] SQL Executed duration=1.6ms caller=gorm@v1.25.12/callbacks.go:130 trace=874f181f32e3c3e8b1f984c6bda9d679 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 280 rows=0 span=e60888cd2e878b78
292926-12-12 00:00:00.001  info  [GORM] SQL Executed duration=2.8ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 280 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=874f181f32e3c3e8b1f984c6bda9d679 span=e60888cd2e878b78
292926-12-12 00:00:00.002  info  HTTP Request duration=4.161ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=280 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=874f181f32e3c3e8b1f984c6bda9d679 span=e60888cd2e878b78 status=200 query=id=280 ip=127.0.0.1
292926-12-12 00:00:00.002  info  HTTP Request duration=4.4465ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=edcfb189b8bc18a0336a2e924382eff1 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=472 span=87bf0ac267336a14 status=200 query=id=472 ip=127.0.0.1
292926-12-12 00:00:00.002  info  HTTP Request duration=11.492417ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=473 query=id=473 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=60a2f47c33016eaa82d6784ef2c22825 span=b70db2d2e87564da
292927-12-12 00:00:00.347  info  HTTP Request duration=5.416µs caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=3e70296fce59cfa6 status=204 trace=d64e150349804847d9a09f4fbaaebee0 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999
292927-12-12 00:00:00.347  info  HTTP Request duration=3.417µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=204 trace=b2846911c96002bbcc7a013d7961162d span=115ff851f7907b15
292927-12-12 00:00:00.347  info  HTTP Request duration=3.083µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 trace=aa203356b2226d59cd294079ea3efd8b span=a6e700390f7a37b8 status=204 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292927-12-12 00:00:00.347  info  HTTP Request duration=3.833µs caller=middleware/loggerMiddleware.go:92 status=204 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=713e6b22045417207b258d2120b5a6b0 span=979d647faae487d6 request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/tags
292927-12-12 00:00:00.350  info  [GORM] SQL Executed duration=1.6ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` trace=97ff0d9105495d697f0cb066e99cd815 rows=36 span=d2386cc9e759ab94
292927-12-12 00:00:00.350  info  HTTP Request duration=2.4545ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags trace=97ff0d9105495d697f0cb066e99cd815 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d2386cc9e759ab94
292927-12-12 00:00:00.356  info  [GORM] SQL Executed duration=7.5ms caller=gin@v1.10.0/context.go:185 trace=9ffc17b861c8595af8f86f09445d6c26 span=15eda282a3b9d03b rows=1 sql=SELECT count(*) FROM `nodes`
292927-12-12 00:00:00.356  info  [GORM] SQL Executed duration=7.5ms caller=gin@v1.10.0/context.go:185 trace=5aedcf5779930edcc77878c2ddb3933d sql=SELECT count(*) FROM `nodes` rows=1 span=0d3cc453ebe40d97
292927-12-12 00:00:00.356  info  [GORM] SQL Executed duration=7.5ms caller=gin@v1.10.0/context.go:185 trace=a441c9db92183985078fe308bfc4b177 span=5b6b4997dca19dd6 sql=SELECT count(*) FROM `servers` rows=1
292927-12-12 00:00:00.357  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=a441c9db92183985078fe308bfc4b177 span=5b6b4997dca19dd6
292927-12-12 00:00:00.357  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 trace=9ffc17b861c8595af8f86f09445d6c26 span=15eda282a3b9d03b rows=36
292927-12-12 00:00:00.358  info  HTTP Request duration=10.033833ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=15eda282a3b9d03b request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 ip=127.0.0.1 trace=9ffc17b861c8595af8f86f09445d6c26
292927-12-12 00:00:00.358  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 trace=5aedcf5779930edcc77878c2ddb3933d sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 span=0d3cc453ebe40d97
292927-12-12 00:00:00.358  info  HTTP Request duration=10.226292ms caller=middleware/loggerMiddleware.go:92 trace=5aedcf5779930edcc77878c2ddb3933d span=0d3cc453ebe40d97 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292927-12-12 00:00:00.367  info  HTTP Request duration=19.308084ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=a441c9db92183985078fe308bfc4b177 span=5b6b4997dca19dd6 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292929-12-12 00:00:00.265  info  HTTP Request duration=8.625µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 ip=127.0.0.1 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=bc511046608410e83ca3535baf8f4763 span=5aee07b3665e0d3d
292929-12-12 00:00:00.270  info  [GORM] SQL Executed duration=2.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=2d211a80bad63290cd10d3ab2fb0439a span=9acc4e2bd07391a3
292929-12-12 00:00:00.272  info  [GORM] SQL Executed duration=2.2ms caller=gin@v1.10.0/context.go:185 rows=10 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 trace=2d211a80bad63290cd10d3ab2fb0439a span=9acc4e2bd07391a3
292929-12-12 00:00:00.281  info  HTTP Request duration=14.760333ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 ip=127.0.0.1 trace=2d211a80bad63290cd10d3ab2fb0439a request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=9acc4e2bd07391a3
292941-12-12 00:00:00.227  info  [CheckSubscription] Start check subscription: 2025-12-29 02:44:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.229  info  [GORM] SQL Executed duration=1.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.229  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.234  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:44:41.233' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.234  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.368  info  [CheckSubscription] Start check subscription: 2025-12-29 02:45:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.374  info  [GORM] SQL Executed duration=4.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.374  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.379  info  [GORM] SQL Executed duration=3.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:45:41.376' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.379  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.498  info  [CheckSubscription] Start check subscription: 2025-12-29 02:46:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.519  info  [GORM] SQL Executed duration=11.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.519  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.522  info  [GORM] SQL Executed duration=2.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:46:41.52' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.522  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.629  info  [CheckSubscription] Start check subscription: 2025-12-29 02:47:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.631  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.631  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.635  info  [GORM] SQL Executed duration=2.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:47:41.632' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.635  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.755  info  [CheckSubscription] Start check subscription: 2025-12-29 02:48:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.764  info  [GORM] SQL Executed duration=7.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.764  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.769  info  [GORM] SQL Executed duration=3.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:48:41.765' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.769  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.894  info  [CheckSubscription] Start check subscription: 2025-12-29 02:49:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.917  info  [GORM] SQL Executed duration=9.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.917  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.921  info  [GORM] SQL Executed duration=3.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:49:41.918' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.921  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.028  info  [CheckSubscription] Start check subscription: 2025-12-29 02:50:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.032  info  [GORM] SQL Executed duration=2.4ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.032  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.035  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:50:41.033' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.035  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.215  info  [CheckSubscription] Start check subscription: 2025-12-29 02:51:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.223  info  [GORM] SQL Executed duration=6.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.223  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.232  info  [GORM] SQL Executed duration=5.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:51:41.227' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.232  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.400  info  [CheckSubscription] Start check subscription: 2025-12-29 02:52:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.428  info  [GORM] SQL Executed duration=11.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.428  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.432  info  [GORM] SQL Executed duration=3.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:52:41.429' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.432  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.566  info  [CheckSubscription] Start check subscription: 2025-12-29 02:53:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.569  info  [GORM] SQL Executed duration=2.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.569  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.574  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:53:41.572' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.574  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.703  info  [CheckSubscription] Start check subscription: 2025-12-29 02:54:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.712  info  [GORM] SQL Executed duration=6.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.712  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.716  info  [GORM] SQL Executed duration=3.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:54:41.712' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.716  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.895  info  [CheckSubscription] Start check subscription: 2025-12-29 02:55:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.904  info  [GORM] SQL Executed duration=7.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.904  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.914  info  [GORM] SQL Executed duration=7.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:55:41.907' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.914  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.026  info  [CheckSubscription] Start check subscription: 2025-12-29 02:56:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.028  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.028  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.031  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:56:41.029' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.031  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.150  info  [CheckSubscription] Start check subscription: 2025-12-29 02:57:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.158  info  [GORM] SQL Executed duration=6.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.158  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.163  info  [GORM] SQL Executed duration=3.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:57:41.159' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.163  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.278  info  [CheckSubscription] Start check subscription: 2025-12-29 02:58:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.288  info  [GORM] SQL Executed duration=7.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.288  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.295  info  [GORM] SQL Executed duration=4.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:58:41.29' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.295  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.410  info  [CheckSubscription] Start check subscription: 2025-12-29 02:59:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.412  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.412  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.417  info  [GORM] SQL Executed duration=2.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 18:59:41.414' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.417  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.527  info  [CheckSubscription] Start check subscription: 2025-12-29 03:00:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.533  info  [GORM] SQL Executed duration=5.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.533  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.540  info  [GORM] SQL Executed duration=5.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:00:41.534' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.540  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
29297-12-12 00:00:00.537  info  HTTP Request duration=9.75µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/server/update trace=31dd5c32159bacba1b51a3386c8f9daa query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=748ed765c236c893
29297-12-12 00:00:00.543  info  [GORM] SQL Executed duration=4.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 3 ORDER BY `servers`.`id` LIMIT 1 span=a223b37b37810647 rows=1 trace=c6d9e6953e0ece3f731397e20621ffa9
29297-12-12 00:00:00.548  info  [GORM] SQL Executed duration=4.0ms caller=server/updateServerHandler.go:23 span=a223b37b37810647 rows=1 trace=c6d9e6953e0ece3f731397e20621ffa9 sql=SELECT * FROM `servers` WHERE id = 3 ORDER BY `servers`.`id` LIMIT 1
29297-12-12 00:00:00.553  info  [GORM] SQL Executed duration=3.9ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 2 AND id != 3 rows=1 trace=c6d9e6953e0ece3f731397e20621ffa9 span=a223b37b37810647
29297-12-12 00:00:00.563  info  [GORM] SQL Executed duration=15.2ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港 R1 | Z TRANSFER',`country`='中国',`city`='香港',`address`='hk1.airoport.win',`sort`=2,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:01:07.554' WHERE `id` = 3 AND `id` = 3 rows=1 trace=c6d9e6953e0ece3f731397e20621ffa9 span=a223b37b37810647
29297-12-12 00:00:00.564  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 rows=1 trace=c6d9e6953e0ece3f731397e20621ffa9 span=a223b37b37810647 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (3)
29297-12-12 00:00:00.565  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (3) ORDER BY sort ASC LIMIT 1000 trace=c6d9e6953e0ece3f731397e20621ffa9 span=a223b37b37810647 rows=1
29297-12-12 00:00:00.565  info  HTTP Request duration=27.308834ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request_body={"address":"hk1.airoport.win","city":"香港","country":"中国","id":3,"name":"香港 R1 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=c6d9e6953e0ece3f731397e20621ffa9 span=a223b37b37810647 request=POST 127.0.0.1:8080/v1/admin/server/update query=
29297-12-12 00:00:00.583  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=92e232d3d05c650bb9eb6b89589b963d span=80a95eefca4e5aac rows=1
29297-12-12 00:00:00.583  info  [GORM] SQL Executed duration=1.8ms caller=gin@v1.10.0/context.go:185 rows=1 span=209038e4bed71653 sql=SELECT count(*) FROM `servers` trace=179abf9a8427046d03f95cc1bf437098
29297-12-12 00:00:00.583  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 rows=10 span=80a95eefca4e5aac trace=92e232d3d05c650bb9eb6b89589b963d sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10
29297-12-12 00:00:00.584  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 rows=36 trace=179abf9a8427046d03f95cc1bf437098 span=209038e4bed71653 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999
29297-12-12 00:00:00.586  info  HTTP Request duration=5.308125ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=80a95eefca4e5aac status=200 trace=92e232d3d05c650bb9eb6b89589b963d
29297-12-12 00:00:00.590  info  HTTP Request duration=9.281458ms caller=middleware/loggerMiddleware.go:92 span=209038e4bed71653 status=200 query=page=1&size=999999999 trace=179abf9a8427046d03f95cc1bf437098 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292941-12-12 00:00:00.648  info  [CheckSubscription] Start check subscription: 2025-12-29 03:01:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.658  info  [GORM] SQL Executed duration=7.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.658  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.661  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:01:41.659' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.661  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.760  info  [CheckSubscription] Start check subscription: 2025-12-29 03:02:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.765  info  [GORM] SQL Executed duration=3.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.765  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.768  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:02:41.766' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.768  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.869  info  [CheckSubscription] Start check subscription: 2025-12-29 03:03:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.876  info  [GORM] SQL Executed duration=5.7ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.876  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.882  info  [GORM] SQL Executed duration=4.6ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:03:41.877' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.882  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.985  info  [CheckSubscription] Start check subscription: 2025-12-29 03:04:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.995  info  [GORM] SQL Executed duration=8.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.995  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292942-12-12 00:00:00.001  info  [GORM] SQL Executed duration=4.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:04:41.997' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292942-12-12 00:00:00.001  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.102  info  [CheckSubscription] Start check subscription: 2025-12-29 03:05:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.104  info  [GORM] SQL Executed duration=1.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.104  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.108  info  [GORM] SQL Executed duration=3.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:05:41.105' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.108  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.219  info  [CheckSubscription] Start check subscription: 2025-12-29 03:06:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.224  info  [GORM] SQL Executed duration=4.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.224  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.229  info  [GORM] SQL Executed duration=3.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:06:41.225' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.229  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.367  info  [CheckSubscription] Start check subscription: 2025-12-29 03:07:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.375  info  [GORM] SQL Executed duration=5.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.375  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.379  info  [GORM] SQL Executed duration=3.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:07:41.376' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.379  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.516  info  [CheckSubscription] Start check subscription: 2025-12-29 03:08:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.520  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.520  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.523  info  [GORM] SQL Executed duration=2.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:08:41.521' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.523  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.670  info  [CheckSubscription] Start check subscription: 2025-12-29 03:09:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.678  info  [GORM] SQL Executed duration=5.9ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.678  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.683  info  [GORM] SQL Executed duration=3.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:09:41.679' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.683  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.826  info  [CheckSubscription] Start check subscription: 2025-12-29 03:10:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.840  info  [GORM] SQL Executed duration=11.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.840  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.846  info  [GORM] SQL Executed duration=5.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:10:41.841' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.846  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.982  info  [CheckSubscription] Start check subscription: 2025-12-29 03:11:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.984  info  [GORM] SQL Executed duration=1.0ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.984  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.986  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:11:41.985' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.987  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.133  info  [CheckSubscription] Start check subscription: 2025-12-29 03:12:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.144  info  [GORM] SQL Executed duration=9.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.144  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.148  info  [GORM] SQL Executed duration=2.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:12:41.145' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.148  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.289  info  [CheckSubscription] Start check subscription: 2025-12-29 03:13:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.301  info  [GORM] SQL Executed duration=9.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.301  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.312  info  [GORM] SQL Executed duration=7.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:13:41.305' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.312  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.439  info  [CheckSubscription] Start check subscription: 2025-12-29 03:14:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.442  info  [GORM] SQL Executed duration=1.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.442  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.445  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:14:41.443' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.445  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.584  info  [CheckSubscription] Start check subscription: 2025-12-29 03:15:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.593  info  [GORM] SQL Executed duration=7.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.593  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.598  info  [GORM] SQL Executed duration=4.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:15:41.594' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.598  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.731  info  [CheckSubscription] Start check subscription: 2025-12-29 03:16:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.743  info  [GORM] SQL Executed duration=9.5ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.743  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.748  info  [GORM] SQL Executed duration=4.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:16:41.744' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.748  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.873  info  [CheckSubscription] Start check subscription: 2025-12-29 03:17:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.875  info  [GORM] SQL Executed duration=1.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.875  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.879  info  [GORM] SQL Executed duration=2.4ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:17:41.876' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.879  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.029  info  [CheckSubscription] Start check subscription: 2025-12-29 03:18:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.034  info  [GORM] SQL Executed duration=4.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.034  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.040  info  [GORM] SQL Executed duration=3.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:18:41.037' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.041  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.181  info  [CheckSubscription] Start check subscription: 2025-12-29 03:19:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.209  info  [GORM] SQL Executed duration=7.1ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.209  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.214  info  [GORM] SQL Executed duration=3.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:19:41.21' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.214  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.918  info  [GORM] SQL Executed duration=3.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 34 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=9a18cd42675b4ded4aa2dbc492913c4c span=b479cb426d413011
292941-12-12 00:00:00.919  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 rows=1 trace=9a18cd42675b4ded4aa2dbc492913c4c span=b479cb426d413011 sql=SELECT * FROM `servers` WHERE id = 34 ORDER BY `servers`.`id` LIMIT 1
292941-12-12 00:00:00.921  info  [GORM] SQL Executed duration=1.7ms caller=callbacks/update.go:35 rows=1 trace=9a18cd42675b4ded4aa2dbc492913c4c sql=SELECT count(*) FROM `servers` WHERE sort = 3 AND id != 34 span=b479cb426d413011
292941-12-12 00:00:00.929  info  [GORM] SQL Executed duration=10.1ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港2 | Z TRANSFER',`country`='中国',`city`='香港',`address`='hk16.airoport.win',`sort`=3,`protocols`='[{"type":"shadowsocks","port":3000,"enable":false,"cipher":"2022-blake3-aes-128-gcm","server_key":"a83d49f51fcd1adc","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:19:41.921' WHERE `id` = 34 AND `id` = 34 rows=1 trace=9a18cd42675b4ded4aa2dbc492913c4c span=b479cb426d413011
292941-12-12 00:00:00.930  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (34) rows=1 trace=9a18cd42675b4ded4aa2dbc492913c4c span=b479cb426d413011
292941-12-12 00:00:00.930  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (34) ORDER BY sort ASC LIMIT 1000 trace=9a18cd42675b4ded4aa2dbc492913c4c rows=1 span=b479cb426d413011
292941-12-12 00:00:00.931  info  HTTP Request duration=16.778958ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update query= ip=127.0.0.1 request_body={"address":"hk16.airoport.win","city":"香港","country":"中国","id":34,"name":"香港2 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":false,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"a83d49f51fcd1adc","type":"shadowsocks"}]} trace=9a18cd42675b4ded4aa2dbc492913c4c user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} span=b479cb426d413011
292941-12-12 00:00:00.944  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 rows=1 span=e70bc0284a41b995 sql=SELECT count(*) FROM `servers` trace=4e5d1843e3d61857f4a99d3e144599c3
292941-12-12 00:00:00.944  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=0936a2760f35f14881c328781bae8ccf span=5063013ad97a7c7e sql=SELECT count(*) FROM `servers` rows=1
292941-12-12 00:00:00.944  info  [GORM] SQL Executed duration=0.5ms caller=gin@v1.10.0/context.go:185 span=e70bc0284a41b995 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=4e5d1843e3d61857f4a99d3e144599c3
292941-12-12 00:00:00.945  info  [GORM] SQL Executed duration=0.3ms caller=gin@v1.10.0/context.go:185 trace=0936a2760f35f14881c328781bae8ccf span=5063013ad97a7c7e sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=10
292941-12-12 00:00:00.946  info  HTTP Request duration=3.706208ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 ip=127.0.0.1 trace=0936a2760f35f14881c328781bae8ccf status=200 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5063013ad97a7c7e
292941-12-12 00:00:00.949  info  HTTP Request duration=6.534541ms caller=middleware/loggerMiddleware.go:92 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 trace=4e5d1843e3d61857f4a99d3e144599c3 span=e70bc0284a41b995
29295-12-12 00:00:00.788  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 trace=295e91ac797309b88d797c5e9f274061 span=dbbc821b969af365 sql=SELECT * FROM `servers` WHERE id = 33 ORDER BY `servers`.`id` LIMIT 1 rows=1
29295-12-12 00:00:00.789  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 rows=1 trace=295e91ac797309b88d797c5e9f274061 span=dbbc821b969af365 sql=SELECT * FROM `servers` WHERE id = 33 ORDER BY `servers`.`id` LIMIT 1
29295-12-12 00:00:00.790  info  [GORM] SQL Executed duration=0.8ms caller=callbacks/update.go:35 rows=1 span=dbbc821b969af365 sql=SELECT count(*) FROM `servers` WHERE sort = 8 AND id != 33 trace=295e91ac797309b88d797c5e9f274061
29295-12-12 00:00:00.794  info  [GORM] SQL Executed duration=4.5ms caller=gin@v1.10.0/context.go:185 rows=1 trace=295e91ac797309b88d797c5e9f274061 sql=UPDATE `servers` SET `name`='美国 | Z TRANSFER',`country`='美国',`city`='洛杉矶',`address`='us7.airoport.win',`sort`=8,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"a83d49f51fcd1adc","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:20:05.791' WHERE `id` = 33 AND `id` = 33 span=dbbc821b969af365
29295-12-12 00:00:00.795  info  [GORM] SQL Executed duration=1.5ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (33) trace=295e91ac797309b88d797c5e9f274061 rows=1 span=dbbc821b969af365
29295-12-12 00:00:00.796  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 rows=1 trace=295e91ac797309b88d797c5e9f274061 span=dbbc821b969af365 sql=SELECT * FROM `nodes` WHERE server_id IN (33) ORDER BY sort ASC LIMIT 1000
29295-12-12 00:00:00.797  info  HTTP Request duration=11.924291ms caller=middleware/loggerMiddleware.go:92 trace=295e91ac797309b88d797c5e9f274061 status=200 query= ip=127.0.0.1 response_body={"code":200,"msg":"success"} span=dbbc821b969af365 request=POST 127.0.0.1:8080/v1/admin/server/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"us7.airoport.win","city":"洛杉矶","country":"美国","id":33,"name":"美国 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"a83d49f51fcd1adc","type":"shadowsocks"}]}
29295-12-12 00:00:00.813  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `servers` trace=5dc2a8c4346f2ccfd0e3c73af7b6b86c span=25935ec15137edba
29295-12-12 00:00:00.813  info  [GORM] SQL Executed duration=2.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=1a2bbc774be510241708c403ce1a403a rows=1 span=7917f9758c54857c
29295-12-12 00:00:00.816  info  [GORM] SQL Executed duration=3.1ms caller=gin@v1.10.0/context.go:185 rows=10 trace=1a2bbc774be510241708c403ce1a403a sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 span=7917f9758c54857c
29295-12-12 00:00:00.816  info  [GORM] SQL Executed duration=3.4ms caller=gin@v1.10.0/context.go:185 trace=5dc2a8c4346f2ccfd0e3c73af7b6b86c span=25935ec15137edba sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36
29295-12-12 00:00:00.820  info  HTTP Request duration=11.777625ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10 ip=127.0.0.1 trace=1a2bbc774be510241708c403ce1a403a request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=7917f9758c54857c
29295-12-12 00:00:00.824  info  HTTP Request duration=15.97675ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=25935ec15137edba request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 trace=5dc2a8c4346f2ccfd0e3c73af7b6b86c status=200
292923-12-12 00:00:00.015  info  [GORM] SQL Executed duration=2.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=a4a85e35d37f577fec3102b9620ee330 span=e69a440d97dcbcb7
292923-12-12 00:00:00.016  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 rows=10 span=e69a440d97dcbcb7 trace=a4a85e35d37f577fec3102b9620ee330 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10
292923-12-12 00:00:00.025  info  HTTP Request duration=15.75475ms caller=middleware/loggerMiddleware.go:92 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 trace=a4a85e35d37f577fec3102b9620ee330 span=e69a440d97dcbcb7
292925-12-12 00:00:00.106  info  [GORM] SQL Executed duration=0.7ms caller=middleware/authMiddleware.go:89 rows=36 trace=0f250987e3fc29146c9fe86918329d22 span=b38a027727ef4b8c sql=SELECT * FROM `nodes`
292925-12-12 00:00:00.107  info  HTTP Request duration=1.455542ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0f250987e3fc29146c9fe86918329d22 span=b38a027727ef4b8c status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags query=
292925-12-12 00:00:00.107  info  [GORM] SQL Executed duration=0.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=b354157dfcace08035a5413f705745de span=9273650ba2674389
292925-12-12 00:00:00.107  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=1 trace=3aeb609b96795f5cac4a535d434d92f5 sql=SELECT count(*) FROM `nodes` span=4ed2013cddcbba34
292925-12-12 00:00:00.107  info  [GORM] SQL Executed duration=0.5ms caller=gin@v1.10.0/context.go:185 span=9273650ba2674389 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=b354157dfcace08035a5413f705745de
292925-12-12 00:00:00.107  info  [GORM] SQL Executed duration=0.4ms caller=gin@v1.10.0/context.go:185 rows=36 trace=3aeb609b96795f5cac4a535d434d92f5 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 span=4ed2013cddcbba34
292925-12-12 00:00:00.107  info  HTTP Request duration=2.334208ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=999999999 ip=127.0.0.1 span=4ed2013cddcbba34 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3aeb609b96795f5cac4a535d434d92f5
292925-12-12 00:00:00.113  info  HTTP Request duration=7.729792ms caller=middleware/loggerMiddleware.go:92 span=9273650ba2674389 ip=127.0.0.1 trace=b354157dfcace08035a5413f705745de status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292925-12-12 00:00:00.180  debug  [AuthMiddleware] Token Empty caller=middleware/authMiddleware.go:30 span=28a7cd1a2d5a5073 trace=84953f04dbe93dd6ad095841b347b18e
292925-12-12 00:00:00.180  info  HTTP Request duration=62.375µs caller=middleware/loggerMiddleware.go:92 trace=84953f04dbe93dd6ad095841b347b18e status=200 query=page=1&size=10 ip=127.0.0.1 span=28a7cd1a2d5a5073 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292941-12-12 00:00:00.292  info  [CheckSubscription] Start check subscription: 2025-12-29 03:20:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.295  info  [GORM] SQL Executed duration=1.5ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.295  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.297  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:20:41.296' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.297  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
29294-12-12 00:00:00.206  info  [GORM] SQL Executed duration=8.1ms caller=auth/userLoginHandler.go:42 rows=1 span=9021d9e00866082f sql=INSERT INTO `system_logs` (`type`,`object_id`,`content`,`created_at`,`date`) VALUES (30,2,'{"method":"email","login_ip":"127.0.0.1","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","success":true,"timestamp":1767007264198}','2025-12-29 19:21:04.199','2025-12-29') trace=000ca9bd48ad84964da6159889e52447
29294-12-12 00:00:00.206  info  HTTP Request duration=10.077625ms caller=middleware/loggerMiddleware.go:92 trace=000ca9bd48ad84964da6159889e52447 span=9021d9e00866082f status=200 request=POST 127.0.0.1:8080/v1/auth/login query= ip=127.0.0.1 response_body={"code":200,"msg":"success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpblR5cGUiOiIiLCJTZXNzaW9uSWQiOiIwMTliNjlkNy0xZGM2LTc0MjMtODIxYi1hYzI5MDZhZTllZmUiLCJVc2VySWQiOjIsImV4cCI6MTc2NzYxMjA2NCwiaWF0IjoxNzY3MDA3MjY0fQ.ROH1yRp-OlxsCfq40TJlE5adf3jbNNewTdDCJRrst58"}} user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"email":"kxswman@gmail.com","password":"***"}
29294-12-12 00:00:00.332  info  [GORM] SQL Executed duration=0.9ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 trace=7308abe551f3c31605bdf8470c8a929b span=cb36c62a0fc26548
29294-12-12 00:00:00.332  info  HTTP Request duration=2.108083ms caller=middleware/loggerMiddleware.go:92 span=cb36c62a0fc26548 query= ip=127.0.0.1 trace=7308abe551f3c31605bdf8470c8a929b status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29294-12-12 00:00:00.333  info  [GORM] SQL Executed duration=2.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=abdab02ae1d3db5e7e41bb6b11ea5c16 span=a8641c9eb5050d00
29294-12-12 00:00:00.333  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 rows=1 trace=f76dc2e97d5b46a1c5a76e7ff15bb64a sql=SELECT count(*) FROM `nodes` span=e4b36ce8608d4799
29294-12-12 00:00:00.335  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 rows=36 trace=f76dc2e97d5b46a1c5a76e7ff15bb64a span=e4b36ce8608d4799 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999
29294-12-12 00:00:00.335  info  HTTP Request duration=5.163125ms caller=middleware/loggerMiddleware.go:92 trace=f76dc2e97d5b46a1c5a76e7ff15bb64a span=e4b36ce8608d4799 status=200 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 ip=127.0.0.1
29294-12-12 00:00:00.335  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 rows=36 trace=abdab02ae1d3db5e7e41bb6b11ea5c16 span=a8641c9eb5050d00 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999
29294-12-12 00:00:00.342  info  HTTP Request duration=12.781416ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=abdab02ae1d3db5e7e41bb6b11ea5c16 span=a8641c9eb5050d00 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999
29294-12-12 00:00:00.419  info  [GORM] SQL Executed duration=2.3ms caller=gin@v1.10.0/context.go:185 trace=5274d5d854fac503cc0b4bb1e9b7efba sql=SELECT count(*) FROM `servers` rows=1 span=b2f0bdbc4b6f4c38
29294-12-12 00:00:00.420  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 10 rows=10 span=b2f0bdbc4b6f4c38 trace=5274d5d854fac503cc0b4bb1e9b7efba
29294-12-12 00:00:00.424  info  HTTP Request duration=8.709333ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=10 query=page=1&size=10 trace=5274d5d854fac503cc0b4bb1e9b7efba span=b2f0bdbc4b6f4c38
292929-12-12 00:00:00.095  info  HTTP Request duration=4.834µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=82d0e41a847d01c3 status=204 trace=4f8ce58a8a9d1245a1100cedc26a090e
292929-12-12 00:00:00.108  info  [GORM] SQL Executed duration=11.5ms caller=gin@v1.10.0/context.go:185 span=5134bfb6fceeece2 trace=5507d45858d48106e0ba239a7241d90d sql=SELECT count(*) FROM `servers` rows=1
292929-12-12 00:00:00.111  info  [GORM] SQL Executed duration=3.5ms caller=gin@v1.10.0/context.go:185 trace=5507d45858d48106e0ba239a7241d90d span=5134bfb6fceeece2 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36
292929-12-12 00:00:00.120  info  HTTP Request duration=24.73725ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5134bfb6fceeece2 trace=5507d45858d48106e0ba239a7241d90d
292941-12-12 00:00:00.423  info  [CheckSubscription] Start check subscription: 2025-12-29 03:21:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.426  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.426  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.431  info  [GORM] SQL Executed duration=4.0ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:21:41.427' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.431  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
29290-12-12 00:00:00.897  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 34 ORDER BY `servers`.`id` LIMIT 1 trace=7475b719d2f58f6485697812fa42c421 span=034bab79ff29803a rows=1
29290-12-12 00:00:00.898  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 rows=1 trace=7475b719d2f58f6485697812fa42c421 span=034bab79ff29803a sql=SELECT * FROM `servers` WHERE id = 34 ORDER BY `servers`.`id` LIMIT 1
29290-12-12 00:00:00.903  info  [GORM] SQL Executed duration=4.6ms caller=callbacks/update.go:35 rows=1 sql=SELECT count(*) FROM `servers` WHERE sort = 3 AND id != 34 trace=7475b719d2f58f6485697812fa42c421 span=034bab79ff29803a
29290-12-12 00:00:00.909  info  [GORM] SQL Executed duration=11.8ms caller=gin@v1.10.0/context.go:185 span=034bab79ff29803a sql=UPDATE `servers` SET `name`='香港2 | Z TRANSFER',`country`='中国',`city`='香港',`address`='hk16.airoport.win',`sort`=3,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"a83d49f51fcd1adc","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:22:00.903' WHERE `id` = 34 AND `id` = 34 rows=1 trace=7475b719d2f58f6485697812fa42c421
29290-12-12 00:00:00.911  info  [GORM] SQL Executed duration=1.6ms caller=server/updateServerHandler.go:23 span=034bab79ff29803a sql=SELECT count(*) FROM `nodes` WHERE server_id IN (34) rows=1 trace=7475b719d2f58f6485697812fa42c421
29290-12-12 00:00:00.913  info  [GORM] SQL Executed duration=1.7ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT * FROM `nodes` WHERE server_id IN (34) ORDER BY sort ASC LIMIT 1000 trace=7475b719d2f58f6485697812fa42c421 span=034bab79ff29803a
29290-12-12 00:00:00.914  info  HTTP Request duration=19.614333ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=7475b719d2f58f6485697812fa42c421 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update query= request_body={"address":"hk16.airoport.win","city":"香港","country":"中国","id":34,"name":"香港2 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"a83d49f51fcd1adc","type":"shadowsocks"}]} span=034bab79ff29803a
29290-12-12 00:00:00.939  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=1 trace=7fe23f6179dbcd523e1db1c490a8d217 span=fdd8f6716efcce03 sql=SELECT count(*) FROM `servers`
29290-12-12 00:00:00.939  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 span=097e48b62d08f03c trace=c71b79a8b04c2b58fa9d70853cd2963a
29290-12-12 00:00:00.940  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=36 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=7fe23f6179dbcd523e1db1c490a8d217 span=fdd8f6716efcce03
29290-12-12 00:00:00.940  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=36 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=c71b79a8b04c2b58fa9d70853cd2963a span=097e48b62d08f03c
29290-12-12 00:00:00.948  info  HTTP Request duration=10.839875ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7fe23f6179dbcd523e1db1c490a8d217 span=fdd8f6716efcce03
29290-12-12 00:00:00.948  info  HTTP Request duration=11.210875ms caller=middleware/loggerMiddleware.go:92 trace=c71b79a8b04c2b58fa9d70853cd2963a request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=097e48b62d08f03c status=200 ip=127.0.0.1
292941-12-12 00:00:00.551  info  [CheckSubscription] Start check subscription: 2025-12-29 03:22:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.576  info  [GORM] SQL Executed duration=10.1ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.576  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.583  info  [GORM] SQL Executed duration=4.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:22:41.578' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.583  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292955-12-12 00:00:00.231  info  [GORM] SQL Executed duration=4.4ms caller=gin@v1.10.0/context.go:185 rows=1 trace=eaba315f771c7034f7471f1f6bd4f5df sql=SELECT * FROM `servers` WHERE id = 1 ORDER BY `servers`.`id` LIMIT 1 span=8ac982db4d03cd42
292955-12-12 00:00:00.232  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 trace=eaba315f771c7034f7471f1f6bd4f5df span=8ac982db4d03cd42 sql=SELECT * FROM `servers` WHERE id = 1 ORDER BY `servers`.`id` LIMIT 1 rows=1
292955-12-12 00:00:00.233  info  [GORM] SQL Executed duration=1.3ms caller=callbacks/update.go:35 rows=1 span=8ac982db4d03cd42 sql=SELECT count(*) FROM `servers` WHERE sort = 9 AND id != 1 trace=eaba315f771c7034f7471f1f6bd4f5df
292955-12-12 00:00:00.239  info  [GORM] SQL Executed duration=7.1ms caller=gin@v1.10.0/context.go:185 rows=1 trace=eaba315f771c7034f7471f1f6bd4f5df sql=UPDATE `servers` SET `name`='美国 R1 | Z TRANSFER',`country`='美国',`city`='加利福尼亚',`address`='us1.airoport.win',`sort`=9,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:22:55.234' WHERE `id` = 1 AND `id` = 1 span=8ac982db4d03cd42
292955-12-12 00:00:00.240  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 span=8ac982db4d03cd42 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (1) rows=1 trace=eaba315f771c7034f7471f1f6bd4f5df
292955-12-12 00:00:00.241  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 trace=eaba315f771c7034f7471f1f6bd4f5df rows=1 span=8ac982db4d03cd42 sql=SELECT * FROM `nodes` WHERE server_id IN (1) ORDER BY sort ASC LIMIT 1000
292955-12-12 00:00:00.242  info  HTTP Request duration=17.081334ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query= request_body={"address":"us1.airoport.win","city":"加利福尼亚","country":"美国","id":1,"name":"美国 R1 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=eaba315f771c7034f7471f1f6bd4f5df span=8ac982db4d03cd42
292955-12-12 00:00:00.268  info  [GORM] SQL Executed duration=2.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=eae905ee6086455e4d5b55cf406eae15 rows=1 span=bc3050a5c87dd5cd
292955-12-12 00:00:00.269  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 span=bc3050a5c87dd5cd trace=eae905ee6086455e4d5b55cf406eae15 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36
292955-12-12 00:00:00.270  info  [GORM] SQL Executed duration=4.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=cf3e6721437e38ed9a74f615a6472502 span=67087373e629f163
292955-12-12 00:00:00.271  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 rows=36 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=cf3e6721437e38ed9a74f615a6472502 span=67087373e629f163
292955-12-12 00:00:00.280  info  HTTP Request duration=14.529042ms caller=middleware/loggerMiddleware.go:92 trace=eae905ee6086455e4d5b55cf406eae15 span=bc3050a5c87dd5cd status=200 query=page=1&size=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292955-12-12 00:00:00.281  info  HTTP Request duration=15.771167ms caller=middleware/loggerMiddleware.go:92 trace=cf3e6721437e38ed9a74f615a6472502 span=67087373e629f163 status=200 query=page=1&size=999999999 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292925-12-12 00:00:00.513  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 11 ORDER BY `servers`.`id` LIMIT 1 trace=8c313be1eb572cdf106d4e3b0e0eb662 rows=1 span=d0e1cd1fae394353
292925-12-12 00:00:00.513  info  [GORM] SQL Executed duration=0.5ms caller=server/updateServerHandler.go:23 trace=8c313be1eb572cdf106d4e3b0e0eb662 sql=SELECT * FROM `servers` WHERE id = 11 ORDER BY `servers`.`id` LIMIT 1 rows=1 span=d0e1cd1fae394353
292925-12-12 00:00:00.517  info  [GORM] SQL Executed duration=3.2ms caller=callbacks/update.go:35 rows=1 trace=8c313be1eb572cdf106d4e3b0e0eb662 sql=SELECT count(*) FROM `servers` WHERE sort = 11 AND id != 11 span=d0e1cd1fae394353
292925-12-12 00:00:00.521  info  [GORM] SQL Executed duration=7.8ms caller=gin@v1.10.0/context.go:185 rows=1 span=d0e1cd1fae394353 sql=UPDATE `servers` SET `name`='美国 R3 | Z TRANSFER',`country`='美国',`city`='圣何塞',`address`='us3.airoport.win',`sort`=11,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:23:25.517' WHERE `id` = 11 AND `id` = 11 trace=8c313be1eb572cdf106d4e3b0e0eb662
292925-12-12 00:00:00.522  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 trace=8c313be1eb572cdf106d4e3b0e0eb662 span=d0e1cd1fae394353 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (11) rows=1
292925-12-12 00:00:00.523  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 rows=1 trace=8c313be1eb572cdf106d4e3b0e0eb662 span=d0e1cd1fae394353 sql=SELECT * FROM `nodes` WHERE server_id IN (11) ORDER BY sort ASC LIMIT 1000
292925-12-12 00:00:00.523  info  HTTP Request duration=12.803167ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 response_body={"code":200,"msg":"success"} trace=8c313be1eb572cdf106d4e3b0e0eb662 span=d0e1cd1fae394353 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"us3.airoport.win","city":"圣何塞","country":"美国","id":11,"name":"美国 R3 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]}
292925-12-12 00:00:00.553  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 span=c8a7beed292d35b9 sql=SELECT count(*) FROM `servers` rows=1 trace=626783c4f66ea06a61e92ecdb60a91f8
292925-12-12 00:00:00.553  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=e48fab1972684a60ad6a5adf454d6c6f rows=1 span=a83f141ad2746bb6
292925-12-12 00:00:00.554  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=a83f141ad2746bb6 trace=e48fab1972684a60ad6a5adf454d6c6f sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36
292925-12-12 00:00:00.554  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=36 trace=626783c4f66ea06a61e92ecdb60a91f8 span=c8a7beed292d35b9 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999
292925-12-12 00:00:00.566  info  HTTP Request duration=14.388959ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 trace=e48fab1972684a60ad6a5adf454d6c6f status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=a83f141ad2746bb6
292925-12-12 00:00:00.566  info  HTTP Request duration=14.666292ms caller=middleware/loggerMiddleware.go:92 span=c8a7beed292d35b9 status=200 ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=626783c4f66ea06a61e92ecdb60a91f8
292941-12-12 00:00:00.665  info  [CheckSubscription] Start check subscription: 2025-12-29 03:23:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.670  info  [GORM] SQL Executed duration=2.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.670  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.673  info  [GORM] SQL Executed duration=2.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:23:41.671' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.673  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
29290-12-12 00:00:00.327  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 17 ORDER BY `servers`.`id` LIMIT 1 trace=79e75a537385e2095126801b5da8fe5f span=b2c795c29e283876 rows=1
29290-12-12 00:00:00.328  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 trace=79e75a537385e2095126801b5da8fe5f span=b2c795c29e283876 sql=SELECT * FROM `servers` WHERE id = 17 ORDER BY `servers`.`id` LIMIT 1 rows=1
29290-12-12 00:00:00.329  info  [GORM] SQL Executed duration=0.6ms caller=callbacks/update.go:35 rows=1 trace=79e75a537385e2095126801b5da8fe5f span=b2c795c29e283876 sql=SELECT count(*) FROM `servers` WHERE sort = 15 AND id != 17
29290-12-12 00:00:00.335  info  [GORM] SQL Executed duration=6.6ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='台湾原生 | Z TRANSFER',`country`='台湾',`city`='台北市',`address`='tw1.airoport.win',`sort`=15,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:24:00.329' WHERE `id` = 17 AND `id` = 17 rows=1 trace=79e75a537385e2095126801b5da8fe5f span=b2c795c29e283876
29290-12-12 00:00:00.336  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 span=b2c795c29e283876 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (17) rows=1 trace=79e75a537385e2095126801b5da8fe5f
29290-12-12 00:00:00.336  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (17) ORDER BY sort ASC LIMIT 1000 trace=79e75a537385e2095126801b5da8fe5f rows=1 span=b2c795c29e283876
29290-12-12 00:00:00.337  info  HTTP Request duration=12.60175ms caller=middleware/loggerMiddleware.go:92 span=b2c795c29e283876 request=POST 127.0.0.1:8080/v1/admin/server/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"tw1.airoport.win","city":"台北市","country":"台湾","id":17,"name":"台湾原生 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=79e75a537385e2095126801b5da8fe5f status=200
29290-12-12 00:00:00.370  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 span=879992c1e6a6d244 trace=6bd96359433c0034c5d70a8fc35a38a2 sql=SELECT count(*) FROM `servers` rows=1
29290-12-12 00:00:00.370  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 trace=355abdcbbfe16de4511f03bb48ce7089 sql=SELECT count(*) FROM `servers` rows=1 span=bf64ad2abb5722c6
29290-12-12 00:00:00.371  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 trace=6bd96359433c0034c5d70a8fc35a38a2 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 span=879992c1e6a6d244
29290-12-12 00:00:00.371  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=355abdcbbfe16de4511f03bb48ce7089 span=bf64ad2abb5722c6
29290-12-12 00:00:00.379  info  HTTP Request duration=11.544ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6bd96359433c0034c5d70a8fc35a38a2 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 span=879992c1e6a6d244
29290-12-12 00:00:00.379  info  HTTP Request duration=11.560791ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 trace=355abdcbbfe16de4511f03bb48ce7089 span=bf64ad2abb5722c6 status=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292930-12-12 00:00:00.986  info  [GORM] SQL Executed duration=9.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 2 ORDER BY `servers`.`id` LIMIT 1 trace=b2adddee4c4a2894c01bdfc2f8af402b span=0e1031e5320880b8 rows=1
292930-12-12 00:00:00.987  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 2 ORDER BY `servers`.`id` LIMIT 1 trace=b2adddee4c4a2894c01bdfc2f8af402b rows=1 span=0e1031e5320880b8
292930-12-12 00:00:00.988  info  [GORM] SQL Executed duration=1.0ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 16 AND id != 2 trace=b2adddee4c4a2894c01bdfc2f8af402b rows=1 span=0e1031e5320880b8
292930-12-12 00:00:00.996  info  [GORM] SQL Executed duration=8.4ms caller=gin@v1.10.0/context.go:185 span=0e1031e5320880b8 sql=UPDATE `servers` SET `name`='日本 R1 | Z TRANSFER',`country`='日本',`city`='东京',`address`='jp1.airoport.win',`sort`=16,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:24:30.989' WHERE `id` = 2 AND `id` = 2 rows=1 trace=b2adddee4c4a2894c01bdfc2f8af402b
292930-12-12 00:00:00.996  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (2) rows=1 trace=b2adddee4c4a2894c01bdfc2f8af402b span=0e1031e5320880b8
292930-12-12 00:00:00.997  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 span=0e1031e5320880b8 trace=b2adddee4c4a2894c01bdfc2f8af402b sql=SELECT * FROM `nodes` WHERE server_id IN (2) ORDER BY sort ASC LIMIT 1000 rows=1
292930-12-12 00:00:00.997  info  HTTP Request duration=21.339791ms caller=middleware/loggerMiddleware.go:92 request_body={"address":"jp1.airoport.win","city":"东京","country":"日本","id":2,"name":"日本 R1 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=b2adddee4c4a2894c01bdfc2f8af402b request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} span=0e1031e5320880b8 status=200 query=
292931-12-12 00:00:00.022  info  [GORM] SQL Executed duration=2.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=882c5504563d6de1e6cd37c139dfbb7f rows=1 span=23f6bd89a4e007e8
292931-12-12 00:00:00.023  info  [GORM] SQL Executed duration=3.2ms caller=gin@v1.10.0/context.go:185 trace=6cfc9048733c4142f009465a2c2480f8 span=cd5284de3b29847b sql=SELECT count(*) FROM `servers` rows=1
292931-12-12 00:00:00.023  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=882c5504563d6de1e6cd37c139dfbb7f rows=36 span=23f6bd89a4e007e8
292931-12-12 00:00:00.024  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=6cfc9048733c4142f009465a2c2480f8 span=cd5284de3b29847b rows=36
292931-12-12 00:00:00.032  info  HTTP Request duration=13.592666ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=882c5504563d6de1e6cd37c139dfbb7f span=23f6bd89a4e007e8 status=200 query=page=1&size=200 ip=127.0.0.1
292931-12-12 00:00:00.033  info  HTTP Request duration=14.531375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=6cfc9048733c4142f009465a2c2480f8 span=cd5284de3b29847b ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292941-12-12 00:00:00.794  info  [CheckSubscription] Start check subscription: 2025-12-29 03:24:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.797  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.797  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.801  info  [GORM] SQL Executed duration=3.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:24:41.798' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.801  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292959-12-12 00:00:00.378  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 22 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=10d5000b0ba16aa831ab7ebae02021b7 span=8ae844f12ce5ca38
292959-12-12 00:00:00.379  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 rows=1 trace=10d5000b0ba16aa831ab7ebae02021b7 span=8ae844f12ce5ca38 sql=SELECT * FROM `servers` WHERE id = 22 ORDER BY `servers`.`id` LIMIT 1
292959-12-12 00:00:00.380  info  [GORM] SQL Executed duration=0.7ms caller=callbacks/update.go:35 trace=10d5000b0ba16aa831ab7ebae02021b7 rows=1 span=8ae844f12ce5ca38 sql=SELECT count(*) FROM `servers` WHERE sort = 1 AND id != 22
292959-12-12 00:00:00.388  info  [GORM] SQL Executed duration=8.8ms caller=gin@v1.10.0/context.go:185 trace=10d5000b0ba16aa831ab7ebae02021b7 sql=UPDATE `servers` SET `name`='香港 | Z TRANSFER',`country`='中国',`city`='香港',`address`='hk8.airoport.win',`sort`=1,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:24:59.381' WHERE `id` = 22 AND `id` = 22 rows=1 span=8ae844f12ce5ca38
292959-12-12 00:00:00.389  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 trace=10d5000b0ba16aa831ab7ebae02021b7 span=8ae844f12ce5ca38 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (22) rows=1
292959-12-12 00:00:00.390  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 rows=1 trace=10d5000b0ba16aa831ab7ebae02021b7 sql=SELECT * FROM `nodes` WHERE server_id IN (22) ORDER BY sort ASC LIMIT 1000 span=8ae844f12ce5ca38
292959-12-12 00:00:00.391  info  HTTP Request duration=15.577875ms caller=middleware/loggerMiddleware.go:92 response_body={"code":200,"msg":"success"} trace=10d5000b0ba16aa831ab7ebae02021b7 request=POST 127.0.0.1:8080/v1/admin/server/update request_body={"address":"hk8.airoport.win","city":"香港","country":"中国","id":22,"name":"香港 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} span=8ae844f12ce5ca38 status=200 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292959-12-12 00:00:00.419  info  [GORM] SQL Executed duration=3.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=6cb12a232256f0a905196054975619f8 span=90e6faf3a6ba657e
292959-12-12 00:00:00.419  info  [GORM] SQL Executed duration=3.4ms caller=gin@v1.10.0/context.go:185 span=3fe0229d8f49a9ca sql=SELECT count(*) FROM `servers` rows=1 trace=716dfb1331a7b3da90f3adaf8c4f2aea
292959-12-12 00:00:00.419  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=6cb12a232256f0a905196054975619f8 rows=36 span=90e6faf3a6ba657e
292959-12-12 00:00:00.420  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=716dfb1331a7b3da90f3adaf8c4f2aea span=3fe0229d8f49a9ca rows=36
292959-12-12 00:00:00.430  info  HTTP Request duration=15.771209ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6cb12a232256f0a905196054975619f8 span=90e6faf3a6ba657e
292959-12-12 00:00:00.430  info  HTTP Request duration=15.857333ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 trace=716dfb1331a7b3da90f3adaf8c4f2aea span=3fe0229d8f49a9ca query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292912-12-12 00:00:00.575  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 6 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=c22d7e1e3834fa21ab74bc9b08faeab8 span=6ac4153c6313ac76
292912-12-12 00:00:00.576  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 6 ORDER BY `servers`.`id` LIMIT 1 trace=c22d7e1e3834fa21ab74bc9b08faeab8 span=6ac4153c6313ac76 rows=1
292912-12-12 00:00:00.577  info  [GORM] SQL Executed duration=0.8ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 4 AND id != 6 rows=1 trace=c22d7e1e3834fa21ab74bc9b08faeab8 span=6ac4153c6313ac76
292912-12-12 00:00:00.582  info  [GORM] SQL Executed duration=5.4ms caller=gin@v1.10.0/context.go:185 rows=1 span=6ac4153c6313ac76 sql=UPDATE `servers` SET `name`='香港 R2 | DIRECT',`country`='中国',`city`='香港',`address`='hk2.airoport.win',`sort`=4,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:25:12.578' WHERE `id` = 6 AND `id` = 6 trace=c22d7e1e3834fa21ab74bc9b08faeab8
292912-12-12 00:00:00.584  info  [GORM] SQL Executed duration=2.3ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (6) trace=c22d7e1e3834fa21ab74bc9b08faeab8 span=6ac4153c6313ac76 rows=1
292912-12-12 00:00:00.585  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 rows=1 trace=c22d7e1e3834fa21ab74bc9b08faeab8 span=6ac4153c6313ac76 sql=SELECT * FROM `nodes` WHERE server_id IN (6) ORDER BY sort ASC LIMIT 1000
292912-12-12 00:00:00.585  info  HTTP Request duration=12.831459ms caller=middleware/loggerMiddleware.go:92 trace=c22d7e1e3834fa21ab74bc9b08faeab8 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk2.airoport.win","city":"香港","country":"中国","id":6,"name":"香港 R2 | DIRECT","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} span=6ac4153c6313ac76 query=
292912-12-12 00:00:00.613  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=1 trace=1b7aa37bc5c9ab2bf5d69e44aa7b7253 sql=SELECT count(*) FROM `servers` span=d92aa54f23bde0d7
292912-12-12 00:00:00.613  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 trace=f289abf37a59aa558c1b15093851c040 span=7bab746b323fc051 rows=1 sql=SELECT count(*) FROM `servers`
292912-12-12 00:00:00.614  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=36 trace=1b7aa37bc5c9ab2bf5d69e44aa7b7253 span=d92aa54f23bde0d7 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200
292912-12-12 00:00:00.614  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=f289abf37a59aa558c1b15093851c040 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 span=7bab746b323fc051
292912-12-12 00:00:00.623  info  HTTP Request duration=11.469292ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=999999999 ip=127.0.0.1 trace=f289abf37a59aa558c1b15093851c040 span=7bab746b323fc051 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292912-12-12 00:00:00.624  info  HTTP Request duration=13.238167ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1b7aa37bc5c9ab2bf5d69e44aa7b7253 span=d92aa54f23bde0d7 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1
292925-12-12 00:00:00.864  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 trace=86bbd4510a31e35da997dde1aad3a9ae sql=SELECT * FROM `servers` WHERE id = 7 ORDER BY `servers`.`id` LIMIT 1 rows=1 span=6912e60fea694f05
292925-12-12 00:00:00.865  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 7 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=86bbd4510a31e35da997dde1aad3a9ae span=6912e60fea694f05
292925-12-12 00:00:00.865  info  [GORM] SQL Executed duration=0.7ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 5 AND id != 7 trace=86bbd4510a31e35da997dde1aad3a9ae rows=1 span=6912e60fea694f05
292925-12-12 00:00:00.869  info  [GORM] SQL Executed duration=4.9ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港 R3 | G TRANSFER',`country`='中国',`city`='香港',`address`='hk3.airoport.win',`sort`=5,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:25:25.866' WHERE `id` = 7 AND `id` = 7 rows=1 span=6912e60fea694f05 trace=86bbd4510a31e35da997dde1aad3a9ae
292925-12-12 00:00:00.870  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (7) trace=86bbd4510a31e35da997dde1aad3a9ae span=6912e60fea694f05
292925-12-12 00:00:00.871  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (7) ORDER BY sort ASC LIMIT 1000 rows=1 trace=86bbd4510a31e35da997dde1aad3a9ae span=6912e60fea694f05
292925-12-12 00:00:00.872  info  HTTP Request duration=9.65275ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk3.airoport.win","city":"香港","country":"中国","id":7,"name":"香港 R3 | G TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=86bbd4510a31e35da997dde1aad3a9ae span=6912e60fea694f05 query= ip=127.0.0.1 response_body={"code":200,"msg":"success"}
292925-12-12 00:00:00.896  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=daea01e09c71c8c68790e3f0c7627013 span=8f8bc9d3a5550317
292925-12-12 00:00:00.896  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=29404e6191fba6dd84f4df2f3a929821 span=83f1c456028a88d1
292925-12-12 00:00:00.897  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 span=8f8bc9d3a5550317 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=daea01e09c71c8c68790e3f0c7627013 rows=36
292925-12-12 00:00:00.898  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 rows=36 trace=29404e6191fba6dd84f4df2f3a929821 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 span=83f1c456028a88d1
292925-12-12 00:00:00.907  info  HTTP Request duration=12.858ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=daea01e09c71c8c68790e3f0c7627013 span=8f8bc9d3a5550317 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 status=200
292925-12-12 00:00:00.909  info  HTTP Request duration=14.529291ms caller=middleware/loggerMiddleware.go:92 trace=29404e6191fba6dd84f4df2f3a929821 span=83f1c456028a88d1 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200
292937-12-12 00:00:00.579  info  [GORM] SQL Executed duration=19.3ms caller=gin@v1.10.0/context.go:185 trace=392e8b48ff9e0a2d3671d0eb24c72e64 sql=SELECT * FROM `servers` WHERE id = 8 ORDER BY `servers`.`id` LIMIT 1 span=8e59632b62ca7133 rows=1
292937-12-12 00:00:00.581  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 8 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=392e8b48ff9e0a2d3671d0eb24c72e64 span=8e59632b62ca7133
292937-12-12 00:00:00.583  info  [GORM] SQL Executed duration=2.4ms caller=callbacks/update.go:35 rows=1 span=8e59632b62ca7133 sql=SELECT count(*) FROM `servers` WHERE sort = 6 AND id != 8 trace=392e8b48ff9e0a2d3671d0eb24c72e64
292937-12-12 00:00:00.590  info  [GORM] SQL Executed duration=9.4ms caller=gin@v1.10.0/context.go:185 rows=1 span=8e59632b62ca7133 sql=UPDATE `servers` SET `name`='香港 R4 | G TRANSFER',`country`='中国',`city`='香港',`address`='hk4.airoport.win',`sort`=6,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:25:37.584' WHERE `id` = 8 AND `id` = 8 trace=392e8b48ff9e0a2d3671d0eb24c72e64
292937-12-12 00:00:00.591  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (8) trace=392e8b48ff9e0a2d3671d0eb24c72e64 span=8e59632b62ca7133
292937-12-12 00:00:00.592  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (8) ORDER BY sort ASC LIMIT 1000 rows=1 trace=392e8b48ff9e0a2d3671d0eb24c72e64 span=8e59632b62ca7133
292937-12-12 00:00:00.592  info  HTTP Request duration=33.393ms caller=middleware/loggerMiddleware.go:92 span=8e59632b62ca7133 request=POST 127.0.0.1:8080/v1/admin/server/update query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=392e8b48ff9e0a2d3671d0eb24c72e64 status=200 ip=127.0.0.1 request_body={"address":"hk4.airoport.win","city":"香港","country":"中国","id":8,"name":"香港 R4 | G TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]}
292937-12-12 00:00:00.613  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 span=e9a35396a3e7101e sql=SELECT count(*) FROM `servers` rows=1 trace=1b0478a084d409f253c740e3131a310e
292937-12-12 00:00:00.616  info  [GORM] SQL Executed duration=3.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` span=b4a57c1c23c665b3 rows=1 trace=a9643cd9cadd85e00f5d05b1ce3f3715
292937-12-12 00:00:00.616  info  [GORM] SQL Executed duration=2.5ms caller=gin@v1.10.0/context.go:185 trace=1b0478a084d409f253c740e3131a310e sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 span=e9a35396a3e7101e
292937-12-12 00:00:00.617  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=a9643cd9cadd85e00f5d05b1ce3f3715 span=b4a57c1c23c665b3
292937-12-12 00:00:00.624  info  HTTP Request duration=12.699959ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1b0478a084d409f253c740e3131a310e span=e9a35396a3e7101e status=200 ip=127.0.0.1
292937-12-12 00:00:00.624  info  HTTP Request duration=12.781625ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=b4a57c1c23c665b3 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=a9643cd9cadd85e00f5d05b1ce3f3715
292941-12-12 00:00:00.911  info  [CheckSubscription] Start check subscription: 2025-12-29 03:25:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.914  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.914  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.918  info  [GORM] SQL Executed duration=3.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:25:41.915' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.918  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292948-12-12 00:00:00.640  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 21 ORDER BY `servers`.`id` LIMIT 1 trace=100e1e2387e12cd352b6a3f4bdb800f1 span=43073e810fb2b3ae rows=1
292948-12-12 00:00:00.642  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 rows=1 span=43073e810fb2b3ae sql=SELECT * FROM `servers` WHERE id = 21 ORDER BY `servers`.`id` LIMIT 1 trace=100e1e2387e12cd352b6a3f4bdb800f1
292948-12-12 00:00:00.643  info  [GORM] SQL Executed duration=1.1ms caller=callbacks/update.go:35 rows=1 sql=SELECT count(*) FROM `servers` WHERE sort = 7 AND id != 21 trace=100e1e2387e12cd352b6a3f4bdb800f1 span=43073e810fb2b3ae
292948-12-12 00:00:00.646  info  [GORM] SQL Executed duration=4.7ms caller=gin@v1.10.0/context.go:185 rows=1 trace=100e1e2387e12cd352b6a3f4bdb800f1 span=43073e810fb2b3ae sql=UPDATE `servers` SET `name`='香港家宽 | DIRECT',`country`='中国',`city`='香港',`address`='hk7.airoport.win',`sort`=7,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:25:48.644' WHERE `id` = 21 AND `id` = 21
292948-12-12 00:00:00.647  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 rows=1 trace=100e1e2387e12cd352b6a3f4bdb800f1 span=43073e810fb2b3ae sql=SELECT count(*) FROM `nodes` WHERE server_id IN (21)
292948-12-12 00:00:00.648  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (21) ORDER BY sort ASC LIMIT 1000 trace=100e1e2387e12cd352b6a3f4bdb800f1 rows=1 span=43073e810fb2b3ae
292948-12-12 00:00:00.648  info  HTTP Request duration=9.904375ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=POST 127.0.0.1:8080/v1/admin/server/update query= request_body={"address":"hk7.airoport.win","city":"香港","country":"中国","id":21,"name":"香港家宽 | DIRECT","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=100e1e2387e12cd352b6a3f4bdb800f1 span=43073e810fb2b3ae status=200
292948-12-12 00:00:00.679  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=80ef86d18847d41724433e82b9e23e04 span=a1ad234a6f593eb8
292948-12-12 00:00:00.679  info  [GORM] SQL Executed duration=1.7ms caller=gin@v1.10.0/context.go:185 rows=1 trace=c7b85d5b3c767f65416756de354254e7 span=57afe0b218fc4780 sql=SELECT count(*) FROM `servers`
292948-12-12 00:00:00.679  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=80ef86d18847d41724433e82b9e23e04 span=a1ad234a6f593eb8
292948-12-12 00:00:00.680  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=c7b85d5b3c767f65416756de354254e7 span=57afe0b218fc4780 rows=36
292948-12-12 00:00:00.689  info  HTTP Request duration=12.207292ms caller=middleware/loggerMiddleware.go:92 span=a1ad234a6f593eb8 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=80ef86d18847d41724433e82b9e23e04
292948-12-12 00:00:00.690  info  HTTP Request duration=12.797041ms caller=middleware/loggerMiddleware.go:92 span=57afe0b218fc4780 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c7b85d5b3c767f65416756de354254e7 query=page=1&size=999999999 ip=127.0.0.1
292959-12-12 00:00:00.802  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 5 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=c0d9889d6ec9ca805a3a302e88ff6f6d span=658d58cac946a928
292959-12-12 00:00:00.803  info  [GORM] SQL Executed duration=0.5ms caller=server/updateServerHandler.go:23 trace=c0d9889d6ec9ca805a3a302e88ff6f6d span=658d58cac946a928 sql=SELECT * FROM `servers` WHERE id = 5 ORDER BY `servers`.`id` LIMIT 1 rows=1
292959-12-12 00:00:00.804  info  [GORM] SQL Executed duration=0.5ms caller=callbacks/update.go:35 span=658d58cac946a928 sql=SELECT count(*) FROM `servers` WHERE sort = 10 AND id != 5 rows=1 trace=c0d9889d6ec9ca805a3a302e88ff6f6d
292959-12-12 00:00:00.807  info  [GORM] SQL Executed duration=3.8ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='美国 R2 | Z TRANSFER',`country`='美国',`city`='洛杉矶',`address`='us2.airoport.win',`sort`=10,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:25:59.804' WHERE `id` = 5 AND `id` = 5 span=658d58cac946a928 rows=1 trace=c0d9889d6ec9ca805a3a302e88ff6f6d
292959-12-12 00:00:00.808  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 rows=1 trace=c0d9889d6ec9ca805a3a302e88ff6f6d sql=SELECT count(*) FROM `nodes` WHERE server_id IN (5) span=658d58cac946a928
292959-12-12 00:00:00.809  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (5) ORDER BY sort ASC LIMIT 1000 rows=1 span=658d58cac946a928 trace=c0d9889d6ec9ca805a3a302e88ff6f6d
292959-12-12 00:00:00.809  info  HTTP Request duration=8.681083ms caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=c0d9889d6ec9ca805a3a302e88ff6f6d span=658d58cac946a928 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update request_body={"address":"us2.airoport.win","city":"洛杉矶","country":"美国","id":5,"name":"美国 R2 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]}
292959-12-12 00:00:00.843  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 trace=21e4e88fe7a98832ce630866352f30b2 span=4798516616866fcd sql=SELECT count(*) FROM `servers` rows=1
292959-12-12 00:00:00.843  info  [GORM] SQL Executed duration=1.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=fbe8eda8ba18259daed9c1e38304e0be span=9b13edfcb5bf9bfa
292959-12-12 00:00:00.844  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=36 span=9b13edfcb5bf9bfa sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=fbe8eda8ba18259daed9c1e38304e0be
292959-12-12 00:00:00.844  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=21e4e88fe7a98832ce630866352f30b2 span=4798516616866fcd
292959-12-12 00:00:00.857  info  HTTP Request duration=17.110917ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 trace=fbe8eda8ba18259daed9c1e38304e0be status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=9b13edfcb5bf9bfa
292959-12-12 00:00:00.857  info  HTTP Request duration=17.277041ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=4798516616866fcd status=200 ip=127.0.0.1 trace=21e4e88fe7a98832ce630866352f30b2
292911-12-12 00:00:00.215  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=1 trace=8ba45c9d6aae6d6533e07700d8488c70 span=fa035ea9a2422628 sql=SELECT * FROM `servers` WHERE id = 12 ORDER BY `servers`.`id` LIMIT 1
292911-12-12 00:00:00.216  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT * FROM `servers` WHERE id = 12 ORDER BY `servers`.`id` LIMIT 1 trace=8ba45c9d6aae6d6533e07700d8488c70 span=fa035ea9a2422628
292911-12-12 00:00:00.217  info  [GORM] SQL Executed duration=0.9ms caller=callbacks/update.go:35 rows=1 sql=SELECT count(*) FROM `servers` WHERE sort = 12 AND id != 12 trace=8ba45c9d6aae6d6533e07700d8488c70 span=fa035ea9a2422628
292911-12-12 00:00:00.224  info  [GORM] SQL Executed duration=7.3ms caller=gin@v1.10.0/context.go:185 rows=1 span=fa035ea9a2422628 sql=UPDATE `servers` SET `name`='美国 R4 | G TRANSFER',`country`='美国',`city`='洛杉矶',`address`='us4.airoport.win',`sort`=12,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:26:11.218' WHERE `id` = 12 AND `id` = 12 trace=8ba45c9d6aae6d6533e07700d8488c70
292911-12-12 00:00:00.225  info  [GORM] SQL Executed duration=1.3ms caller=server/updateServerHandler.go:23 trace=8ba45c9d6aae6d6533e07700d8488c70 span=fa035ea9a2422628 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (12) rows=1
292911-12-12 00:00:00.228  info  [GORM] SQL Executed duration=2.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (12) ORDER BY sort ASC LIMIT 1000 rows=1 trace=8ba45c9d6aae6d6533e07700d8488c70 span=fa035ea9a2422628
292911-12-12 00:00:00.229  info  HTTP Request duration=16.408083ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"us4.airoport.win","city":"洛杉矶","country":"美国","id":12,"name":"美国 R4 | G TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} span=fa035ea9a2422628 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update trace=8ba45c9d6aae6d6533e07700d8488c70 query= ip=127.0.0.1
292911-12-12 00:00:00.261  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=06b861efb84e98d3 rows=1 sql=SELECT count(*) FROM `servers` trace=d216a87c9152e04d821a722fba2f021b
292911-12-12 00:00:00.261  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=89277a33718d998c358cffd3c44c1ae1 span=444e98a940680b44
292911-12-12 00:00:00.262  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=d216a87c9152e04d821a722fba2f021b span=06b861efb84e98d3
292911-12-12 00:00:00.262  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=89277a33718d998c358cffd3c44c1ae1 span=444e98a940680b44
292911-12-12 00:00:00.271  info  HTTP Request duration=11.992458ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=89277a33718d998c358cffd3c44c1ae1 status=200 span=444e98a940680b44
292911-12-12 00:00:00.271  info  HTTP Request duration=12.154583ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=200 ip=127.0.0.1 trace=d216a87c9152e04d821a722fba2f021b status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=06b861efb84e98d3
292922-12-12 00:00:00.665  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 span=63d1d31914c962c5 sql=SELECT * FROM `servers` WHERE id = 13 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=5ca04fdaa12f674d3650170334d0e7b6
292922-12-12 00:00:00.667  info  [GORM] SQL Executed duration=1.3ms caller=server/updateServerHandler.go:23 rows=1 trace=5ca04fdaa12f674d3650170334d0e7b6 span=63d1d31914c962c5 sql=SELECT * FROM `servers` WHERE id = 13 ORDER BY `servers`.`id` LIMIT 1
292922-12-12 00:00:00.671  info  [GORM] SQL Executed duration=3.3ms caller=callbacks/update.go:35 span=63d1d31914c962c5 trace=5ca04fdaa12f674d3650170334d0e7b6 sql=SELECT count(*) FROM `servers` WHERE sort = 13 AND id != 13 rows=1
292922-12-12 00:00:00.683  info  [GORM] SQL Executed duration=16.6ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='美国 R5 | G TRANSFER',`country`='美国',`city`='洛杉矶',`address`='us5.airoport.win',`sort`=13,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:26:22.671' WHERE `id` = 13 AND `id` = 13 trace=5ca04fdaa12f674d3650170334d0e7b6 span=63d1d31914c962c5 rows=1
292922-12-12 00:00:00.685  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (13) span=63d1d31914c962c5 rows=1 trace=5ca04fdaa12f674d3650170334d0e7b6
292922-12-12 00:00:00.686  info  [GORM] SQL Executed duration=1.2ms caller=server/updateServerHandler.go:23 rows=1 trace=5ca04fdaa12f674d3650170334d0e7b6 span=63d1d31914c962c5 sql=SELECT * FROM `nodes` WHERE server_id IN (13) ORDER BY sort ASC LIMIT 1000
292922-12-12 00:00:00.686  info  HTTP Request duration=23.764417ms caller=middleware/loggerMiddleware.go:92 trace=5ca04fdaa12f674d3650170334d0e7b6 span=63d1d31914c962c5 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query= ip=127.0.0.1 request_body={"address":"us5.airoport.win","city":"洛杉矶","country":"美国","id":13,"name":"美国 R5 | G TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"}
292922-12-12 00:00:00.714  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=1 trace=be35cc8d2cd0dd9aeae89d8c9b38694f sql=SELECT count(*) FROM `servers` span=26759233097d4f94
292922-12-12 00:00:00.714  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `servers` trace=18d372372f7b0a25c63edcdc38874e29 span=d71772183d81543d
292922-12-12 00:00:00.715  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=36 span=26759233097d4f94 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=be35cc8d2cd0dd9aeae89d8c9b38694f
292922-12-12 00:00:00.715  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=18d372372f7b0a25c63edcdc38874e29 rows=36 span=d71772183d81543d sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200
292922-12-12 00:00:00.734  info  HTTP Request duration=23.121625ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=18d372372f7b0a25c63edcdc38874e29 span=d71772183d81543d
292922-12-12 00:00:00.735  info  HTTP Request duration=23.454417ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=be35cc8d2cd0dd9aeae89d8c9b38694f query=page=1&size=999999999 ip=127.0.0.1 span=26759233097d4f94
292934-12-12 00:00:00.509  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 trace=61096280d4c342874a8f0cadc9c81e6a span=bf978816e4872953 rows=1 sql=SELECT * FROM `servers` WHERE id = 20 ORDER BY `servers`.`id` LIMIT 1
292934-12-12 00:00:00.510  info  [GORM] SQL Executed duration=1.2ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 20 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=61096280d4c342874a8f0cadc9c81e6a span=bf978816e4872953
292934-12-12 00:00:00.512  info  [GORM] SQL Executed duration=1.3ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 14 AND id != 20 rows=1 span=bf978816e4872953 trace=61096280d4c342874a8f0cadc9c81e6a
292934-12-12 00:00:00.515  info  [GORM] SQL Executed duration=5.4ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='美国原生 | Z TRANSFER',`country`='美国',`city`='加州',`address`='us6.airoport.win',`sort`=14,`protocols`='[{"type":"shadowsocks","port":3000,"enable":false,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:26:34.512' WHERE `id` = 20 AND `id` = 20 span=bf978816e4872953 rows=1 trace=61096280d4c342874a8f0cadc9c81e6a
292934-12-12 00:00:00.516  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 trace=61096280d4c342874a8f0cadc9c81e6a span=bf978816e4872953 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (20) rows=1
292934-12-12 00:00:00.517  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (20) ORDER BY sort ASC LIMIT 1000 trace=61096280d4c342874a8f0cadc9c81e6a span=bf978816e4872953 rows=1
292934-12-12 00:00:00.518  info  HTTP Request duration=12.300292ms caller=middleware/loggerMiddleware.go:92 response_body={"code":200,"msg":"success"} span=bf978816e4872953 request=POST 127.0.0.1:8080/v1/admin/server/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"us6.airoport.win","city":"加州","country":"美国","id":20,"name":"美国原生 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":false,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=61096280d4c342874a8f0cadc9c81e6a status=200
292934-12-12 00:00:00.543  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` span=84668042c4f0d609 rows=1 trace=a623adc0c63c47ad44288e6cb6c77c14
292934-12-12 00:00:00.543  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=c83df3d02232c2fa2f35b6727e87da10 span=6f6f4863341b84fb sql=SELECT count(*) FROM `servers` rows=1
292934-12-12 00:00:00.544  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 trace=c83df3d02232c2fa2f35b6727e87da10 span=6f6f4863341b84fb sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36
292934-12-12 00:00:00.544  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 span=84668042c4f0d609 trace=a623adc0c63c47ad44288e6cb6c77c14
292934-12-12 00:00:00.557  info  HTTP Request duration=16.954667ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a623adc0c63c47ad44288e6cb6c77c14 span=84668042c4f0d609 status=200 query=page=1&size=200 ip=127.0.0.1
292934-12-12 00:00:00.557  info  HTTP Request duration=16.926584ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=c83df3d02232c2fa2f35b6727e87da10 span=6f6f4863341b84fb status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1
292941-12-12 00:00:00.017  info  [CheckSubscription] Start check subscription: 2025-12-29 03:26:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.018  info  [GORM] SQL Executed duration=0.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.018  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.019  info  [GORM] SQL Executed duration=0.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:26:41.018' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.019  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.128  info  [CheckSubscription] Start check subscription: 2025-12-29 03:27:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.134  info  [GORM] SQL Executed duration=3.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.134  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.137  info  [GORM] SQL Executed duration=3.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:27:41.134' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.137  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.248  info  [CheckSubscription] Start check subscription: 2025-12-29 03:28:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.267  info  [GORM] SQL Executed duration=9.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.267  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.271  info  [GORM] SQL Executed duration=3.6ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:28:41.267' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.271  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.361  info  [CheckSubscription] Start check subscription: 2025-12-29 03:29:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.364  info  [GORM] SQL Executed duration=2.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.364  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.368  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:29:41.366' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.368  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.475  info  [CheckSubscription] Start check subscription: 2025-12-29 03:30:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.484  info  [GORM] SQL Executed duration=7.0ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.484  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.489  info  [GORM] SQL Executed duration=4.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:30:41.485' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.489  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.587  info  [CheckSubscription] Start check subscription: 2025-12-29 03:31:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.604  info  [GORM] SQL Executed duration=9.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.604  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.609  info  [GORM] SQL Executed duration=3.9ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:31:41.605' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.609  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.702  info  [CheckSubscription] Start check subscription: 2025-12-29 03:32:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.704  info  [GORM] SQL Executed duration=1.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.704  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.706  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:32:41.704' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.706  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.817  info  [CheckSubscription] Start check subscription: 2025-12-29 03:33:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.827  info  [GORM] SQL Executed duration=8.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.827  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.836  info  [GORM] SQL Executed duration=7.6ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:33:41.829' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.836  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.939  info  [CheckSubscription] Start check subscription: 2025-12-29 03:34:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.958  info  [GORM] SQL Executed duration=8.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.958  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.963  info  [GORM] SQL Executed duration=3.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:34:41.959' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.963  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.051  info  [CheckSubscription] Start check subscription: 2025-12-29 03:35:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.053  info  [GORM] SQL Executed duration=1.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.053  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.056  info  [GORM] SQL Executed duration=2.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:35:41.054' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.056  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.173  info  [CheckSubscription] Start check subscription: 2025-12-29 03:36:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.177  info  [GORM] SQL Executed duration=3.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.177  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.181  info  [GORM] SQL Executed duration=3.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:36:41.177' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.181  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.283  info  [CheckSubscription] Start check subscription: 2025-12-29 03:37:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.308  info  [GORM] SQL Executed duration=17.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.308  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.314  info  [GORM] SQL Executed duration=4.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:37:41.309' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.314  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.396  info  [CheckSubscription] Start check subscription: 2025-12-29 03:38:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.399  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.399  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.402  info  [GORM] SQL Executed duration=1.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:38:41.4' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.402  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.512  info  [CheckSubscription] Start check subscription: 2025-12-29 03:39:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.520  info  [GORM] SQL Executed duration=6.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.520  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.526  info  [GORM] SQL Executed duration=4.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:39:41.522' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.526  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.633  info  [CheckSubscription] Start check subscription: 2025-12-29 03:40:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.647  info  [GORM] SQL Executed duration=12.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.647  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.654  info  [GORM] SQL Executed duration=5.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:40:41.648' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.654  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.748  info  [CheckSubscription] Start check subscription: 2025-12-29 03:41:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.750  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.750  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.752  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:41:41.751' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.752  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.863  info  [CheckSubscription] Start check subscription: 2025-12-29 03:42:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.870  info  [GORM] SQL Executed duration=6.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.870  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.877  info  [GORM] SQL Executed duration=4.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:42:41.872' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.877  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.975  info  [CheckSubscription] Start check subscription: 2025-12-29 03:43:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.987  info  [GORM] SQL Executed duration=10.7ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.987  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.993  info  [GORM] SQL Executed duration=5.1ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:43:41.988' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.993  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.092  info  [CheckSubscription] Start check subscription: 2025-12-29 03:44:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.094  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.094  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.096  info  [GORM] SQL Executed duration=1.0ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:44:41.095' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.096  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.209  info  [CheckSubscription] Start check subscription: 2025-12-29 03:45:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.217  info  [GORM] SQL Executed duration=7.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.217  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.223  info  [GORM] SQL Executed duration=4.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:45:41.218' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.223  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.322  info  [CheckSubscription] Start check subscription: 2025-12-29 03:46:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.328  info  [GORM] SQL Executed duration=5.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.328  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.333  info  [GORM] SQL Executed duration=3.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:46:41.329' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.333  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.441  info  [CheckSubscription] Start check subscription: 2025-12-29 03:47:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.443  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.443  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.445  info  [GORM] SQL Executed duration=1.2ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:47:41.444' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.445  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.556  info  [CheckSubscription] Start check subscription: 2025-12-29 03:48:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.565  info  [GORM] SQL Executed duration=7.6ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0
292941-12-12 00:00:00.565  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.570  info  [GORM] SQL Executed duration=4.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:48:41.566' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.570  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292952-12-12 00:00:00.989  info  [GORM] SQL Executed duration=5.9ms caller=gin@v1.10.0/context.go:185 span=43d6cadd07b0ee42 trace=3343e41ac3b1cbc12e58d67b5662a082 sql=SELECT * FROM `servers` WHERE id = 20 ORDER BY `servers`.`id` LIMIT 1 rows=1
292952-12-12 00:00:00.990  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 trace=3343e41ac3b1cbc12e58d67b5662a082 span=43d6cadd07b0ee42 sql=SELECT * FROM `servers` WHERE id = 20 ORDER BY `servers`.`id` LIMIT 1 rows=1
292952-12-12 00:00:00.995  info  [GORM] SQL Executed duration=4.7ms caller=callbacks/update.go:35 rows=1 span=43d6cadd07b0ee42 sql=SELECT count(*) FROM `servers` WHERE sort = 14 AND id != 20 trace=3343e41ac3b1cbc12e58d67b5662a082
292953-12-12 00:00:00.004  info  [GORM] SQL Executed duration=14.0ms caller=gin@v1.10.0/context.go:185 trace=3343e41ac3b1cbc12e58d67b5662a082 span=43d6cadd07b0ee42 sql=UPDATE `servers` SET `name`='美国原生 | Z TRANSFER',`country`='美国',`city`='加州',`address`='us6.airoport.win',`sort`=14,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:48:52.996' WHERE `id` = 20 AND `id` = 20 rows=1
292953-12-12 00:00:00.005  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (20) span=43d6cadd07b0ee42 rows=1 trace=3343e41ac3b1cbc12e58d67b5662a082
292953-12-12 00:00:00.007  info  [GORM] SQL Executed duration=1.4ms caller=server/updateServerHandler.go:23 trace=3343e41ac3b1cbc12e58d67b5662a082 sql=SELECT * FROM `nodes` WHERE server_id IN (20) ORDER BY sort ASC LIMIT 1000 rows=1 span=43d6cadd07b0ee42
292953-12-12 00:00:00.008  info  HTTP Request duration=25.497084ms caller=middleware/loggerMiddleware.go:92 span=43d6cadd07b0ee42 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=3343e41ac3b1cbc12e58d67b5662a082 query= request_body={"address":"us6.airoport.win","city":"加州","country":"美国","id":20,"name":"美国原生 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]}
292953-12-12 00:00:00.033  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=bf1c633e71671711cebc617a075fe71a span=a0a73882a1458d52
292953-12-12 00:00:00.033  info  [GORM] SQL Executed duration=2.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=5480a7dccc957feb3a1519171fc60d3f span=e2660ed72941df38
292953-12-12 00:00:00.034  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 rows=36 trace=bf1c633e71671711cebc617a075fe71a span=a0a73882a1458d52 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999
292953-12-12 00:00:00.035  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 rows=36 span=e2660ed72941df38 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=5480a7dccc957feb3a1519171fc60d3f
292953-12-12 00:00:00.045  info  HTTP Request duration=14.860333ms caller=middleware/loggerMiddleware.go:92 span=a0a73882a1458d52 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=bf1c633e71671711cebc617a075fe71a
292953-12-12 00:00:00.045  info  HTTP Request duration=15.120958ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5480a7dccc957feb3a1519171fc60d3f span=e2660ed72941df38
29299-12-12 00:00:00.834  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 14 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=461a432fdfda537af91f8d75e4d2d08f span=a7446a413342865b
29299-12-12 00:00:00.836  info  [GORM] SQL Executed duration=1.4ms caller=server/updateServerHandler.go:23 trace=461a432fdfda537af91f8d75e4d2d08f span=a7446a413342865b rows=1 sql=SELECT * FROM `servers` WHERE id = 14 ORDER BY `servers`.`id` LIMIT 1
29299-12-12 00:00:00.837  info  [GORM] SQL Executed duration=0.9ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 17 AND id != 14 trace=461a432fdfda537af91f8d75e4d2d08f rows=1 span=a7446a413342865b
29299-12-12 00:00:00.842  info  [GORM] SQL Executed duration=5.8ms caller=gin@v1.10.0/context.go:185 trace=461a432fdfda537af91f8d75e4d2d08f span=a7446a413342865b rows=1 sql=UPDATE `servers` SET `name`='日本 R2 | Z TRANSFER',`country`='日本',`city`='东京',`address`='jp2.airoport.win',`sort`=17,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:49:09.838' WHERE `id` = 14 AND `id` = 14
29299-12-12 00:00:00.843  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 rows=1 trace=461a432fdfda537af91f8d75e4d2d08f span=a7446a413342865b sql=SELECT count(*) FROM `nodes` WHERE server_id IN (14)
29299-12-12 00:00:00.844  info  [GORM] SQL Executed duration=1.6ms caller=server/updateServerHandler.go:23 rows=1 trace=461a432fdfda537af91f8d75e4d2d08f sql=SELECT * FROM `nodes` WHERE server_id IN (14) ORDER BY sort ASC LIMIT 1000 span=a7446a413342865b
29299-12-12 00:00:00.845  info  HTTP Request duration=13.575875ms caller=middleware/loggerMiddleware.go:92 status=200 request_body={"address":"jp2.airoport.win","city":"东京","country":"日本","id":14,"name":"日本 R2 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} request=POST 127.0.0.1:8080/v1/admin/server/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=461a432fdfda537af91f8d75e4d2d08f span=a7446a413342865b
29299-12-12 00:00:00.872  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` trace=11341441d293ef65457426045975dbbd rows=1 span=fb51abc40e57bc1b
29299-12-12 00:00:00.872  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=511baaba9d8da1e0e973248218eeaf00 span=49cecb182c651cb2
29299-12-12 00:00:00.873  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=511baaba9d8da1e0e973248218eeaf00 rows=36 span=49cecb182c651cb2
29299-12-12 00:00:00.873  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 span=fb51abc40e57bc1b rows=36 trace=11341441d293ef65457426045975dbbd sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200
29299-12-12 00:00:00.886  info  HTTP Request duration=15.611667ms caller=middleware/loggerMiddleware.go:92 trace=11341441d293ef65457426045975dbbd status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 span=fb51abc40e57bc1b ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29299-12-12 00:00:00.886  info  HTTP Request duration=15.870042ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=511baaba9d8da1e0e973248218eeaf00 span=49cecb182c651cb2
292922-12-12 00:00:00.273  info  [GORM] SQL Executed duration=1.7ms caller=gin@v1.10.0/context.go:185 rows=1 span=45be8ea048e5744b sql=SELECT * FROM `servers` WHERE id = 19 ORDER BY `servers`.`id` LIMIT 1 trace=c345e3f452aaf18986bdd67973558310
292922-12-12 00:00:00.274  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 19 ORDER BY `servers`.`id` LIMIT 1 trace=c345e3f452aaf18986bdd67973558310 rows=1 span=45be8ea048e5744b
292922-12-12 00:00:00.276  info  [GORM] SQL Executed duration=1.1ms caller=callbacks/update.go:35 span=45be8ea048e5744b sql=SELECT count(*) FROM `servers` WHERE sort = 18 AND id != 19 rows=1 trace=c345e3f452aaf18986bdd67973558310
292922-12-12 00:00:00.285  info  [GORM] SQL Executed duration=11.2ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='日本家宽 | Z TRANSFER',`country`='日本',`city`='东京',`address`='jp3.airoport.win',`sort`=18,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:49:22.276' WHERE `id` = 19 AND `id` = 19 rows=1 trace=c345e3f452aaf18986bdd67973558310 span=45be8ea048e5744b
292922-12-12 00:00:00.287  info  [GORM] SQL Executed duration=1.4ms caller=server/updateServerHandler.go:23 span=45be8ea048e5744b sql=SELECT count(*) FROM `nodes` WHERE server_id IN (19) rows=1 trace=c345e3f452aaf18986bdd67973558310
292922-12-12 00:00:00.288  info  [GORM] SQL Executed duration=1.4ms caller=server/updateServerHandler.go:23 trace=c345e3f452aaf18986bdd67973558310 span=45be8ea048e5744b sql=SELECT * FROM `nodes` WHERE server_id IN (19) ORDER BY sort ASC LIMIT 1000 rows=1
292922-12-12 00:00:00.289  info  HTTP Request duration=19.514625ms caller=middleware/loggerMiddleware.go:92 request_body={"address":"jp3.airoport.win","city":"东京","country":"日本","id":19,"name":"日本家宽 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=c345e3f452aaf18986bdd67973558310 span=45be8ea048e5744b status=200 request=POST 127.0.0.1:8080/v1/admin/server/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292922-12-12 00:00:00.313  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=b3a457642c8ea5f5449eac89d43e03fb span=48bdeb899c089ea7
292922-12-12 00:00:00.313  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 trace=bdd84f733ea65a847d13df0960656bf5 span=51a36e0cf826fcfe sql=SELECT count(*) FROM `servers` rows=1
292922-12-12 00:00:00.314  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 span=48bdeb899c089ea7 trace=b3a457642c8ea5f5449eac89d43e03fb
292922-12-12 00:00:00.314  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=bdd84f733ea65a847d13df0960656bf5 span=51a36e0cf826fcfe sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36
292922-12-12 00:00:00.325  info  HTTP Request duration=13.898459ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b3a457642c8ea5f5449eac89d43e03fb span=48bdeb899c089ea7 status=200 ip=127.0.0.1
292922-12-12 00:00:00.325  info  HTTP Request duration=14.093916ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 span=51a36e0cf826fcfe status=200 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=bdd84f733ea65a847d13df0960656bf5
292936-12-12 00:00:00.368  info  [GORM] SQL Executed duration=1.8ms caller=gin@v1.10.0/context.go:185 span=afabd8e99f4247ed sql=SELECT * FROM `servers` WHERE id = 32 ORDER BY `servers`.`id` LIMIT 1 trace=8456a109f564191620f4e6c77185af21 rows=1
292936-12-12 00:00:00.369  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 32 ORDER BY `servers`.`id` LIMIT 1 span=afabd8e99f4247ed rows=1 trace=8456a109f564191620f4e6c77185af21
292936-12-12 00:00:00.371  info  [GORM] SQL Executed duration=1.4ms caller=callbacks/update.go:35 rows=1 trace=8456a109f564191620f4e6c77185af21 span=afabd8e99f4247ed sql=SELECT count(*) FROM `servers` WHERE sort = 19 AND id != 32
292936-12-12 00:00:00.376  info  [GORM] SQL Executed duration=6.5ms caller=gin@v1.10.0/context.go:185 rows=1 sql=UPDATE `servers` SET `name`='新加坡 | Z TRANSFER',`country`='新加坡',`city`='新加坡',`address`='sg3.airoport.win',`sort`=19,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:49:36.372' WHERE `id` = 32 AND `id` = 32 trace=8456a109f564191620f4e6c77185af21 span=afabd8e99f4247ed
292936-12-12 00:00:00.377  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 span=afabd8e99f4247ed sql=SELECT count(*) FROM `nodes` WHERE server_id IN (32) rows=1 trace=8456a109f564191620f4e6c77185af21
292936-12-12 00:00:00.378  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (32) ORDER BY sort ASC LIMIT 1000 rows=1 trace=8456a109f564191620f4e6c77185af21 span=afabd8e99f4247ed
292936-12-12 00:00:00.379  info  HTTP Request duration=13.558ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"sg3.airoport.win","city":"新加坡","country":"新加坡","id":32,"name":"新加坡 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=8456a109f564191620f4e6c77185af21 request=POST 127.0.0.1:8080/v1/admin/server/update query= response_body={"code":200,"msg":"success"} span=afabd8e99f4247ed
292936-12-12 00:00:00.412  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=1 span=bd972e9e0daaed1a sql=SELECT count(*) FROM `servers` trace=a8618b1d2252e32c105ddbb7b1cbd8dd
292936-12-12 00:00:00.412  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=1 trace=65042d463c4f8456f9810df2a0e9f014 span=cdcf69c8253cc0e2 sql=SELECT count(*) FROM `servers`
292936-12-12 00:00:00.413  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=a8618b1d2252e32c105ddbb7b1cbd8dd rows=36 span=bd972e9e0daaed1a
292936-12-12 00:00:00.413  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 trace=65042d463c4f8456f9810df2a0e9f014 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 span=cdcf69c8253cc0e2 rows=36
292936-12-12 00:00:00.425  info  HTTP Request duration=14.623917ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a8618b1d2252e32c105ddbb7b1cbd8dd query=page=1&size=999999999 ip=127.0.0.1 span=bd972e9e0daaed1a status=200
292936-12-12 00:00:00.425  info  HTTP Request duration=14.682959ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=65042d463c4f8456f9810df2a0e9f014 span=cdcf69c8253cc0e2
292941-12-12 00:00:00.666  info  [CheckSubscription] Start check subscription: 2025-12-29 03:49:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.674  info  [GORM] SQL Executed duration=5.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.674  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.679  info  [GORM] SQL Executed duration=3.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:49:41.675' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.679  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292947-12-12 00:00:00.971  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 span=becd8ac54f5a0bab sql=SELECT * FROM `servers` WHERE id = 4 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=c0223b33759f8dd89a8c99456a93ce92
292947-12-12 00:00:00.972  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 4 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=c0223b33759f8dd89a8c99456a93ce92 span=becd8ac54f5a0bab
292947-12-12 00:00:00.973  info  [GORM] SQL Executed duration=1.1ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 20 AND id != 4 rows=1 span=becd8ac54f5a0bab trace=c0223b33759f8dd89a8c99456a93ce92
292947-12-12 00:00:00.978  info  [GORM] SQL Executed duration=5.7ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='新加坡 R1 | Z TRANSFER',`country`='新加坡',`city`='新加坡',`address`='sg1.airoport.win',`sort`=20,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:49:47.974' WHERE `id` = 4 AND `id` = 4 trace=c0223b33759f8dd89a8c99456a93ce92 span=becd8ac54f5a0bab rows=1
292947-12-12 00:00:00.978  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (4) rows=1 trace=c0223b33759f8dd89a8c99456a93ce92 span=becd8ac54f5a0bab
292947-12-12 00:00:00.979  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (4) ORDER BY sort ASC LIMIT 1000 trace=c0223b33759f8dd89a8c99456a93ce92 span=becd8ac54f5a0bab rows=1
292947-12-12 00:00:00.979  info  HTTP Request duration=10.248291ms caller=middleware/loggerMiddleware.go:92 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 request_body={"address":"sg1.airoport.win","city":"新加坡","country":"新加坡","id":4,"name":"新加坡 R1 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=c0223b33759f8dd89a8c99456a93ce92 status=200 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} span=becd8ac54f5a0bab
292948-12-12 00:00:00.003  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=b9bbd82596b539f1ef8273918e376cff span=5cbc7413bb8071c6
292948-12-12 00:00:00.003  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` span=c3db8747117c3762 rows=1 trace=187b20038ab74b6f763784494720e1ac
292948-12-12 00:00:00.004  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=b9bbd82596b539f1ef8273918e376cff span=5cbc7413bb8071c6
292948-12-12 00:00:00.004  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=187b20038ab74b6f763784494720e1ac span=c3db8747117c3762 rows=36
292948-12-12 00:00:00.017  info  HTTP Request duration=15.450166ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=187b20038ab74b6f763784494720e1ac span=c3db8747117c3762 status=200 ip=127.0.0.1
292948-12-12 00:00:00.018  info  HTTP Request duration=17.105625ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b9bbd82596b539f1ef8273918e376cff status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 span=5cbc7413bb8071c6
292959-12-12 00:00:00.227  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 18 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=74258b1816a0cb3820c638382ee5c779 span=87ba00e31a6546e0
292959-12-12 00:00:00.228  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 18 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=74258b1816a0cb3820c638382ee5c779 span=87ba00e31a6546e0
292959-12-12 00:00:00.229  info  [GORM] SQL Executed duration=0.7ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 22 AND id != 18 trace=74258b1816a0cb3820c638382ee5c779 span=87ba00e31a6546e0 rows=1
292959-12-12 00:00:00.234  info  [GORM] SQL Executed duration=5.5ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='新加坡原生 | Z TRANSFER',`country`='新加坡',`city`='新加坡',`address`='sg2.airoport.win',`sort`=22,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:49:59.23' WHERE `id` = 18 AND `id` = 18 span=87ba00e31a6546e0 rows=1 trace=74258b1816a0cb3820c638382ee5c779
292959-12-12 00:00:00.235  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (18) trace=74258b1816a0cb3820c638382ee5c779 span=87ba00e31a6546e0 rows=1
292959-12-12 00:00:00.236  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (18) ORDER BY sort ASC LIMIT 1000 span=87ba00e31a6546e0 rows=1 trace=74258b1816a0cb3820c638382ee5c779
292959-12-12 00:00:00.236  info  HTTP Request duration=13.46575ms caller=middleware/loggerMiddleware.go:92 status=200 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=POST 127.0.0.1:8080/v1/admin/server/update request_body={"address":"sg2.airoport.win","city":"新加坡","country":"新加坡","id":18,"name":"新加坡原生 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=74258b1816a0cb3820c638382ee5c779 span=87ba00e31a6546e0
292959-12-12 00:00:00.263  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=fd656d1cabc1d6b306b57565bbdba68a span=c43d84e1d1d0d444
292959-12-12 00:00:00.263  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=d8b8a17cc10f0b45ea54b7b71339cce6 span=90f8be80800d006b sql=SELECT count(*) FROM `servers` rows=1
292959-12-12 00:00:00.263  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 rows=36 span=c43d84e1d1d0d444 trace=fd656d1cabc1d6b306b57565bbdba68a sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999
292959-12-12 00:00:00.263  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=d8b8a17cc10f0b45ea54b7b71339cce6 span=90f8be80800d006b
292959-12-12 00:00:00.273  info  HTTP Request duration=12.618166ms caller=middleware/loggerMiddleware.go:92 span=c43d84e1d1d0d444 query=page=1&size=999999999 ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=fd656d1cabc1d6b306b57565bbdba68a
292959-12-12 00:00:00.273  info  HTTP Request duration=12.749333ms caller=middleware/loggerMiddleware.go:92 trace=d8b8a17cc10f0b45ea54b7b71339cce6 status=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=90f8be80800d006b request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200
292911-12-12 00:00:00.672  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 15 ORDER BY `servers`.`id` LIMIT 1 trace=e6b87d7cd4bd06685447e722d6849bb0 rows=1 span=8a7115622a477644
292911-12-12 00:00:00.673  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 rows=1 span=8a7115622a477644 sql=SELECT * FROM `servers` WHERE id = 15 ORDER BY `servers`.`id` LIMIT 1 trace=e6b87d7cd4bd06685447e722d6849bb0
292911-12-12 00:00:00.674  info  [GORM] SQL Executed duration=0.7ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 23 AND id != 15 rows=1 trace=e6b87d7cd4bd06685447e722d6849bb0 span=8a7115622a477644
292911-12-12 00:00:00.678  info  [GORM] SQL Executed duration=4.7ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='韩国 | Z TRANSFER',`country`='韩国',`city`='首尔',`address`='kr1.airoport.win',`sort`=23,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:50:11.675' WHERE `id` = 15 AND `id` = 15 rows=1 trace=e6b87d7cd4bd06685447e722d6849bb0 span=8a7115622a477644
292911-12-12 00:00:00.679  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (15) trace=e6b87d7cd4bd06685447e722d6849bb0 span=8a7115622a477644 rows=1
292911-12-12 00:00:00.680  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 rows=1 trace=e6b87d7cd4bd06685447e722d6849bb0 span=8a7115622a477644 sql=SELECT * FROM `nodes` WHERE server_id IN (15) ORDER BY sort ASC LIMIT 1000
292911-12-12 00:00:00.680  info  HTTP Request duration=9.831541ms caller=middleware/loggerMiddleware.go:92 span=8a7115622a477644 status=200 query= ip=127.0.0.1 request_body={"address":"kr1.airoport.win","city":"首尔","country":"韩国","id":15,"name":"韩国 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=e6b87d7cd4bd06685447e722d6849bb0 request=POST 127.0.0.1:8080/v1/admin/server/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"}
292911-12-12 00:00:00.703  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=f28e21008a3d260c44f84496bed3c3c9 sql=SELECT count(*) FROM `servers` rows=1 span=9b564e19c1136ee7
292911-12-12 00:00:00.703  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=81b6a172a017cb3ff6bc30fad65a1521 span=f0e9e9d29c604c26
292911-12-12 00:00:00.704  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 span=9b564e19c1136ee7 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=f28e21008a3d260c44f84496bed3c3c9
292911-12-12 00:00:00.704  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=81b6a172a017cb3ff6bc30fad65a1521 span=f0e9e9d29c604c26 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36
292911-12-12 00:00:00.717  info  HTTP Request duration=16.213958ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 span=9b564e19c1136ee7 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=f28e21008a3d260c44f84496bed3c3c9
292911-12-12 00:00:00.717  info  HTTP Request duration=16.537084ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=81b6a172a017cb3ff6bc30fad65a1521 span=f0e9e9d29c604c26 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1
292921-12-12 00:00:00.858  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 span=5aa7fb738d6a4a2d sql=SELECT * FROM `servers` WHERE id = 16 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=6d6a3e959cdc6057fe83b9e545f4e674
292921-12-12 00:00:00.859  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 trace=6d6a3e959cdc6057fe83b9e545f4e674 span=5aa7fb738d6a4a2d sql=SELECT * FROM `servers` WHERE id = 16 ORDER BY `servers`.`id` LIMIT 1 rows=1
292921-12-12 00:00:00.861  info  [GORM] SQL Executed duration=0.9ms caller=callbacks/update.go:35 trace=6d6a3e959cdc6057fe83b9e545f4e674 sql=SELECT count(*) FROM `servers` WHERE sort = 24 AND id != 16 rows=1 span=5aa7fb738d6a4a2d
292921-12-12 00:00:00.864  info  [GORM] SQL Executed duration=4.9ms caller=gin@v1.10.0/context.go:185 rows=1 trace=6d6a3e959cdc6057fe83b9e545f4e674 sql=UPDATE `servers` SET `name`='德国 | Z TRANSFER',`country`='德国',`city`='法兰克福',`address`='de1.airoport.win',`sort`=24,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:50:21.861' WHERE `id` = 16 AND `id` = 16 span=5aa7fb738d6a4a2d
292921-12-12 00:00:00.865  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 trace=6d6a3e959cdc6057fe83b9e545f4e674 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (16) rows=1 span=5aa7fb738d6a4a2d
292921-12-12 00:00:00.867  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT * FROM `nodes` WHERE server_id IN (16) ORDER BY sort ASC LIMIT 1000 trace=6d6a3e959cdc6057fe83b9e545f4e674 span=5aa7fb738d6a4a2d
292921-12-12 00:00:00.867  info  HTTP Request duration=10.862875ms caller=middleware/loggerMiddleware.go:92 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=6d6a3e959cdc6057fe83b9e545f4e674 span=5aa7fb738d6a4a2d status=200 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 request_body={"address":"de1.airoport.win","city":"法兰克福","country":"德国","id":16,"name":"德国 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]}
292921-12-12 00:00:00.898  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=dd6fc8c994dd7bb1f255cf6950897f0b span=eb42ced357006695
292921-12-12 00:00:00.898  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 span=2f10bdfea7f27fa9 trace=2eeddd0cb41c8c98e70a3293b0928061 sql=SELECT count(*) FROM `servers` rows=1
292921-12-12 00:00:00.899  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 rows=36 trace=dd6fc8c994dd7bb1f255cf6950897f0b span=eb42ced357006695 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200
292921-12-12 00:00:00.899  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=2eeddd0cb41c8c98e70a3293b0928061 span=2f10bdfea7f27fa9
292921-12-12 00:00:00.914  info  HTTP Request duration=18.898333ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=200 trace=dd6fc8c994dd7bb1f255cf6950897f0b request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=eb42ced357006695 status=200
292921-12-12 00:00:00.915  info  HTTP Request duration=19.131459ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 status=200 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=2eeddd0cb41c8c98e70a3293b0928061 span=2f10bdfea7f27fa9
292932-12-12 00:00:00.133  info  [GORM] SQL Executed duration=4.3ms caller=gin@v1.10.0/context.go:185 span=627fbdc3fecd1f86 sql=SELECT * FROM `servers` WHERE id = 31 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=493f44404c2354628481b60a21e66e0b
292932-12-12 00:00:00.135  info  [GORM] SQL Executed duration=1.5ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 31 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=493f44404c2354628481b60a21e66e0b span=627fbdc3fecd1f86
292932-12-12 00:00:00.141  info  [GORM] SQL Executed duration=5.2ms caller=callbacks/update.go:35 span=627fbdc3fecd1f86 sql=SELECT count(*) FROM `servers` WHERE sort = 25 AND id != 31 rows=1 trace=493f44404c2354628481b60a21e66e0b
292932-12-12 00:00:00.148  info  [GORM] SQL Executed duration=13.0ms caller=gin@v1.10.0/context.go:185 trace=493f44404c2354628481b60a21e66e0b sql=UPDATE `servers` SET `name`='英国 | Z TRANSFER',`country`='英国',`city`='考文垂',`address`='uk1.airoport.win',`sort`=25,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:50:32.141' WHERE `id` = 31 AND `id` = 31 rows=1 span=627fbdc3fecd1f86
292932-12-12 00:00:00.149  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 trace=493f44404c2354628481b60a21e66e0b sql=SELECT count(*) FROM `nodes` WHERE server_id IN (31) rows=1 span=627fbdc3fecd1f86
292932-12-12 00:00:00.149  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (31) ORDER BY sort ASC LIMIT 1000 trace=493f44404c2354628481b60a21e66e0b span=627fbdc3fecd1f86 rows=1
292932-12-12 00:00:00.150  info  HTTP Request duration=22.662125ms caller=middleware/loggerMiddleware.go:92 trace=493f44404c2354628481b60a21e66e0b request=POST 127.0.0.1:8080/v1/admin/server/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"uk1.airoport.win","city":"考文垂","country":"英国","id":31,"name":"英国 | Z TRANSFER","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} span=627fbdc3fecd1f86 status=200 response_body={"code":200,"msg":"success"}
292932-12-12 00:00:00.171  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 rows=1 trace=43d7f51ee2098067ca0416275efd9978 sql=SELECT count(*) FROM `servers` span=8a8a2f15620c4b87
292932-12-12 00:00:00.171  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=88410eb49d978a344fce5ba26c1aedc6 span=c5c001ee18988553
292932-12-12 00:00:00.172  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 span=c5c001ee18988553 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=88410eb49d978a344fce5ba26c1aedc6
292932-12-12 00:00:00.172  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 trace=43d7f51ee2098067ca0416275efd9978 span=8a8a2f15620c4b87 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36
292932-12-12 00:00:00.186  info  HTTP Request duration=16.393ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=999999999 span=c5c001ee18988553 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=88410eb49d978a344fce5ba26c1aedc6
292932-12-12 00:00:00.186  info  HTTP Request duration=16.522875ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8a8a2f15620c4b87 query=page=1&size=200 trace=43d7f51ee2098067ca0416275efd9978
292941-12-12 00:00:00.779  info  [CheckSubscription] Start check subscription: 2025-12-29 03:50:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.782  info  [GORM] SQL Executed duration=1.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.782  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.784  info  [GORM] SQL Executed duration=1.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:50:41.782' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.784  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292943-12-12 00:00:00.068  info  [GORM] SQL Executed duration=1.8ms caller=gin@v1.10.0/context.go:185 rows=1 trace=c279d144350fa7ce7b83f1a4fd981464 span=5d92cea7978b4474 sql=SELECT * FROM `servers` WHERE id = 9 ORDER BY `servers`.`id` LIMIT 1
292943-12-12 00:00:00.069  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 9 ORDER BY `servers`.`id` LIMIT 1 trace=c279d144350fa7ce7b83f1a4fd981464 rows=1 span=5d92cea7978b4474
292943-12-12 00:00:00.071  info  [GORM] SQL Executed duration=1.4ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 26 AND id != 9 trace=c279d144350fa7ce7b83f1a4fd981464 rows=1 span=5d92cea7978b4474
292943-12-12 00:00:00.075  info  [GORM] SQL Executed duration=5.5ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港 V1 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk5.airoport.win',`sort`=26,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:50:43.072' WHERE `id` = 9 AND `id` = 9 rows=1 trace=c279d144350fa7ce7b83f1a4fd981464 span=5d92cea7978b4474
292943-12-12 00:00:00.077  info  [GORM] SQL Executed duration=1.7ms caller=server/updateServerHandler.go:23 span=5d92cea7978b4474 rows=1 trace=c279d144350fa7ce7b83f1a4fd981464 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (9)
292943-12-12 00:00:00.078  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 rows=1 span=5d92cea7978b4474 trace=c279d144350fa7ce7b83f1a4fd981464 sql=SELECT * FROM `nodes` WHERE server_id IN (9) ORDER BY sort ASC LIMIT 1000
292943-12-12 00:00:00.078  info  HTTP Request duration=13.217375ms caller=middleware/loggerMiddleware.go:92 span=5d92cea7978b4474 status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk5.airoport.win","city":"香港","country":"中国","id":9,"name":"香港 V1 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} request=POST 127.0.0.1:8080/v1/admin/server/update query= response_body={"code":200,"msg":"success"} trace=c279d144350fa7ce7b83f1a4fd981464
292943-12-12 00:00:00.100  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 span=f211b74f2c45348a sql=SELECT count(*) FROM `servers` rows=1 trace=30df76b4c8d6484711637282b0213d51
292943-12-12 00:00:00.101  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 rows=1 span=bddd69d779bb7b01 sql=SELECT count(*) FROM `servers` trace=8abe13c0076188bad5d05683056ac854
292943-12-12 00:00:00.101  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 span=f211b74f2c45348a sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=30df76b4c8d6484711637282b0213d51 rows=36
292943-12-12 00:00:00.102  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 span=bddd69d779bb7b01 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=8abe13c0076188bad5d05683056ac854
292943-12-12 00:00:00.114  info  HTTP Request duration=16.274708ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 trace=30df76b4c8d6484711637282b0213d51 span=f211b74f2c45348a status=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292943-12-12 00:00:00.115  info  HTTP Request duration=16.611667ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8abe13c0076188bad5d05683056ac854 span=bddd69d779bb7b01 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999
292954-12-12 00:00:00.202  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 rows=1 trace=c231ceafd5411b5d6c5ac322ec9712bb sql=SELECT * FROM `servers` WHERE id = 10 ORDER BY `servers`.`id` LIMIT 1 span=ab25a5b50f8e5490
292954-12-12 00:00:00.203  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 trace=c231ceafd5411b5d6c5ac322ec9712bb span=ab25a5b50f8e5490 sql=SELECT * FROM `servers` WHERE id = 10 ORDER BY `servers`.`id` LIMIT 1 rows=1
292954-12-12 00:00:00.204  info  [GORM] SQL Executed duration=0.6ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 27 AND id != 10 trace=c231ceafd5411b5d6c5ac322ec9712bb rows=1 span=ab25a5b50f8e5490
292954-12-12 00:00:00.208  info  [GORM] SQL Executed duration=5.2ms caller=gin@v1.10.0/context.go:185 trace=c231ceafd5411b5d6c5ac322ec9712bb sql=UPDATE `servers` SET `name`='香港 V2 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk6.airoport.win',`sort`=27,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:50:54.205' WHERE `id` = 10 AND `id` = 10 span=ab25a5b50f8e5490 rows=1
292954-12-12 00:00:00.209  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 rows=1 trace=c231ceafd5411b5d6c5ac322ec9712bb sql=SELECT count(*) FROM `nodes` WHERE server_id IN (10) span=ab25a5b50f8e5490
292954-12-12 00:00:00.210  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (10) ORDER BY sort ASC LIMIT 1000 trace=c231ceafd5411b5d6c5ac322ec9712bb span=ab25a5b50f8e5490 rows=1
292954-12-12 00:00:00.211  info  HTTP Request duration=11.374708ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 response_body={"code":200,"msg":"success"} trace=c231ceafd5411b5d6c5ac322ec9712bb status=200 request=POST 127.0.0.1:8080/v1/admin/server/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk6.airoport.win","city":"香港","country":"中国","id":10,"name":"香港 V2 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} span=ab25a5b50f8e5490 query=
292954-12-12 00:00:00.239  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `servers` trace=1aa3a777aaa33c079da6557981933b22 span=e139e4fd1025c033
292954-12-12 00:00:00.240  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=d5c018210440abddb499c42489185bab span=5e867e510855fc07
292954-12-12 00:00:00.240  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=d5c018210440abddb499c42489185bab span=5e867e510855fc07
292954-12-12 00:00:00.240  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 rows=36 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=1aa3a777aaa33c079da6557981933b22 span=e139e4fd1025c033
292954-12-12 00:00:00.254  info  HTTP Request duration=16.459583ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=1aa3a777aaa33c079da6557981933b22 status=200 query=page=1&size=200 span=e139e4fd1025c033
292954-12-12 00:00:00.254  info  HTTP Request duration=16.707125ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d5c018210440abddb499c42489185bab span=5e867e510855fc07 status=200 ip=127.0.0.1
29294-12-12 00:00:00.833  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 23 ORDER BY `servers`.`id` LIMIT 1 rows=1 span=272b2f1d364e9542 trace=83418532ca1dbd3df2a8090d9b5598ad
29294-12-12 00:00:00.834  info  [GORM] SQL Executed duration=1.5ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 23 ORDER BY `servers`.`id` LIMIT 1 trace=83418532ca1dbd3df2a8090d9b5598ad span=272b2f1d364e9542 rows=1
29294-12-12 00:00:00.836  info  [GORM] SQL Executed duration=0.9ms caller=callbacks/update.go:35 rows=1 trace=83418532ca1dbd3df2a8090d9b5598ad span=272b2f1d364e9542 sql=SELECT count(*) FROM `servers` WHERE sort = 28 AND id != 23
29294-12-12 00:00:00.840  info  [GORM] SQL Executed duration=5.1ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港家宽 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk9.airoport.win',`sort`=28,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:51:04.836' WHERE `id` = 23 AND `id` = 23 span=272b2f1d364e9542 rows=1 trace=83418532ca1dbd3df2a8090d9b5598ad
29294-12-12 00:00:00.840  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (23) rows=1 span=272b2f1d364e9542 trace=83418532ca1dbd3df2a8090d9b5598ad
29294-12-12 00:00:00.841  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (23) ORDER BY sort ASC LIMIT 1000 rows=1 trace=83418532ca1dbd3df2a8090d9b5598ad span=272b2f1d364e9542
29294-12-12 00:00:00.842  info  HTTP Request duration=12.298666ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 response_body={"code":200,"msg":"success"} trace=83418532ca1dbd3df2a8090d9b5598ad status=200 request=POST 127.0.0.1:8080/v1/admin/server/update query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk9.airoport.win","city":"香港","country":"中国","id":23,"name":"香港家宽 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} span=272b2f1d364e9542
29294-12-12 00:00:00.874  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 rows=1 trace=971f6e06a2bf0e8f5f98102b3f3056bc sql=SELECT count(*) FROM `servers` span=8459fe9d7904c6cc
29294-12-12 00:00:00.874  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=93b4f03c768686124fa2725afb763431 span=e97defc6d0a07a31 sql=SELECT count(*) FROM `servers` rows=1
29294-12-12 00:00:00.874  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 span=8459fe9d7904c6cc sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=971f6e06a2bf0e8f5f98102b3f3056bc
29294-12-12 00:00:00.874  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=93b4f03c768686124fa2725afb763431 span=e97defc6d0a07a31
29294-12-12 00:00:00.889  info  HTTP Request duration=17.416792ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=e97defc6d0a07a31 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 trace=93b4f03c768686124fa2725afb763431
29294-12-12 00:00:00.889  info  HTTP Request duration=17.618167ms caller=middleware/loggerMiddleware.go:92 trace=971f6e06a2bf0e8f5f98102b3f3056bc span=8459fe9d7904c6cc request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292916-12-12 00:00:00.287  info  [GORM] SQL Executed duration=9.0ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT * FROM `servers` WHERE id = 24 ORDER BY `servers`.`id` LIMIT 1 trace=c1249f4aae72d014ca99dc42aeed3838 span=18283cf6f4161905
292916-12-12 00:00:00.288  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT * FROM `servers` WHERE id = 24 ORDER BY `servers`.`id` LIMIT 1 trace=c1249f4aae72d014ca99dc42aeed3838 span=18283cf6f4161905
292916-12-12 00:00:00.290  info  [GORM] SQL Executed duration=1.4ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 29 AND id != 24 rows=1 trace=c1249f4aae72d014ca99dc42aeed3838 span=18283cf6f4161905
292916-12-12 00:00:00.299  info  [GORM] SQL Executed duration=10.7ms caller=gin@v1.10.0/context.go:185 trace=c1249f4aae72d014ca99dc42aeed3838 sql=UPDATE `servers` SET `name`='韩国家宽 |IEPL专线 2X',`country`='韩国',`city`='京畿道',`address`='kr2.airoport.win',`sort`=29,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:51:16.291' WHERE `id` = 24 AND `id` = 24 rows=1 span=18283cf6f4161905
292916-12-12 00:00:00.300  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 span=18283cf6f4161905 rows=1 trace=c1249f4aae72d014ca99dc42aeed3838 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (24)
292916-12-12 00:00:00.301  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (24) ORDER BY sort ASC LIMIT 1000 trace=c1249f4aae72d014ca99dc42aeed3838 span=18283cf6f4161905 rows=1
292916-12-12 00:00:00.302  info  HTTP Request duration=25.262958ms caller=middleware/loggerMiddleware.go:92 status=200 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"kr2.airoport.win","city":"京畿道","country":"韩国","id":24,"name":"韩国家宽 |IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=c1249f4aae72d014ca99dc42aeed3838 request=POST 127.0.0.1:8080/v1/admin/server/update span=18283cf6f4161905
292916-12-12 00:00:00.325  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=7906186a0046af0ce8527a9c09d8841c span=27d08c144a806c21
292916-12-12 00:00:00.325  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=2ebe7c133da56cabb8791d8101551769 span=6d56e0aa96305320
292916-12-12 00:00:00.326  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=6d56e0aa96305320 trace=2ebe7c133da56cabb8791d8101551769 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36
292916-12-12 00:00:00.326  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=7906186a0046af0ce8527a9c09d8841c span=27d08c144a806c21
292916-12-12 00:00:00.337  info  HTTP Request duration=14.739041ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 span=27d08c144a806c21 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=7906186a0046af0ce8527a9c09d8841c
292916-12-12 00:00:00.337  info  HTTP Request duration=15.063542ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 trace=2ebe7c133da56cabb8791d8101551769 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=6d56e0aa96305320
292927-12-12 00:00:00.047  info  [GORM] SQL Executed duration=1.7ms caller=gin@v1.10.0/context.go:185 trace=1e9e53639e41af4bc12cf0455f4c415a span=12dd8f46579a755a sql=SELECT * FROM `servers` WHERE id = 25 ORDER BY `servers`.`id` LIMIT 1 rows=1
292927-12-12 00:00:00.049  info  [GORM] SQL Executed duration=1.2ms caller=server/updateServerHandler.go:23 rows=1 trace=1e9e53639e41af4bc12cf0455f4c415a sql=SELECT * FROM `servers` WHERE id = 25 ORDER BY `servers`.`id` LIMIT 1 span=12dd8f46579a755a
292927-12-12 00:00:00.051  info  [GORM] SQL Executed duration=1.7ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 30 AND id != 25 span=12dd8f46579a755a rows=1 trace=1e9e53639e41af4bc12cf0455f4c415a
292927-12-12 00:00:00.056  info  [GORM] SQL Executed duration=7.4ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港 V3 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk10.airoport.win',`sort`=30,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:51:27.052' WHERE `id` = 25 AND `id` = 25 span=12dd8f46579a755a rows=1 trace=1e9e53639e41af4bc12cf0455f4c415a
292927-12-12 00:00:00.059  info  [GORM] SQL Executed duration=1.8ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (25) trace=1e9e53639e41af4bc12cf0455f4c415a rows=1 span=12dd8f46579a755a
292927-12-12 00:00:00.062  info  [GORM] SQL Executed duration=2.9ms caller=server/updateServerHandler.go:23 rows=1 span=12dd8f46579a755a sql=SELECT * FROM `nodes` WHERE server_id IN (25) ORDER BY sort ASC LIMIT 1000 trace=1e9e53639e41af4bc12cf0455f4c415a
292927-12-12 00:00:00.062  info  HTTP Request duration=18.296333ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 response_body={"code":200,"msg":"success"} span=12dd8f46579a755a query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk10.airoport.win","city":"香港","country":"中国","id":25,"name":"香港 V3 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=1e9e53639e41af4bc12cf0455f4c415a status=200 request=POST 127.0.0.1:8080/v1/admin/server/update
292927-12-12 00:00:00.091  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=fcef60ab36d61340efd0ae2652c6473e span=a82540fb3d88cd06
292927-12-12 00:00:00.092  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 trace=394b1c92dae0c73e89ce4a915f65a6cf span=29cd3cdc1d676e42 sql=SELECT count(*) FROM `servers` rows=1
292927-12-12 00:00:00.092  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=a82540fb3d88cd06 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=fcef60ab36d61340efd0ae2652c6473e
292927-12-12 00:00:00.093  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=36 span=29cd3cdc1d676e42 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=394b1c92dae0c73e89ce4a915f65a6cf
292927-12-12 00:00:00.108  info  HTTP Request duration=18.411667ms caller=middleware/loggerMiddleware.go:92 span=a82540fb3d88cd06 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 trace=fcef60ab36d61340efd0ae2652c6473e status=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292927-12-12 00:00:00.108  info  HTTP Request duration=18.735209ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=394b1c92dae0c73e89ce4a915f65a6cf span=29cd3cdc1d676e42
292937-12-12 00:00:00.105  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 26 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=56822f728eda44b0872a8ea095e92ba1 span=efc05555d85a55a2
292937-12-12 00:00:00.106  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 26 ORDER BY `servers`.`id` LIMIT 1 trace=56822f728eda44b0872a8ea095e92ba1 span=efc05555d85a55a2 rows=1
292937-12-12 00:00:00.107  info  [GORM] SQL Executed duration=0.5ms caller=callbacks/update.go:35 rows=1 sql=SELECT count(*) FROM `servers` WHERE sort = 31 AND id != 26 trace=56822f728eda44b0872a8ea095e92ba1 span=efc05555d85a55a2
292937-12-12 00:00:00.111  info  [GORM] SQL Executed duration=5.1ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='香港 V4 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk11.airoport.win',`sort`=31,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:51:37.107' WHERE `id` = 26 AND `id` = 26 rows=1 trace=56822f728eda44b0872a8ea095e92ba1 span=efc05555d85a55a2
292937-12-12 00:00:00.112  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 rows=1 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (26) trace=56822f728eda44b0872a8ea095e92ba1 span=efc05555d85a55a2
292937-12-12 00:00:00.113  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 trace=56822f728eda44b0872a8ea095e92ba1 span=efc05555d85a55a2 rows=1 sql=SELECT * FROM `nodes` WHERE server_id IN (26) ORDER BY sort ASC LIMIT 1000
292937-12-12 00:00:00.113  info  HTTP Request duration=9.843875ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 request_body={"address":"hk11.airoport.win","city":"香港","country":"中国","id":26,"name":"香港 V4 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} span=efc05555d85a55a2 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=56822f728eda44b0872a8ea095e92ba1
292937-12-12 00:00:00.146  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` span=c52a486e2be9cd51 rows=1 trace=b4352cd6d754f8f78af354cebaa11bf6
292937-12-12 00:00:00.146  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 trace=4f0584e9f1db47c10119b439ef6f9046 rows=1 span=384f08afecffbbd7 sql=SELECT count(*) FROM `servers`
292937-12-12 00:00:00.147  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=4f0584e9f1db47c10119b439ef6f9046 span=384f08afecffbbd7
292937-12-12 00:00:00.147  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=36 trace=b4352cd6d754f8f78af354cebaa11bf6 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 span=c52a486e2be9cd51
292937-12-12 00:00:00.162  info  HTTP Request duration=17.9755ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b4352cd6d754f8f78af354cebaa11bf6 span=c52a486e2be9cd51 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999
292937-12-12 00:00:00.162  info  HTTP Request duration=18.163167ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 status=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4f0584e9f1db47c10119b439ef6f9046 span=384f08afecffbbd7
292941-12-12 00:00:00.891  info  [CheckSubscription] Start check subscription: 2025-12-29 03:51:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.894  info  [GORM] SQL Executed duration=1.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.894  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.896  info  [GORM] SQL Executed duration=1.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:51:41.894' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.896  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292948-12-12 00:00:00.168  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 27 ORDER BY `servers`.`id` LIMIT 1 span=2b6803751cc793b5 rows=1 trace=476449fac395a60ea467f5a226f47f3a
292948-12-12 00:00:00.169  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 rows=1 trace=476449fac395a60ea467f5a226f47f3a sql=SELECT * FROM `servers` WHERE id = 27 ORDER BY `servers`.`id` LIMIT 1 span=2b6803751cc793b5
292948-12-12 00:00:00.170  info  [GORM] SQL Executed duration=0.7ms caller=callbacks/update.go:35 rows=1 span=2b6803751cc793b5 sql=SELECT count(*) FROM `servers` WHERE sort = 32 AND id != 27 trace=476449fac395a60ea467f5a226f47f3a
292948-12-12 00:00:00.174  info  [GORM] SQL Executed duration=4.5ms caller=gin@v1.10.0/context.go:185 trace=476449fac395a60ea467f5a226f47f3a span=2b6803751cc793b5 sql=UPDATE `servers` SET `name`='香港 V5 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk12.airoport.win',`sort`=32,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:51:48.171' WHERE `id` = 27 AND `id` = 27 rows=1
292948-12-12 00:00:00.175  info  [GORM] SQL Executed duration=1.0ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (27) trace=476449fac395a60ea467f5a226f47f3a rows=1 span=2b6803751cc793b5
292948-12-12 00:00:00.176  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (27) ORDER BY sort ASC LIMIT 1000 rows=1 trace=476449fac395a60ea467f5a226f47f3a span=2b6803751cc793b5
292948-12-12 00:00:00.176  info  HTTP Request duration=10.304042ms caller=middleware/loggerMiddleware.go:92 status=200 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} trace=476449fac395a60ea467f5a226f47f3a span=2b6803751cc793b5 request=POST 127.0.0.1:8080/v1/admin/server/update ip=127.0.0.1 request_body={"address":"hk12.airoport.win","city":"香港","country":"中国","id":27,"name":"香港 V5 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]}
292948-12-12 00:00:00.208  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=7ae3b7f969c192273747dfcc8c3171f3 span=d161d3a5a6362856
292948-12-12 00:00:00.208  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=1 trace=de1f12ec84221e01531e0e990254d575 span=94002b46cd75f7bd sql=SELECT count(*) FROM `servers`
292948-12-12 00:00:00.209  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=36 span=94002b46cd75f7bd sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 trace=de1f12ec84221e01531e0e990254d575
292948-12-12 00:00:00.209  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=36 trace=7ae3b7f969c192273747dfcc8c3171f3 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 span=d161d3a5a6362856
292948-12-12 00:00:00.225  info  HTTP Request duration=18.494542ms caller=middleware/loggerMiddleware.go:92 span=94002b46cd75f7bd ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=de1f12ec84221e01531e0e990254d575 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999
292948-12-12 00:00:00.225  info  HTTP Request duration=18.714583ms caller=middleware/loggerMiddleware.go:92 trace=7ae3b7f969c192273747dfcc8c3171f3 span=d161d3a5a6362856 status=200 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1
292958-12-12 00:00:00.565  info  [GORM] SQL Executed duration=3.0ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT * FROM `servers` WHERE id = 28 ORDER BY `servers`.`id` LIMIT 1 trace=f597d23dad1e1ffb313fe6c209975b36 span=173c208b029ca127
292958-12-12 00:00:00.566  info  [GORM] SQL Executed duration=0.8ms caller=server/updateServerHandler.go:23 rows=1 trace=f597d23dad1e1ffb313fe6c209975b36 span=173c208b029ca127 sql=SELECT * FROM `servers` WHERE id = 28 ORDER BY `servers`.`id` LIMIT 1
292958-12-12 00:00:00.571  info  [GORM] SQL Executed duration=5.2ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 33 AND id != 28 rows=1 span=173c208b029ca127 trace=f597d23dad1e1ffb313fe6c209975b36
292958-12-12 00:00:00.577  info  [GORM] SQL Executed duration=11.2ms caller=gin@v1.10.0/context.go:185 rows=1 trace=f597d23dad1e1ffb313fe6c209975b36 sql=UPDATE `servers` SET `name`='香港 V6 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk13.airoport.win',`sort`=33,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:51:58.572' WHERE `id` = 28 AND `id` = 28 span=173c208b029ca127
292958-12-12 00:00:00.578  info  [GORM] SQL Executed duration=1.4ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (28) rows=1 trace=f597d23dad1e1ffb313fe6c209975b36 span=173c208b029ca127
292958-12-12 00:00:00.580  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 rows=1 span=173c208b029ca127 sql=SELECT * FROM `nodes` WHERE server_id IN (28) ORDER BY sort ASC LIMIT 1000 trace=f597d23dad1e1ffb313fe6c209975b36
292958-12-12 00:00:00.580  info  HTTP Request duration=19.6055ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=173c208b029ca127 request=POST 127.0.0.1:8080/v1/admin/server/update query= request_body={"address":"hk13.airoport.win","city":"香港","country":"中国","id":28,"name":"香港 V6 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=f597d23dad1e1ffb313fe6c209975b36 status=200 ip=127.0.0.1
292958-12-12 00:00:00.605  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` span=e95e1b7d6da59885 rows=1 trace=af59342239b39a9325b4219f8b54f7ed
292958-12-12 00:00:00.605  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=0ec3104f0dddbde5a435796c25df25c1 span=ce9bdbc43dee3665 sql=SELECT count(*) FROM `servers` rows=1
292958-12-12 00:00:00.606  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=0ec3104f0dddbde5a435796c25df25c1 span=ce9bdbc43dee3665
292958-12-12 00:00:00.606  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 trace=af59342239b39a9325b4219f8b54f7ed span=e95e1b7d6da59885 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36
292958-12-12 00:00:00.620  info  HTTP Request duration=17.043667ms caller=middleware/loggerMiddleware.go:92 span=e95e1b7d6da59885 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 query=page=1&size=999999999 trace=af59342239b39a9325b4219f8b54f7ed ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292958-12-12 00:00:00.620  info  HTTP Request duration=17.212333ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=200 span=ce9bdbc43dee3665 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=0ec3104f0dddbde5a435796c25df25c1 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200
29299-12-12 00:00:00.336  info  [GORM] SQL Executed duration=1.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 29 ORDER BY `servers`.`id` LIMIT 1 trace=c8abe83ccc6919a7ae33ed662a936a33 span=2dc38e5258e48f28 rows=1
29299-12-12 00:00:00.338  info  [GORM] SQL Executed duration=1.4ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 29 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=c8abe83ccc6919a7ae33ed662a936a33 span=2dc38e5258e48f28
29299-12-12 00:00:00.339  info  [GORM] SQL Executed duration=0.8ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 34 AND id != 29 rows=1 trace=c8abe83ccc6919a7ae33ed662a936a33 span=2dc38e5258e48f28
29299-12-12 00:00:00.344  info  [GORM] SQL Executed duration=6.4ms caller=gin@v1.10.0/context.go:185 rows=1 trace=c8abe83ccc6919a7ae33ed662a936a33 sql=UPDATE `servers` SET `name`='香港 V7 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk14.airoport.win',`sort`=34,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:52:09.34' WHERE `id` = 29 AND `id` = 29 span=2dc38e5258e48f28
29299-12-12 00:00:00.347  info  [GORM] SQL Executed duration=2.4ms caller=server/updateServerHandler.go:23 trace=c8abe83ccc6919a7ae33ed662a936a33 rows=1 span=2dc38e5258e48f28 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (29)
29299-12-12 00:00:00.349  info  [GORM] SQL Executed duration=1.9ms caller=server/updateServerHandler.go:23 span=2dc38e5258e48f28 sql=SELECT * FROM `nodes` WHERE server_id IN (29) ORDER BY sort ASC LIMIT 1000 rows=1 trace=c8abe83ccc6919a7ae33ed662a936a33
29299-12-12 00:00:00.350  info  HTTP Request duration=17.235875ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 request_body={"address":"hk14.airoport.win","city":"香港","country":"中国","id":29,"name":"香港 V7 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=c8abe83ccc6919a7ae33ed662a936a33 span=2dc38e5258e48f28 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29299-12-12 00:00:00.374  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=534333260c6b5cde23f6995e97d490ea span=085563d9995a1d60
29299-12-12 00:00:00.374  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `servers` rows=1 trace=34d71a13ce7282509dba540bcb3f22b1 span=d02e64dfa45c06a9
29299-12-12 00:00:00.374  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=34d71a13ce7282509dba540bcb3f22b1 span=d02e64dfa45c06a9
29299-12-12 00:00:00.374  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 trace=534333260c6b5cde23f6995e97d490ea sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 span=085563d9995a1d60
29299-12-12 00:00:00.390  info  HTTP Request duration=17.910541ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 span=085563d9995a1d60 query=page=1&size=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=534333260c6b5cde23f6995e97d490ea status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200
29299-12-12 00:00:00.390  info  HTTP Request duration=18.460333ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=d02e64dfa45c06a9 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 trace=34d71a13ce7282509dba540bcb3f22b1
292919-12-12 00:00:00.327  info  [GORM] SQL Executed duration=1.5ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT * FROM `servers` WHERE id = 30 ORDER BY `servers`.`id` LIMIT 1 trace=d1728519acc31421583ad85db7cd6914 span=b1f995e05c6e1b89
292919-12-12 00:00:00.328  info  [GORM] SQL Executed duration=0.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 30 ORDER BY `servers`.`id` LIMIT 1 rows=1 span=b1f995e05c6e1b89 trace=d1728519acc31421583ad85db7cd6914
292919-12-12 00:00:00.329  info  [GORM] SQL Executed duration=0.8ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 35 AND id != 30 rows=1 trace=d1728519acc31421583ad85db7cd6914 span=b1f995e05c6e1b89
292919-12-12 00:00:00.334  info  [GORM] SQL Executed duration=5.7ms caller=gin@v1.10.0/context.go:185 trace=d1728519acc31421583ad85db7cd6914 sql=UPDATE `servers` SET `name`='香港 V8 | IEPL专线 2X',`country`='中国',`city`='香港',`address`='hk15.airoport.win',`sort`=35,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:52:19.33' WHERE `id` = 30 AND `id` = 30 rows=1 span=b1f995e05c6e1b89
292919-12-12 00:00:00.335  info  [GORM] SQL Executed duration=1.3ms caller=server/updateServerHandler.go:23 span=b1f995e05c6e1b89 rows=1 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (30) trace=d1728519acc31421583ad85db7cd6914
292919-12-12 00:00:00.339  info  [GORM] SQL Executed duration=2.9ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (30) ORDER BY sort ASC LIMIT 1000 rows=1 trace=d1728519acc31421583ad85db7cd6914 span=b1f995e05c6e1b89
292919-12-12 00:00:00.339  info  HTTP Request duration=15.584209ms caller=middleware/loggerMiddleware.go:92 request=POST 127.0.0.1:8080/v1/admin/server/update query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk15.airoport.win","city":"香港","country":"中国","id":30,"name":"香港 V8 | IEPL专线 2X","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} trace=d1728519acc31421583ad85db7cd6914 ip=127.0.0.1 span=b1f995e05c6e1b89 status=200
292919-12-12 00:00:00.371  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=1 span=5908d8fd6f094d94 sql=SELECT count(*) FROM `servers` trace=8c674031713ce5ba7af436526d155d82
292919-12-12 00:00:00.371  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=1 span=2f00a8b493a26410 sql=SELECT count(*) FROM `servers` trace=b1c282a407c70e5b98a337a89160dfe0
292919-12-12 00:00:00.372  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=b1c282a407c70e5b98a337a89160dfe0 span=2f00a8b493a26410
292919-12-12 00:00:00.372  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=36 span=5908d8fd6f094d94 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=8c674031713ce5ba7af436526d155d82
292919-12-12 00:00:00.388  info  HTTP Request duration=19.441042ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b1c282a407c70e5b98a337a89160dfe0 span=2f00a8b493a26410 ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999
292919-12-12 00:00:00.388  info  HTTP Request duration=19.607417ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8c674031713ce5ba7af436526d155d82 span=5908d8fd6f094d94
292942-12-12 00:00:00.003  info  [CheckSubscription] Start check subscription: 2025-12-29 03:52:42 caller=subscription/checkSubscriptionLogic.go:29
292942-12-12 00:00:00.008  info  [GORM] SQL Executed duration=1.8ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292942-12-12 00:00:00.008  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292942-12-12 00:00:00.016  info  [GORM] SQL Executed duration=7.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:52:42.009' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292942-12-12 00:00:00.016  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292925-12-12 00:00:00.385  info  [GORM] SQL Executed duration=8.2ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 35 ORDER BY `servers`.`id` LIMIT 1 trace=5f6ef0066699ff0bb7a49feb06e8aec2 span=d0db10fa40fed42a rows=1
292925-12-12 00:00:00.386  info  [GORM] SQL Executed duration=1.2ms caller=server/updateServerHandler.go:23 trace=5f6ef0066699ff0bb7a49feb06e8aec2 span=d0db10fa40fed42a sql=SELECT * FROM `servers` WHERE id = 35 ORDER BY `servers`.`id` LIMIT 1 rows=1
292925-12-12 00:00:00.393  info  [GORM] SQL Executed duration=6.1ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 36 AND id != 35 rows=1 span=d0db10fa40fed42a trace=5f6ef0066699ff0bb7a49feb06e8aec2
292925-12-12 00:00:00.400  info  [GORM] SQL Executed duration=13.8ms caller=gin@v1.10.0/context.go:185 trace=5f6ef0066699ff0bb7a49feb06e8aec2 sql=UPDATE `servers` SET `name`='日本家宽',`country`='中国',`city`='香港',`address`='jp4.airoport.win',`sort`=36,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:53:25.393' WHERE `id` = 35 AND `id` = 35 rows=1 span=d0db10fa40fed42a
292925-12-12 00:00:00.402  info  [GORM] SQL Executed duration=1.7ms caller=server/updateServerHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (35) rows=1 trace=5f6ef0066699ff0bb7a49feb06e8aec2 span=d0db10fa40fed42a
292925-12-12 00:00:00.404  info  [GORM] SQL Executed duration=1.1ms caller=server/updateServerHandler.go:23 trace=5f6ef0066699ff0bb7a49feb06e8aec2 span=d0db10fa40fed42a rows=1 sql=SELECT * FROM `nodes` WHERE server_id IN (35) ORDER BY sort ASC LIMIT 1000
292925-12-12 00:00:00.404  info  HTTP Request duration=29.828416ms caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"jp4.airoport.win","city":"香港","country":"中国","id":35,"name":"日本家宽","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} response_body={"code":200,"msg":"success"} status=200 trace=5f6ef0066699ff0bb7a49feb06e8aec2 span=d0db10fa40fed42a request=POST 127.0.0.1:8080/v1/admin/server/update
292925-12-12 00:00:00.428  info  [GORM] SQL Executed duration=2.5ms caller=gin@v1.10.0/context.go:185 trace=6255d669fde00e1b7b8839485689e728 sql=SELECT count(*) FROM `servers` rows=1 span=a76c5e0add655278
292925-12-12 00:00:00.429  info  [GORM] SQL Executed duration=3.0ms caller=gin@v1.10.0/context.go:185 rows=1 span=cd6e96bf1dda22b9 trace=7e9fc73cb8fdc9da0a42377cbb20aba5 sql=SELECT count(*) FROM `servers`
292925-12-12 00:00:00.429  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 rows=36 trace=6255d669fde00e1b7b8839485689e728 span=a76c5e0add655278
292925-12-12 00:00:00.430  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 span=cd6e96bf1dda22b9 rows=36 trace=7e9fc73cb8fdc9da0a42377cbb20aba5
292925-12-12 00:00:00.442  info  HTTP Request duration=17.055708ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999 ip=127.0.0.1 trace=7e9fc73cb8fdc9da0a42377cbb20aba5 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=cd6e96bf1dda22b9
292925-12-12 00:00:00.442  info  HTTP Request duration=17.108375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 span=a76c5e0add655278 query=page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6255d669fde00e1b7b8839485689e728
292938-12-12 00:00:00.303  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` WHERE id = 36 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=ea0de7e03c45ea745f81c5f8f1628a6e span=0422e238f4625974
292938-12-12 00:00:00.303  info  [GORM] SQL Executed duration=0.6ms caller=server/updateServerHandler.go:23 sql=SELECT * FROM `servers` WHERE id = 36 ORDER BY `servers`.`id` LIMIT 1 rows=1 trace=ea0de7e03c45ea745f81c5f8f1628a6e span=0422e238f4625974
292938-12-12 00:00:00.304  info  [GORM] SQL Executed duration=0.6ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 37 AND id != 36 rows=1 span=0422e238f4625974 trace=ea0de7e03c45ea745f81c5f8f1628a6e
292938-12-12 00:00:00.308  info  [GORM] SQL Executed duration=5.1ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `servers` SET `name`='台湾家宽',`country`='中国',`city`='香港',`address`='tw2.airoport.win',`sort`=37,`protocols`='[{"type":"shadowsocks","port":3000,"enable":true,"cipher":"2022-blake3-aes-128-gcm","server_key":"b613679a0814d9ec","obfs":"none","ratio":1,"cert_mode":"none","cert_dns_env":""}]',`last_reported_at`=NULL,`updated_at`='2025-12-29 19:53:38.305' WHERE `id` = 36 AND `id` = 36 rows=1 span=0422e238f4625974 trace=ea0de7e03c45ea745f81c5f8f1628a6e
292938-12-12 00:00:00.310  info  [GORM] SQL Executed duration=1.2ms caller=server/updateServerHandler.go:23 trace=ea0de7e03c45ea745f81c5f8f1628a6e span=0422e238f4625974 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (36) rows=1
292938-12-12 00:00:00.310  info  [GORM] SQL Executed duration=0.7ms caller=server/updateServerHandler.go:23 trace=ea0de7e03c45ea745f81c5f8f1628a6e sql=SELECT * FROM `nodes` WHERE server_id IN (36) ORDER BY sort ASC LIMIT 1000 rows=1 span=0422e238f4625974
292938-12-12 00:00:00.311  info  HTTP Request duration=9.798583ms caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 request_body={"address":"tw2.airoport.win","city":"香港","country":"中国","id":36,"name":"台湾家宽","protocols":[{"cert_dns_env":null,"cert_dns_provider":null,"cert_mode":"none","cipher":"2022-blake3-aes-128-gcm","enable":true,"obfs":"none","obfs_host":null,"obfs_path":null,"port":3000,"ratio":1,"server_key":"b613679a0814d9ec","type":"shadowsocks"}]} trace=ea0de7e03c45ea745f81c5f8f1628a6e user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} span=0422e238f4625974 status=200 request=POST 127.0.0.1:8080/v1/admin/server/update
292938-12-12 00:00:00.334  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 trace=5adb61a530acb8c323dc2300d80fd466 span=8700d33a0332f58a sql=SELECT count(*) FROM `servers` rows=1
292938-12-12 00:00:00.334  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `servers` trace=4c05d67a351acfe2e5ea17f65390b305 span=1b30aebb60dde8e7
292938-12-12 00:00:00.335  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 span=1b30aebb60dde8e7 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=4c05d67a351acfe2e5ea17f65390b305
292938-12-12 00:00:00.335  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `servers` ORDER BY sort ASC LIMIT 200 trace=5adb61a530acb8c323dc2300d80fd466 span=8700d33a0332f58a rows=36
292938-12-12 00:00:00.353  info  HTTP Request duration=20.748792ms caller=middleware/loggerMiddleware.go:92 trace=4c05d67a351acfe2e5ea17f65390b305 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=1b30aebb60dde8e7 status=200 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=999999999
292938-12-12 00:00:00.353  info  HTTP Request duration=20.945125ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/list?page=1&size=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5adb61a530acb8c323dc2300d80fd466 query=page=1&size=200 span=8700d33a0332f58a status=200
292939-12-12 00:00:00.927  info  HTTP Request duration=5.417µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/system/node_config query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=96c2197f4793535a4f77b01f36035042 ip=127.0.0.1 span=c33946144416ae8a
292939-12-12 00:00:00.930  info  HTTP Request duration=2.320209ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/system/node_config user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=9d041033f794d410 status=200 query= ip=127.0.0.1 trace=74215a5c6c48b66d20ca65afbaa979d6
292941-12-12 00:00:00.116  info  [CheckSubscription] Start check subscription: 2025-12-29 03:53:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.119  info  [GORM] SQL Executed duration=1.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.119  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.122  info  [GORM] SQL Executed duration=2.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:53:41.12' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.122  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292946-12-12 00:00:00.095  info  [GORM] SQL Executed duration=3.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=1520460870392416bc15f0611b679bae span=0cb7e1948c0868c0
292946-12-12 00:00:00.096  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=1520460870392416bc15f0611b679bae span=0cb7e1948c0868c0 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10
292946-12-12 00:00:00.096  info  HTTP Request duration=5.556959ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 trace=1520460870392416bc15f0611b679bae span=0cb7e1948c0868c0 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292941-12-12 00:00:00.244  info  [CheckSubscription] Start check subscription: 2025-12-29 03:54:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.246  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.246  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.250  info  [GORM] SQL Executed duration=3.7ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:54:41.246' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.250  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.396  info  [CheckSubscription] Start check subscription: 2025-12-29 03:55:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.405  info  [GORM] SQL Executed duration=7.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.405  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.413  info  [GORM] SQL Executed duration=6.3ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:55:41.406' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.413  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292949-12-12 00:00:00.392  info  HTTP Request duration=8.958µs caller=middleware/loggerMiddleware.go:92 status=204 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8535a755779d8202b170c39089071cbc request=OPTIONS 127.0.0.1:8080/v1/admin/server/node/update query= ip=127.0.0.1 span=e0d851eab354264a
292949-12-12 00:00:00.407  info  [GORM] SQL Executed duration=13.2ms caller=gin@v1.10.0/context.go:185 span=9b4fa5affd7f5799 sql=SELECT * FROM `nodes` WHERE id = 3 ORDER BY `nodes`.`id` LIMIT 1 rows=1 trace=0f2230ee2f9ebf3fd62922bc5e2af04e
292949-12-12 00:00:00.408  info  [GORM] SQL Executed duration=0.6ms caller=server/updateNodeHandler.go:23 rows=1 span=9b4fa5affd7f5799 trace=0f2230ee2f9ebf3fd62922bc5e2af04e sql=SELECT * FROM `nodes` WHERE id = 3 ORDER BY `nodes`.`id` LIMIT 1
292949-12-12 00:00:00.415  info  [GORM] SQL Executed duration=6.7ms caller=callbacks/update.go:35 trace=0f2230ee2f9ebf3fd62922bc5e2af04e span=9b4fa5affd7f5799 sql=SELECT count(*) FROM `servers` WHERE sort = 2 AND id != 3 rows=1
292949-12-12 00:00:00.423  info  [GORM] SQL Executed duration=14.5ms caller=gin@v1.10.0/context.go:185 span=9b4fa5affd7f5799 sql=UPDATE `nodes` SET `name`='香港 R1 | Z TRANSFER',`tags`='停用',`port`=3000,`address`='hk1.airoport.win',`server_id`=3,`protocol`='shadowsocks',`enabled`=true,`sort`=2,`updated_at`='2025-12-29 19:55:49.416' WHERE `id` = 3 AND `id` = 3 rows=1 trace=0f2230ee2f9ebf3fd62922bc5e2af04e
292949-12-12 00:00:00.424  info  [GORM] SQL Executed duration=0.9ms caller=server/updateNodeHandler.go:23 trace=0f2230ee2f9ebf3fd62922bc5e2af04e span=9b4fa5affd7f5799 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (3) rows=1
292949-12-12 00:00:00.425  info  [GORM] SQL Executed duration=1.0ms caller=server/updateNodeHandler.go:23 trace=0f2230ee2f9ebf3fd62922bc5e2af04e span=9b4fa5affd7f5799 sql=SELECT * FROM `nodes` WHERE server_id IN (3) ORDER BY sort ASC LIMIT 1000 rows=1
292949-12-12 00:00:00.425  info  HTTP Request duration=32.473375ms caller=middleware/loggerMiddleware.go:92 status=200 request=POST 127.0.0.1:8080/v1/admin/server/node/update query= request_body={"address":"hk1.airoport.win","created_at":1755232121646,"enabled":true,"id":3,"name":"香港 R1 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":3,"sort":2,"tags":["停用"],"updated_at":1763349053030} response_body={"code":200,"msg":"success"} trace=0f2230ee2f9ebf3fd62922bc5e2af04e ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=9b4fa5affd7f5799
292949-12-12 00:00:00.439  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 span=64d449b7b72712ff trace=541262b5a5b7323fb41f9077739c72e6
292949-12-12 00:00:00.439  info  [GORM] SQL Executed duration=2.6ms caller=gin@v1.10.0/context.go:185 trace=eae9872a804a9995d9a09ec8fb44111e sql=SELECT count(*) FROM `nodes` rows=1 span=8b5635d43a6f240b
292949-12-12 00:00:00.442  info  [GORM] SQL Executed duration=2.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 trace=541262b5a5b7323fb41f9077739c72e6 span=64d449b7b72712ff rows=10
292949-12-12 00:00:00.442  info  [GORM] SQL Executed duration=1.0ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` trace=9d69e5697d9443969bab2f1b59cbc8e5 span=dde650ab3b18f093 rows=36
292949-12-12 00:00:00.442  info  HTTP Request duration=6.373583ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 trace=541262b5a5b7323fb41f9077739c72e6 span=64d449b7b72712ff status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292949-12-12 00:00:00.442  info  HTTP Request duration=5.774375ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=dde650ab3b18f093 query= trace=9d69e5697d9443969bab2f1b59cbc8e5
292949-12-12 00:00:00.442  info  [GORM] SQL Executed duration=2.4ms caller=gin@v1.10.0/context.go:185 span=8b5635d43a6f240b sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=eae9872a804a9995d9a09ec8fb44111e
292949-12-12 00:00:00.442  info  HTTP Request duration=6.863584ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 trace=eae9872a804a9995d9a09ec8fb44111e status=200 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8b5635d43a6f240b
29296-12-12 00:00:00.905  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` WHERE id = 3 ORDER BY `nodes`.`id` LIMIT 1 trace=35839c3e80cd0d5648176c2ad692db78 rows=1 span=6f611d7ff20f0ada
29296-12-12 00:00:00.905  info  [GORM] SQL Executed duration=0.6ms caller=server/updateNodeHandler.go:23 trace=35839c3e80cd0d5648176c2ad692db78 span=6f611d7ff20f0ada sql=SELECT * FROM `nodes` WHERE id = 3 ORDER BY `nodes`.`id` LIMIT 1 rows=1
29296-12-12 00:00:00.907  info  [GORM] SQL Executed duration=1.0ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 2 AND id != 3 rows=1 trace=35839c3e80cd0d5648176c2ad692db78 span=6f611d7ff20f0ada
29296-12-12 00:00:00.913  info  [GORM] SQL Executed duration=7.5ms caller=gin@v1.10.0/context.go:185 rows=1 sql=UPDATE `nodes` SET `name`='香港 R1 | Z TRANSFER',`tags`='正常',`port`=3000,`address`='hk1.airoport.win',`server_id`=3,`protocol`='shadowsocks',`enabled`=true,`sort`=2,`updated_at`='2025-12-29 19:56:06.907' WHERE `id` = 3 AND `id` = 3 trace=35839c3e80cd0d5648176c2ad692db78 span=6f611d7ff20f0ada
29296-12-12 00:00:00.914  info  [GORM] SQL Executed duration=1.1ms caller=server/updateNodeHandler.go:23 rows=1 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (3) trace=35839c3e80cd0d5648176c2ad692db78 span=6f611d7ff20f0ada
29296-12-12 00:00:00.915  info  [GORM] SQL Executed duration=1.1ms caller=server/updateNodeHandler.go:23 trace=35839c3e80cd0d5648176c2ad692db78 span=6f611d7ff20f0ada sql=SELECT * FROM `nodes` WHERE server_id IN (3) ORDER BY sort ASC LIMIT 1000 rows=1
29296-12-12 00:00:00.916  info  HTTP Request duration=13.4625ms caller=middleware/loggerMiddleware.go:92 trace=35839c3e80cd0d5648176c2ad692db78 status=200 request=POST 127.0.0.1:8080/v1/admin/server/node/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"} span=6f611d7ff20f0ada query= ip=127.0.0.1 request_body={"address":"hk1.airoport.win","created_at":1755232121646,"enabled":true,"id":3,"name":"香港 R1 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":3,"sort":2,"tags":["正常"],"updated_at":1767009349416}
29296-12-12 00:00:00.932  info  [GORM] SQL Executed duration=0.9ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 trace=8897388d9a302ad332566da65ef5e75c span=5e3a06acc8e4535e
29296-12-12 00:00:00.932  info  HTTP Request duration=4.923375ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/tags user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8897388d9a302ad332566da65ef5e75c span=5e3a06acc8e4535e status=200 query= ip=127.0.0.1
29296-12-12 00:00:00.933  info  [GORM] SQL Executed duration=2.4ms caller=gin@v1.10.0/context.go:185 trace=4c8ace302f3a252e011e31ddcf7c5270 sql=SELECT count(*) FROM `nodes` rows=1 span=b4ab076408f9d3c7
29296-12-12 00:00:00.934  info  [GORM] SQL Executed duration=3.3ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT count(*) FROM `nodes` trace=9f3826bdcc8651fc7776b6a8a00f7898 span=4befa69c68cf8055
29296-12-12 00:00:00.935  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 trace=4c8ace302f3a252e011e31ddcf7c5270 span=b4ab076408f9d3c7 rows=36
29296-12-12 00:00:00.935  info  HTTP Request duration=7.524083ms caller=middleware/loggerMiddleware.go:92 span=b4ab076408f9d3c7 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4c8ace302f3a252e011e31ddcf7c5270 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999
29296-12-12 00:00:00.935  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 trace=9f3826bdcc8651fc7776b6a8a00f7898 span=4befa69c68cf8055 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10
29296-12-12 00:00:00.935  info  HTTP Request duration=7.759958ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 ip=127.0.0.1 trace=9f3826bdcc8651fc7776b6a8a00f7898 span=4befa69c68cf8055 query=page=1&size=10
292924-12-12 00:00:00.890  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` WHERE id = 3 ORDER BY `nodes`.`id` LIMIT 1 rows=1 trace=4d74a223e8b8b1979855e100c59cbf4f span=8e9421cd0d2ddcbb
292924-12-12 00:00:00.891  info  [GORM] SQL Executed duration=1.2ms caller=server/updateNodeHandler.go:23 trace=4d74a223e8b8b1979855e100c59cbf4f span=8e9421cd0d2ddcbb sql=SELECT * FROM `nodes` WHERE id = 3 ORDER BY `nodes`.`id` LIMIT 1 rows=1
292924-12-12 00:00:00.892  info  [GORM] SQL Executed duration=1.0ms caller=callbacks/update.go:35 rows=1 span=8e9421cd0d2ddcbb sql=SELECT count(*) FROM `servers` WHERE sort = 2 AND id != 3 trace=4d74a223e8b8b1979855e100c59cbf4f
292924-12-12 00:00:00.897  info  [GORM] SQL Executed duration=5.9ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='香港 R1 | Z TRANSFER',`tags`='香港',`port`=3000,`address`='hk1.airoport.win',`server_id`=3,`protocol`='shadowsocks',`enabled`=true,`sort`=2,`updated_at`='2025-12-29 19:56:24.893' WHERE `id` = 3 AND `id` = 3 trace=4d74a223e8b8b1979855e100c59cbf4f rows=1 span=8e9421cd0d2ddcbb
292924-12-12 00:00:00.898  info  [GORM] SQL Executed duration=0.7ms caller=server/updateNodeHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (3) trace=4d74a223e8b8b1979855e100c59cbf4f span=8e9421cd0d2ddcbb rows=1
292924-12-12 00:00:00.899  info  [GORM] SQL Executed duration=0.8ms caller=server/updateNodeHandler.go:23 trace=4d74a223e8b8b1979855e100c59cbf4f span=8e9421cd0d2ddcbb sql=SELECT * FROM `nodes` WHERE server_id IN (3) ORDER BY sort ASC LIMIT 1000 rows=1
292924-12-12 00:00:00.899  info  HTTP Request duration=12.914167ms caller=middleware/loggerMiddleware.go:92 span=8e9421cd0d2ddcbb status=200 response_body={"code":200,"msg":"success"} request=POST 127.0.0.1:8080/v1/admin/server/node/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk1.airoport.win","created_at":1755232121646,"enabled":true,"id":3,"name":"香港 R1 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":3,"sort":2,"tags":["香港"],"updated_at":1767009366907} trace=4d74a223e8b8b1979855e100c59cbf4f
292924-12-12 00:00:00.912  info  [GORM] SQL Executed duration=1.2ms caller=middleware/authMiddleware.go:89 span=b9dd13870705535a sql=SELECT * FROM `nodes` rows=36 trace=20e63f18d161d3db7c7f47c34cfdafd2
292924-12-12 00:00:00.912  info  HTTP Request duration=2.301792ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=20e63f18d161d3db7c7f47c34cfdafd2 span=b9dd13870705535a status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags ip=127.0.0.1 query=
292924-12-12 00:00:00.915  info  [GORM] SQL Executed duration=3.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=19580907738fa99ec601dc01ba050f9f span=452cec791f6bce99
292924-12-12 00:00:00.915  info  [GORM] SQL Executed duration=3.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=123ea3896483205d1b90344230c3cc31 span=6c25fc9480fe402b
292924-12-12 00:00:00.916  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=123ea3896483205d1b90344230c3cc31 span=6c25fc9480fe402b
292924-12-12 00:00:00.916  info  HTTP Request duration=6.101959ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=123ea3896483205d1b90344230c3cc31 span=6c25fc9480fe402b status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10
292924-12-12 00:00:00.916  info  [GORM] SQL Executed duration=1.2ms caller=gin@v1.10.0/context.go:185 trace=19580907738fa99ec601dc01ba050f9f sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=36 span=452cec791f6bce99
292924-12-12 00:00:00.916  info  HTTP Request duration=5.649ms caller=middleware/loggerMiddleware.go:92 trace=19580907738fa99ec601dc01ba050f9f status=200 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=452cec791f6bce99 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 ip=127.0.0.1
292935-12-12 00:00:00.837  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 rows=1 trace=81f3ffc19c51cbf10d827b6a739132e8 span=1adbc3c812651b51 sql=SELECT * FROM `nodes` WHERE id = 34 ORDER BY `nodes`.`id` LIMIT 1
292935-12-12 00:00:00.838  info  [GORM] SQL Executed duration=1.1ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE id = 34 ORDER BY `nodes`.`id` LIMIT 1 rows=1 span=1adbc3c812651b51 trace=81f3ffc19c51cbf10d827b6a739132e8
292935-12-12 00:00:00.839  info  [GORM] SQL Executed duration=0.6ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 3 AND id != 34 trace=81f3ffc19c51cbf10d827b6a739132e8 span=1adbc3c812651b51 rows=1
292935-12-12 00:00:00.843  info  [GORM] SQL Executed duration=5.7ms caller=gin@v1.10.0/context.go:185 span=1adbc3c812651b51 sql=UPDATE `nodes` SET `name`='香港2 | Z TRANSFER',`tags`='香港',`port`=3000,`address`='hk16.airoport.win',`server_id`=34,`protocol`='shadowsocks',`enabled`=true,`sort`=3,`updated_at`='2025-12-29 19:56:35.839' WHERE `id` = 34 AND `id` = 34 rows=1 trace=81f3ffc19c51cbf10d827b6a739132e8
292935-12-12 00:00:00.846  info  [GORM] SQL Executed duration=2.6ms caller=server/updateNodeHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (34) rows=1 span=1adbc3c812651b51 trace=81f3ffc19c51cbf10d827b6a739132e8
292935-12-12 00:00:00.847  info  [GORM] SQL Executed duration=1.2ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (34) ORDER BY sort ASC LIMIT 1000 rows=1 trace=81f3ffc19c51cbf10d827b6a739132e8 span=1adbc3c812651b51
292935-12-12 00:00:00.848  info  HTTP Request duration=13.927083ms caller=middleware/loggerMiddleware.go:92 query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=81f3ffc19c51cbf10d827b6a739132e8 status=200 request=POST 127.0.0.1:8080/v1/admin/server/node/update ip=127.0.0.1 request_body={"address":"hk16.airoport.win","created_at":1759565334687,"enabled":true,"id":34,"name":"香港2 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":34,"sort":3,"tags":["香港"],"updated_at":1763349053037} response_body={"code":200,"msg":"success"} span=1adbc3c812651b51
292935-12-12 00:00:00.863  info  [GORM] SQL Executed duration=1.9ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 trace=5be3388d75ccc0df90902dea314a01dd span=ce87c2cea171fc4c
292935-12-12 00:00:00.863  info  HTTP Request duration=3.096292ms caller=middleware/loggerMiddleware.go:92 span=ce87c2cea171fc4c request=GET 127.0.0.1:8080/v1/admin/server/node/tags query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5be3388d75ccc0df90902dea314a01dd status=200 ip=127.0.0.1
292935-12-12 00:00:00.864  info  [GORM] SQL Executed duration=3.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=fce693174348acefe40098014153832a span=43d968b509fc8989
292935-12-12 00:00:00.864  info  [GORM] SQL Executed duration=3.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` trace=538391a599b346217b667904a1211db7 span=4b8d7aaa88c6a5c9 rows=1
292935-12-12 00:00:00.865  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=36 span=4b8d7aaa88c6a5c9 trace=538391a599b346217b667904a1211db7
292935-12-12 00:00:00.865  info  HTTP Request duration=5.013958ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 trace=538391a599b346217b667904a1211db7 span=4b8d7aaa88c6a5c9 status=200
292935-12-12 00:00:00.865  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=fce693174348acefe40098014153832a span=43d968b509fc8989
292935-12-12 00:00:00.865  info  HTTP Request duration=5.223125ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=43d968b509fc8989 status=200 query=page=1&size=10 ip=127.0.0.1 trace=fce693174348acefe40098014153832a
292941-12-12 00:00:00.541  info  [CheckSubscription] Start check subscription: 2025-12-29 03:56:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.546  info  [GORM] SQL Executed duration=4.1ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.546  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.549  info  [GORM] SQL Executed duration=2.9ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:56:41.546' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.549  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292947-12-12 00:00:00.251  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` WHERE id = 33 ORDER BY `nodes`.`id` LIMIT 1 rows=1 trace=2fcca03942fae1843f301901c00e2419 span=2197505345b69d8a
292947-12-12 00:00:00.252  info  [GORM] SQL Executed duration=0.8ms caller=server/updateNodeHandler.go:23 rows=1 trace=2fcca03942fae1843f301901c00e2419 span=2197505345b69d8a sql=SELECT * FROM `nodes` WHERE id = 33 ORDER BY `nodes`.`id` LIMIT 1
292947-12-12 00:00:00.253  info  [GORM] SQL Executed duration=1.1ms caller=callbacks/update.go:35 rows=1 trace=2fcca03942fae1843f301901c00e2419 span=2197505345b69d8a sql=SELECT count(*) FROM `servers` WHERE sort = 8 AND id != 33
292947-12-12 00:00:00.258  info  [GORM] SQL Executed duration=6.3ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='美国 | Z TRANSFER',`tags`='美国',`port`=3000,`address`='us7.airoport.win',`server_id`=33,`protocol`='shadowsocks',`enabled`=true,`sort`=8,`updated_at`='2025-12-29 19:56:47.254' WHERE `id` = 33 AND `id` = 33 rows=1 trace=2fcca03942fae1843f301901c00e2419 span=2197505345b69d8a
292947-12-12 00:00:00.260  info  [GORM] SQL Executed duration=2.0ms caller=server/updateNodeHandler.go:23 trace=2fcca03942fae1843f301901c00e2419 span=2197505345b69d8a sql=SELECT count(*) FROM `nodes` WHERE server_id IN (33) rows=1
292947-12-12 00:00:00.262  info  [GORM] SQL Executed duration=2.4ms caller=server/updateNodeHandler.go:23 span=2197505345b69d8a sql=SELECT * FROM `nodes` WHERE server_id IN (33) ORDER BY sort ASC LIMIT 1000 rows=1 trace=2fcca03942fae1843f301901c00e2419
292947-12-12 00:00:00.263  info  HTTP Request duration=14.922417ms caller=middleware/loggerMiddleware.go:92 trace=2fcca03942fae1843f301901c00e2419 request=POST 127.0.0.1:8080/v1/admin/server/node/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"us7.airoport.win","created_at":1759565326598,"enabled":true,"id":33,"name":"美国 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":33,"sort":8,"tags":["美国"],"updated_at":1762137706709} span=2197505345b69d8a status=200 query= ip=127.0.0.1 response_body={"code":200,"msg":"success"}
292947-12-12 00:00:00.281  info  [GORM] SQL Executed duration=6.4ms caller=middleware/authMiddleware.go:89 span=9fe848b7cb133fce sql=SELECT * FROM `nodes` rows=36 trace=d6826300a0904209fe744998568185b4
292947-12-12 00:00:00.281  info  HTTP Request duration=7.706083ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags ip=127.0.0.1 trace=d6826300a0904209fe744998568185b4 span=9fe848b7cb133fce query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292947-12-12 00:00:00.281  info  [GORM] SQL Executed duration=6.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=286401df58bfd7e9d58de6a290686c84 span=8d53ce45ae439326
292947-12-12 00:00:00.281  info  [GORM] SQL Executed duration=5.5ms caller=gin@v1.10.0/context.go:185 rows=1 trace=9d3784b0c079ec0e267df4b7e2274693 sql=SELECT count(*) FROM `nodes` span=3170b255a498317b
292947-12-12 00:00:00.282  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 trace=286401df58bfd7e9d58de6a290686c84 rows=36 span=8d53ce45ae439326
292947-12-12 00:00:00.282  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=9d3784b0c079ec0e267df4b7e2274693 span=3170b255a498317b
292947-12-12 00:00:00.282  info  HTTP Request duration=8.892459ms caller=middleware/loggerMiddleware.go:92 status=200 ip=127.0.0.1 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=9d3784b0c079ec0e267df4b7e2274693 span=3170b255a498317b
292947-12-12 00:00:00.282  info  HTTP Request duration=8.918209ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=286401df58bfd7e9d58de6a290686c84 status=200 ip=127.0.0.1 span=8d53ce45ae439326
292958-12-12 00:00:00.731  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=1 sql=SELECT * FROM `nodes` WHERE id = 1 ORDER BY `nodes`.`id` LIMIT 1 trace=9b6cd0a2ce866edcb51187e34c74849a span=fe7a8f6690e363d4
292958-12-12 00:00:00.732  info  [GORM] SQL Executed duration=0.5ms caller=server/updateNodeHandler.go:23 rows=1 span=fe7a8f6690e363d4 trace=9b6cd0a2ce866edcb51187e34c74849a sql=SELECT * FROM `nodes` WHERE id = 1 ORDER BY `nodes`.`id` LIMIT 1
292958-12-12 00:00:00.733  info  [GORM] SQL Executed duration=1.0ms caller=callbacks/update.go:35 trace=9b6cd0a2ce866edcb51187e34c74849a rows=1 span=fe7a8f6690e363d4 sql=SELECT count(*) FROM `servers` WHERE sort = 9 AND id != 1
292958-12-12 00:00:00.738  info  [GORM] SQL Executed duration=5.4ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='美国 R1 | Z TRANSFER',`tags`='美国',`port`=3000,`address`='us1.airoport.win',`server_id`=1,`protocol`='shadowsocks',`enabled`=true,`sort`=9,`updated_at`='2025-12-29 19:56:58.734' WHERE `id` = 1 AND `id` = 1 rows=1 trace=9b6cd0a2ce866edcb51187e34c74849a span=fe7a8f6690e363d4
292958-12-12 00:00:00.739  info  [GORM] SQL Executed duration=1.4ms caller=server/updateNodeHandler.go:23 span=fe7a8f6690e363d4 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (1) rows=1 trace=9b6cd0a2ce866edcb51187e34c74849a
292958-12-12 00:00:00.740  info  [GORM] SQL Executed duration=1.4ms caller=server/updateNodeHandler.go:23 trace=9b6cd0a2ce866edcb51187e34c74849a span=fe7a8f6690e363d4 sql=SELECT * FROM `nodes` WHERE server_id IN (1) ORDER BY sort ASC LIMIT 1000 rows=1
292958-12-12 00:00:00.741  info  HTTP Request duration=11.610917ms caller=middleware/loggerMiddleware.go:92 trace=9b6cd0a2ce866edcb51187e34c74849a request=POST 127.0.0.1:8080/v1/admin/server/node/update user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"us1.airoport.win","created_at":1755231875993,"enabled":true,"id":1,"name":"美国 R1 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":1,"sort":9,"tags":["美国"],"updated_at":1762744938304} span=fe7a8f6690e363d4 status=200 query= ip=127.0.0.1 response_body={"code":200,"msg":"success"}
292958-12-12 00:00:00.756  info  [GORM] SQL Executed duration=2.7ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 trace=90cba6b1dc46f0db11aa8ad92e51dbfb span=ebe722eab56b31e0
292958-12-12 00:00:00.756  info  HTTP Request duration=3.574ms caller=middleware/loggerMiddleware.go:92 span=ebe722eab56b31e0 ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags query= user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=90cba6b1dc46f0db11aa8ad92e51dbfb
292958-12-12 00:00:00.757  info  [GORM] SQL Executed duration=3.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=b07eb02b3eed92a2059098c42a29b317 span=084aaca2584ce587
292958-12-12 00:00:00.757  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` span=3d1a7ac3533eec00 rows=1 trace=8a0b95588041c56b9f724b25e4a89fd4
292958-12-12 00:00:00.758  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 trace=8a0b95588041c56b9f724b25e4a89fd4 span=3d1a7ac3533eec00 rows=10
292958-12-12 00:00:00.758  info  [GORM] SQL Executed duration=0.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=b07eb02b3eed92a2059098c42a29b317 span=084aaca2584ce587
292958-12-12 00:00:00.758  info  HTTP Request duration=5.042167ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8a0b95588041c56b9f724b25e4a89fd4 span=3d1a7ac3533eec00
292958-12-12 00:00:00.758  info  HTTP Request duration=7.087875ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b07eb02b3eed92a2059098c42a29b317 span=084aaca2584ce587
292916-12-12 00:00:00.968  info  [GORM] SQL Executed duration=11.9ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` WHERE id = 8 ORDER BY `nodes`.`id` LIMIT 1 trace=718bf872241b52dd6eaf1cf12c00f697 rows=1 span=0f5b1683857cd325
292916-12-12 00:00:00.969  info  [GORM] SQL Executed duration=1.1ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE id = 8 ORDER BY `nodes`.`id` LIMIT 1 rows=1 trace=718bf872241b52dd6eaf1cf12c00f697 span=0f5b1683857cd325
292916-12-12 00:00:00.975  info  [GORM] SQL Executed duration=5.1ms caller=callbacks/update.go:35 rows=1 trace=718bf872241b52dd6eaf1cf12c00f697 span=0f5b1683857cd325 sql=SELECT count(*) FROM `servers` WHERE sort = 6 AND id != 8
292916-12-12 00:00:00.982  info  [GORM] SQL Executed duration=12.4ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='香港 R4 | G TRANSFER',`tags`='停用',`port`=3000,`address`='hk4.airoport.win',`server_id`=8,`protocol`='shadowsocks',`enabled`=false,`sort`=6,`updated_at`='2025-12-29 19:57:16.975' WHERE `id` = 8 AND `id` = 8 rows=1 trace=718bf872241b52dd6eaf1cf12c00f697 span=0f5b1683857cd325
292916-12-12 00:00:00.983  info  [GORM] SQL Executed duration=1.3ms caller=server/updateNodeHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (8) rows=1 trace=718bf872241b52dd6eaf1cf12c00f697 span=0f5b1683857cd325
292916-12-12 00:00:00.984  info  [GORM] SQL Executed duration=0.7ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (8) ORDER BY sort ASC LIMIT 1000 trace=718bf872241b52dd6eaf1cf12c00f697 span=0f5b1683857cd325 rows=1
292916-12-12 00:00:00.984  info  HTTP Request duration=29.57725ms caller=middleware/loggerMiddleware.go:92 status=200 query= response_body={"code":200,"msg":"success"} trace=718bf872241b52dd6eaf1cf12c00f697 span=0f5b1683857cd325 request=POST 127.0.0.1:8080/v1/admin/server/node/update ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request_body={"address":"hk4.airoport.win","created_at":1755489609970,"enabled":false,"id":8,"name":"香港 R4 | G TRANSFER","port":3000,"protocol":"shadowsocks","server_id":8,"sort":6,"tags":["停用"],"updated_at":1759646353949}
292916-12-12 00:00:00.999  info  [GORM] SQL Executed duration=4.1ms caller=middleware/authMiddleware.go:89 span=8357643fd4176f35 trace=e8afbb2fe8abb4cd03223a8783aec257 sql=SELECT * FROM `nodes` rows=36
292917-12-12 00:00:00.000  info  HTTP Request duration=6.783958ms caller=middleware/loggerMiddleware.go:92 trace=e8afbb2fe8abb4cd03223a8783aec257 span=8357643fd4176f35 query= status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292917-12-12 00:00:00.002  info  [GORM] SQL Executed duration=6.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=e93bc6fead8b36d7fa5247292f96c26b span=cc3330464739193f
292917-12-12 00:00:00.002  info  [GORM] SQL Executed duration=6.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=ea2582744973dded5d87288447172ea3 span=dcc71afaf4afe277
292917-12-12 00:00:00.003  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 span=dcc71afaf4afe277 rows=10 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 trace=ea2582744973dded5d87288447172ea3
292917-12-12 00:00:00.003  info  [GORM] SQL Executed duration=0.6ms caller=gin@v1.10.0/context.go:185 rows=36 trace=e93bc6fead8b36d7fa5247292f96c26b span=cc3330464739193f sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999
292917-12-12 00:00:00.003  info  HTTP Request duration=10.016ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 trace=ea2582744973dded5d87288447172ea3 span=dcc71afaf4afe277 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292917-12-12 00:00:00.003  info  HTTP Request duration=9.914208ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 trace=e93bc6fead8b36d7fa5247292f96c26b span=cc3330464739193f
292927-12-12 00:00:00.774  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=1 span=3a9d3d8b135ac704 sql=SELECT * FROM `nodes` WHERE id = 7 ORDER BY `nodes`.`id` LIMIT 1 trace=d3b1af6e760b88c1323f7577a1eab754
292927-12-12 00:00:00.775  info  [GORM] SQL Executed duration=1.0ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE id = 7 ORDER BY `nodes`.`id` LIMIT 1 trace=d3b1af6e760b88c1323f7577a1eab754 span=3a9d3d8b135ac704 rows=1
292927-12-12 00:00:00.776  info  [GORM] SQL Executed duration=0.8ms caller=callbacks/update.go:35 rows=1 trace=d3b1af6e760b88c1323f7577a1eab754 span=3a9d3d8b135ac704 sql=SELECT count(*) FROM `servers` WHERE sort = 5 AND id != 7
292927-12-12 00:00:00.782  info  [GORM] SQL Executed duration=7.0ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='香港 R3 | G TRANSFER',`tags`='停用',`port`=3000,`address`='hk3.airoport.win',`server_id`=7,`protocol`='shadowsocks',`enabled`=false,`sort`=5,`updated_at`='2025-12-29 19:57:27.777' WHERE `id` = 7 AND `id` = 7 trace=d3b1af6e760b88c1323f7577a1eab754 span=3a9d3d8b135ac704 rows=1
292927-12-12 00:00:00.784  info  [GORM] SQL Executed duration=1.3ms caller=server/updateNodeHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (7) rows=1 trace=d3b1af6e760b88c1323f7577a1eab754 span=3a9d3d8b135ac704
292927-12-12 00:00:00.785  info  [GORM] SQL Executed duration=1.6ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (7) ORDER BY sort ASC LIMIT 1000 rows=1 trace=d3b1af6e760b88c1323f7577a1eab754 span=3a9d3d8b135ac704
292927-12-12 00:00:00.786  info  HTTP Request duration=14.304208ms caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d3b1af6e760b88c1323f7577a1eab754 span=3a9d3d8b135ac704 status=200 request=POST 127.0.0.1:8080/v1/admin/server/node/update request_body={"address":"hk3.airoport.win","created_at":1755447922030,"enabled":false,"id":7,"name":"香港 R3 | G TRANSFER","port":3000,"protocol":"shadowsocks","server_id":7,"sort":5,"tags":["停用"],"updated_at":1759646353941} response_body={"code":200,"msg":"success"}
292927-12-12 00:00:00.799  info  [GORM] SQL Executed duration=1.0ms caller=middleware/authMiddleware.go:89 rows=36 sql=SELECT * FROM `nodes` trace=95561ad90b37b74d49e755ee07ef4575 span=39062aaecd96a12f
292927-12-12 00:00:00.799  info  HTTP Request duration=2.8315ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/tags user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=39062aaecd96a12f status=200 query= ip=127.0.0.1 trace=95561ad90b37b74d49e755ee07ef4575
292927-12-12 00:00:00.800  info  [GORM] SQL Executed duration=2.1ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` span=b37da8f62806ee26 rows=1 trace=6e24fee0db3c89b19cd91d25a0d406cc
292927-12-12 00:00:00.800  info  [GORM] SQL Executed duration=2.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` span=280baf8e30ee995d rows=1 trace=a2d420376d6d97c94f6a56af9dbe6e77
292927-12-12 00:00:00.801  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 span=b37da8f62806ee26 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=6e24fee0db3c89b19cd91d25a0d406cc
292927-12-12 00:00:00.801  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 rows=36 trace=a2d420376d6d97c94f6a56af9dbe6e77 span=280baf8e30ee995d sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999
292927-12-12 00:00:00.801  info  HTTP Request duration=4.707875ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 span=b37da8f62806ee26 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6e24fee0db3c89b19cd91d25a0d406cc
292927-12-12 00:00:00.801  info  HTTP Request duration=4.881042ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 trace=a2d420376d6d97c94f6a56af9dbe6e77 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=280baf8e30ee995d status=200
292937-12-12 00:00:00.202  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 span=b6480fd40f648d34 sql=SELECT * FROM `nodes` WHERE id = 6 ORDER BY `nodes`.`id` LIMIT 1 rows=1 trace=1888e9f35d58c9b68bc6ffa785c7be0b
292937-12-12 00:00:00.203  info  [GORM] SQL Executed duration=1.1ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE id = 6 ORDER BY `nodes`.`id` LIMIT 1 rows=1 span=b6480fd40f648d34 trace=1888e9f35d58c9b68bc6ffa785c7be0b
292937-12-12 00:00:00.205  info  [GORM] SQL Executed duration=1.2ms caller=callbacks/update.go:35 sql=SELECT count(*) FROM `servers` WHERE sort = 4 AND id != 6 rows=1 trace=1888e9f35d58c9b68bc6ffa785c7be0b span=b6480fd40f648d34
292937-12-12 00:00:00.210  info  [GORM] SQL Executed duration=6.3ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='香港 R2 | DIRECT',`tags`='香港',`port`=3000,`address`='hk2.airoport.win',`server_id`=6,`protocol`='shadowsocks',`enabled`=false,`sort`=4,`updated_at`='2025-12-29 19:57:37.206' WHERE `id` = 6 AND `id` = 6 rows=1 trace=1888e9f35d58c9b68bc6ffa785c7be0b span=b6480fd40f648d34
292937-12-12 00:00:00.211  info  [GORM] SQL Executed duration=0.8ms caller=server/updateNodeHandler.go:23 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (6) rows=1 span=b6480fd40f648d34 trace=1888e9f35d58c9b68bc6ffa785c7be0b
292937-12-12 00:00:00.212  info  [GORM] SQL Executed duration=0.9ms caller=server/updateNodeHandler.go:23 trace=1888e9f35d58c9b68bc6ffa785c7be0b span=b6480fd40f648d34 sql=SELECT * FROM `nodes` WHERE server_id IN (6) ORDER BY sort ASC LIMIT 1000 rows=1
292937-12-12 00:00:00.213  info  HTTP Request duration=12.24425ms caller=middleware/loggerMiddleware.go:92 span=b6480fd40f648d34 request_body={"address":"hk2.airoport.win","created_at":1755446491334,"enabled":false,"id":6,"name":"香港 R2 | DIRECT","port":3000,"protocol":"shadowsocks","server_id":6,"sort":4,"tags":["香港"],"updated_at":1762836033657} trace=1888e9f35d58c9b68bc6ffa785c7be0b status=200 request=POST 127.0.0.1:8080/v1/admin/server/node/update query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 response_body={"code":200,"msg":"success"}
292937-12-12 00:00:00.225  info  [GORM] SQL Executed duration=1.2ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 span=67c3153ceaba1f73 trace=6a56b968a8b1eeae2b80ccdcc6233f05
292937-12-12 00:00:00.226  info  HTTP Request duration=1.990833ms caller=middleware/loggerMiddleware.go:92 query= ip=127.0.0.1 trace=6a56b968a8b1eeae2b80ccdcc6233f05 span=67c3153ceaba1f73 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292937-12-12 00:00:00.228  info  [GORM] SQL Executed duration=3.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=80919ccbd748225e946ba915af3ee995 span=8ff5a24eaf49cd62
292937-12-12 00:00:00.229  info  [GORM] SQL Executed duration=4.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=5ea7b5f77d9f3073472fdebbfc8dafcc span=6150899f9fe3e45c
292937-12-12 00:00:00.229  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 span=8ff5a24eaf49cd62 trace=80919ccbd748225e946ba915af3ee995
292937-12-12 00:00:00.229  info  HTTP Request duration=5.708708ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8ff5a24eaf49cd62 status=200 trace=80919ccbd748225e946ba915af3ee995 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1
292937-12-12 00:00:00.230  info  [GORM] SQL Executed duration=1.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 rows=36 trace=5ea7b5f77d9f3073472fdebbfc8dafcc span=6150899f9fe3e45c
292937-12-12 00:00:00.230  info  HTTP Request duration=6.573667ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=5ea7b5f77d9f3073472fdebbfc8dafcc span=6150899f9fe3e45c query=page=1&size=999999999
292941-12-12 00:00:00.652  info  [CheckSubscription] Start check subscription: 2025-12-29 03:57:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.654  info  [GORM] SQL Executed duration=1.0ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.654  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.656  info  [GORM] SQL Executed duration=1.3ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:57:41.654' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.656  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292947-12-12 00:00:00.281  info  [GORM] SQL Executed duration=0.8ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `nodes` WHERE id = 22 ORDER BY `nodes`.`id` LIMIT 1 span=2083b0759222bc53 rows=1 trace=8208e2c595c9e17757969f47423a5708
292947-12-12 00:00:00.282  info  [GORM] SQL Executed duration=0.5ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE id = 22 ORDER BY `nodes`.`id` LIMIT 1 span=2083b0759222bc53 rows=1 trace=8208e2c595c9e17757969f47423a5708
292947-12-12 00:00:00.283  info  [GORM] SQL Executed duration=0.5ms caller=callbacks/update.go:35 rows=1 span=2083b0759222bc53 trace=8208e2c595c9e17757969f47423a5708 sql=SELECT count(*) FROM `servers` WHERE sort = 1 AND id != 22
292947-12-12 00:00:00.287  info  [GORM] SQL Executed duration=5.5ms caller=gin@v1.10.0/context.go:185 sql=UPDATE `nodes` SET `name`='香港 | Z TRANSFER',`tags`='香港',`port`=3000,`address`='hk8.airoport.win',`server_id`=22,`protocol`='shadowsocks',`enabled`=false,`sort`=1,`updated_at`='2025-12-29 19:57:47.283' WHERE `id` = 22 AND `id` = 22 trace=8208e2c595c9e17757969f47423a5708 rows=1 span=2083b0759222bc53
292947-12-12 00:00:00.290  info  [GORM] SQL Executed duration=2.1ms caller=server/updateNodeHandler.go:23 rows=1 span=2083b0759222bc53 sql=SELECT count(*) FROM `nodes` WHERE server_id IN (22) trace=8208e2c595c9e17757969f47423a5708
292947-12-12 00:00:00.291  info  [GORM] SQL Executed duration=1.6ms caller=server/updateNodeHandler.go:23 sql=SELECT * FROM `nodes` WHERE server_id IN (22) ORDER BY sort ASC LIMIT 1000 rows=1 trace=8208e2c595c9e17757969f47423a5708 span=2083b0759222bc53
292947-12-12 00:00:00.292  info  HTTP Request duration=12.705167ms caller=middleware/loggerMiddleware.go:92 request=POST 127.0.0.1:8080/v1/admin/server/node/update query= ip=127.0.0.1 request_body={"address":"hk8.airoport.win","created_at":1755828774041,"enabled":false,"id":22,"name":"香港 | Z TRANSFER","port":3000,"protocol":"shadowsocks","server_id":22,"sort":1,"tags":["香港"],"updated_at":1763989365540} response_body={"code":200,"msg":"success"} trace=8208e2c595c9e17757969f47423a5708 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=2083b0759222bc53
292947-12-12 00:00:00.305  info  [GORM] SQL Executed duration=1.3ms caller=middleware/authMiddleware.go:89 sql=SELECT * FROM `nodes` rows=36 trace=1ac04791534c9bf7e3fc3ea28535c685 span=cdb49b9ed099ae86
292947-12-12 00:00:00.305  info  HTTP Request duration=3.045709ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/tags query= ip=127.0.0.1 trace=1ac04791534c9bf7e3fc3ea28535c685 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=cdb49b9ed099ae86
292947-12-12 00:00:00.306  info  [GORM] SQL Executed duration=2.7ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` span=04077dda5b77f845 rows=1 trace=28698f8af7376c643a8a3eff0a99e759
292947-12-12 00:00:00.306  info  [GORM] SQL Executed duration=2.4ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `nodes` rows=1 trace=86cde0d73cf11adde07c13a6b9a50869 span=2a69e2998e51b303
292947-12-12 00:00:00.307  info  [GORM] SQL Executed duration=0.9ms caller=gin@v1.10.0/context.go:185 span=04077dda5b77f845 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 10 rows=10 trace=28698f8af7376c643a8a3eff0a99e759
292947-12-12 00:00:00.307  info  [GORM] SQL Executed duration=1.0ms caller=gin@v1.10.0/context.go:185 rows=36 sql=SELECT * FROM `nodes` ORDER BY sort ASC LIMIT 999999999 trace=86cde0d73cf11adde07c13a6b9a50869 span=2a69e2998e51b303
292947-12-12 00:00:00.307  info  HTTP Request duration=5.586625ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=28698f8af7376c643a8a3eff0a99e759 status=200 query=page=1&size=10 ip=127.0.0.1 span=04077dda5b77f845
292947-12-12 00:00:00.307  info  HTTP Request duration=5.105708ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/server/node/list?page=1&size=999999999 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=86cde0d73cf11adde07c13a6b9a50869 span=2a69e2998e51b303
292952-12-12 00:00:00.770  info  HTTP Request duration=25.917µs caller=middleware/loggerMiddleware.go:92 trace=5a96e5c674a77c9617d5367b940339e2 span=56d21f126e25e9ae status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 ip=127.0.0.1 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292952-12-12 00:00:00.774  info  [GORM] SQL Executed duration=2.5ms caller=gin@v1.10.0/context.go:185 rows=5 span=e428adaae32b74a6 sql=SELECT * FROM `subscribe_application` trace=39127fc8d99e194c6caf489c4e78e7f6
292952-12-12 00:00:00.776  info  HTTP Request duration=5.458583ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=39127fc8d99e194c6caf489c4e78e7f6 span=e428adaae32b74a6 request=GET 127.0.0.1:8080/v1/admin/application/subscribe_application_list?page=1&size=10 status=200
292954-12-12 00:00:00.183  info  HTTP Request duration=9.958µs caller=middleware/loggerMiddleware.go:92 trace=ee1d10bcef8b4eb9016d2e88503243ae query=page=1&size=10 ip=127.0.0.1 span=e0b4b36ef727ecaa status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292954-12-12 00:00:00.187  info  [GORM] SQL Executed duration=2.1ms caller=subscribe/model.go:128 sql=SELECT count(*) FROM `subscribe` span=47a0e8410b03b717 rows=1 trace=0cee8212fbcd9d1a47e9e32922659e9a
292954-12-12 00:00:00.188  info  [GORM] SQL Executed duration=2.7ms caller=subscribe/model.go:128 sql=SELECT count(*) FROM `subscribe` rows=1 span=24730f0cf3113cc2 trace=3d12cb91d99ba6f12121a163806fc31c
292954-12-12 00:00:00.188  info  [GORM] SQL Executed duration=1.5ms caller=subscribe/model.go:128 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 999999999 rows=4 span=47a0e8410b03b717 trace=0cee8212fbcd9d1a47e9e32922659e9a
292954-12-12 00:00:00.189  info  [GORM] SQL Executed duration=1.2ms caller=subscribe/model.go:128 sql=SELECT * FROM `subscribe` ORDER BY sort ASC LIMIT 10 trace=3d12cb91d99ba6f12121a163806fc31c rows=4 span=24730f0cf3113cc2
292954-12-12 00:00:00.192  info  [GORM] SQL Executed duration=3.3ms caller=subscribe/getSubscribeListHandler.go:23 trace=0cee8212fbcd9d1a47e9e32922659e9a sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 span=47a0e8410b03b717
292954-12-12 00:00:00.192  info  [GORM] SQL Executed duration=2.8ms caller=subscribe/getSubscribeListHandler.go:23 sql=SELECT subscribe_id, COUNT(id) as total FROM `user_subscribe` WHERE subscribe_id IN (3,2,1,4) AND `status` IN (1,0) GROUP BY `subscribe_id` rows=3 trace=3d12cb91d99ba6f12121a163806fc31c span=24730f0cf3113cc2
292954-12-12 00:00:00.192  info  HTTP Request duration=8.846167ms caller=middleware/loggerMiddleware.go:92 query=page=1&size=999999999 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=999999999 trace=0cee8212fbcd9d1a47e9e32922659e9a span=47a0e8410b03b717 status=200
292954-12-12 00:00:00.192  info  HTTP Request duration=8.141167ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/subscribe/list?page=1&size=10 ip=127.0.0.1 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3d12cb91d99ba6f12121a163806fc31c span=24730f0cf3113cc2
292956-12-12 00:00:00.290  info  [GORM] SQL Executed duration=0.7ms caller=order/getOrderListLogic.go:30 sql=SELECT count(*) FROM `order` rows=1 trace=d6f145a398158291164c62db002cb8c6 span=db1fff18498db083
292956-12-12 00:00:00.293  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=2 span=db1fff18498db083 sql=SELECT * FROM `payment` WHERE `payment`.`id` IN (1,-1) trace=d6f145a398158291164c62db002cb8c6
292956-12-12 00:00:00.294  info  [GORM] SQL Executed duration=0.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `subscribe` WHERE `subscribe`.`id` IN (3,2) rows=2 trace=d6f145a398158291164c62db002cb8c6 span=db1fff18498db083
292956-12-12 00:00:00.294  info  [GORM] SQL Executed duration=3.7ms caller=order/getOrderListLogic.go:30 sql=SELECT `order`.`id`,`order`.`parent_id`,`order`.`user_id`,`order`.`order_no`,`order`.`type`,`order`.`quantity`,`order`.`price`,`order`.`amount`,`order`.`discount`,`order`.`coupon`,`order`.`coupon_discount`,`order`.`payment_id`,`order`.`method`,`order`.`fee_amount`,`order`.`trade_no`,`order`.`gift_amount`,`order`.`commission`,`order`.`status`,`order`.`subscribe_id`,`order`.`subscribe_token`,`order`.`is_new`,`order`.`created_at`,`order`.`updated_at` FROM `order` ORDER BY id desc LIMIT 10 rows=10 trace=d6f145a398158291164c62db002cb8c6 span=db1fff18498db083
292956-12-12 00:00:00.295  info  HTTP Request duration=5.826458ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d6f145a398158291164c62db002cb8c6 status=200 query=page=1&size=10 span=db1fff18498db083 request=GET 127.0.0.1:8080/v1/admin/order/list?page=1&size=10 ip=127.0.0.1
292956-12-12 00:00:00.305  info  HTTP Request duration=3.985792ms caller=middleware/loggerMiddleware.go:92 span=cae2947925d1c527 query=id=470 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=4c3beaf787ad48d4e54a6ed98601d234 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=470
292956-12-12 00:00:00.306  info  HTTP Request duration=4.269708ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=473 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=2cd70426c694ca529971b110e7cced92 span=5d93602902be9355 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=473 ip=127.0.0.1
292956-12-12 00:00:00.306  info  HTTP Request duration=4.141459ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=475 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 query=id=475 trace=e9043d2e4a058d4e89a8b23c2ad2cc57 span=621ff40c619b6324
292956-12-12 00:00:00.307  info  HTTP Request duration=1.29975ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=472 query=id=472 trace=ab3ea3778f24312b3484f0f4d8899f95 span=b348b7f6fe5d81a8 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292956-12-12 00:00:00.307  info  HTTP Request duration=5.0795ms caller=middleware/loggerMiddleware.go:92 trace=ccb799ce977ec4ba432b4d72f5e5b1b5 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=429 ip=127.0.0.1 span=52cce3cb881c4e18 query=id=429 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292956-12-12 00:00:00.307  info  HTTP Request duration=4.884458ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=476 query=id=476 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=6da4c69f7b88c63d status=200 ip=127.0.0.1 trace=6483d2ab4e945118190ed872f887cfaa
292956-12-12 00:00:00.307  info  HTTP Request duration=5.484583ms caller=middleware/loggerMiddleware.go:92 status=200 trace=46f4dc6d88bd5f1c953fef51d8d8489e request=GET 127.0.0.1:8080/v1/admin/user/detail?id=428 query=id=428 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=569ca375892b83cf
292956-12-12 00:00:00.307  info  HTTP Request duration=1.3195ms caller=middleware/loggerMiddleware.go:92 status=200 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=66d884e372c0b1b1ddcd74bae66c2e79 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=280 query=id=280 ip=127.0.0.1 span=acf74e5cfc5dd97c
292957-12-12 00:00:00.256  info  HTTP Request duration=5.959µs caller=middleware/loggerMiddleware.go:92 trace=3465bc1bddf1b43af153e4e16a3c5d96 span=bca8898750d1040c status=204 query=page=1&size=10 ip=127.0.0.1 request=OPTIONS 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292957-12-12 00:00:00.260  info  [GORM] SQL Executed duration=1.0ms caller=coupon/getCouponListLogic.go:32 sql=SELECT count(*) FROM `coupon` span=72a97c509c99f8ee rows=1 trace=a7eb623eae60101c902639a0954c5908
292957-12-12 00:00:00.261  info  [GORM] SQL Executed duration=1.0ms caller=coupon/getCouponListLogic.go:32 trace=a7eb623eae60101c902639a0954c5908 span=72a97c509c99f8ee sql=SELECT * FROM `coupon` LIMIT 10 rows=0
292957-12-12 00:00:00.261  info  HTTP Request duration=3.024625ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a7eb623eae60101c902639a0954c5908 ip=127.0.0.1 span=72a97c509c99f8ee status=200 request=GET 127.0.0.1:8080/v1/admin/coupon/list?page=1&size=10 query=page=1&size=10
29296-12-12 00:00:00.165  info  HTTP Request duration=5.25µs caller=middleware/loggerMiddleware.go:92 trace=d358e24da563c68fcef4e0eeb81ee697 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/announcement/list?page=1&size=10 ip=127.0.0.1 span=6612711c628fd447 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29296-12-12 00:00:00.171  info  [GORM] SQL Executed duration=2.7ms caller=announcement/getAnnouncementListLogic.go:32 sql=SELECT count(*) FROM `announcement` span=5998ccc5d183da5e rows=1 trace=aa8fb91b3db26f2487f4b87e46119ed9
29296-12-12 00:00:00.173  info  [GORM] SQL Executed duration=2.1ms caller=announcement/getAnnouncementListLogic.go:32 rows=1 span=5998ccc5d183da5e sql=SELECT * FROM `announcement` LIMIT 10 trace=aa8fb91b3db26f2487f4b87e46119ed9
29296-12-12 00:00:00.173  info  HTTP Request duration=7.378167ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/announcement/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=5998ccc5d183da5e query=page=1&size=10 trace=aa8fb91b3db26f2487f4b87e46119ed9
29298-12-12 00:00:00.326  info  HTTP Request duration=6.458µs caller=middleware/loggerMiddleware.go:92 status=204 ip=127.0.0.1 trace=9c04c82f7b6337557c6f140431ace717 span=066b836c38ba1683 request=OPTIONS 127.0.0.1:8080/v1/admin/user/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29298-12-12 00:00:00.330  info  [GORM] SQL Executed duration=1.7ms caller=user/getUserListLogic.go:30 trace=d39221a2ae6da0b2e1084be87598ad23 span=fea45fea2dc06896 sql=SELECT count(*) FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC rows=461
29298-12-12 00:00:00.337  info  [GORM] SQL Executed duration=2.4ms caller=gorm@v1.25.12/callbacks.go:130 span=fea45fea2dc06896 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` IN (486,485,484,483,482,481,480,479,478,477) trace=d39221a2ae6da0b2e1084be87598ad23 rows=10
29298-12-12 00:00:00.339  info  [GORM] SQL Executed duration=1.7ms caller=gorm@v1.25.12/callbacks.go:130 trace=d39221a2ae6da0b2e1084be87598ad23 span=fea45fea2dc06896 rows=0 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` IN (486,485,484,483,482,481,480,479,478,477)
29298-12-12 00:00:00.339  info  [GORM] SQL Executed duration=9.5ms caller=user/getUserListLogic.go:30 rows=10 trace=d39221a2ae6da0b2e1084be87598ad23 span=fea45fea2dc06896 sql=SELECT * FROM `user` GROUP BY `user`.`id` ORDER BY user.id DESC LIMIT 10
29298-12-12 00:00:00.339  info  HTTP Request duration=13.422834ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=fea45fea2dc06896 ip=127.0.0.1 trace=d39221a2ae6da0b2e1084be87598ad23
29298-12-12 00:00:00.347  info  HTTP Request duration=1.666µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=160 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=b2e6ceb254a4e39bd26d3118342b0d33 span=0aa170e6bdc64bac query=id=160 ip=127.0.0.1
29298-12-12 00:00:00.347  info  HTTP Request duration=3.542µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=61 query=id=61 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=a7922e4258b05fd2d6d84f25b6aa05a7 span=26fbe47a394c5582
29298-12-12 00:00:00.351  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 61 rows=1 trace=4dcd793b7fd8c1c5bd99be2811aa6f25 span=c290a1e807cfacbb
29298-12-12 00:00:00.351  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 trace=6470dae7c8a31c153da16cac6d27c165 span=a418d6a59bfb206d sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 160 rows=1
29298-12-12 00:00:00.352  info  [GORM] SQL Executed duration=1.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 160 trace=6470dae7c8a31c153da16cac6d27c165 span=a418d6a59bfb206d rows=0
29298-12-12 00:00:00.352  info  [GORM] SQL Executed duration=3.4ms caller=user/getUserDetailLogic.go:30 rows=1 trace=6470dae7c8a31c153da16cac6d27c165 span=a418d6a59bfb206d sql=SELECT * FROM `user` WHERE `id` = 160 ORDER BY `user`.`id` LIMIT 1
29298-12-12 00:00:00.353  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 span=c290a1e807cfacbb sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 61 trace=4dcd793b7fd8c1c5bd99be2811aa6f25
29298-12-12 00:00:00.353  info  [GORM] SQL Executed duration=4.0ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 61 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=4dcd793b7fd8c1c5bd99be2811aa6f25 span=c290a1e807cfacbb
29298-12-12 00:00:00.354  info  HTTP Request duration=6.136167ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=61 ip=127.0.0.1 trace=4dcd793b7fd8c1c5bd99be2811aa6f25 span=c290a1e807cfacbb status=200 query=id=61 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29298-12-12 00:00:00.354  info  HTTP Request duration=6.284208ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=160 query=id=160 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 ip=127.0.0.1 trace=6470dae7c8a31c153da16cac6d27c165 span=a418d6a59bfb206d
29299-12-12 00:00:00.331  info  HTTP Request duration=5.25µs caller=middleware/loggerMiddleware.go:92 status=204 query=page=1&size=10 request=OPTIONS 127.0.0.1:8080/v1/admin/ticket/list?page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=33606fd578bc26f0d9930f512c9cb2e5 span=defe5cd2956ba089
29299-12-12 00:00:00.334  info  [GORM] SQL Executed duration=1.6ms caller=ticket/getTicketListLogic.go:30 sql=SELECT count(*) FROM `ticket` rows=1 trace=3eecd26cace5e4ce582fe5e40b071824 span=92cd038c2fcebfe9
29299-12-12 00:00:00.340  info  [GORM] SQL Executed duration=6.0ms caller=ticket/getTicketListLogic.go:30 trace=3eecd26cace5e4ce582fe5e40b071824 span=92cd038c2fcebfe9 sql=SELECT * FROM `ticket` ORDER BY id desc LIMIT 10 rows=10
29299-12-12 00:00:00.347  info  HTTP Request duration=14.784708ms caller=middleware/loggerMiddleware.go:92 span=92cd038c2fcebfe9 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3eecd26cace5e4ce582fe5e40b071824 status=200 request=GET 127.0.0.1:8080/v1/admin/ticket/list?page=1&size=10
29299-12-12 00:00:00.354  info  HTTP Request duration=4.417µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=71 query=id=71 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=fd2d658b26c1e83200769b80088eca65 span=75916530f3e1a967 status=204
29299-12-12 00:00:00.354  info  HTTP Request duration=31.333µs caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=f2a397b0caac4ee37305f0b049c913da status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=327 span=8007ea90de989e59 query=id=327 ip=127.0.0.1
29299-12-12 00:00:00.354  info  HTTP Request duration=3.125µs caller=middleware/loggerMiddleware.go:92 trace=defec30a09902c5b58a2520428a0e2f5 status=204 span=a8f984ae4f2d14a7 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=448 query=id=448 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
29299-12-12 00:00:00.354  info  HTTP Request duration=4.5µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=314 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d7abc7242f2f78e96c5d67e81b47d775 query=id=314 ip=127.0.0.1 span=e385efb2400e8518 status=204
29299-12-12 00:00:00.354  info  HTTP Request duration=2.292µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=183 query=id=183 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=e11ece4549289e9e2e4f17f2c265d334 span=6dd342f4527d174a
29299-12-12 00:00:00.354  info  HTTP Request duration=2.125µs caller=middleware/loggerMiddleware.go:92 status=204 query=id=330 span=7f52063bd916ded7 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=330 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8b230388e85e4517a15552fc84bd4c74
29299-12-12 00:00:00.354  info  HTTP Request duration=2.125µs caller=middleware/loggerMiddleware.go:92 query=id=201 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=842166c10e0c2c13cde31a72a9632799 span=23a3108deab2f234 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=201 ip=127.0.0.1
29299-12-12 00:00:00.358  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 330 rows=1 trace=83df9614fdec5b800e615977b031b913 span=80f8cf05fcc23ef4
29299-12-12 00:00:00.358  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 trace=40b03113f1bfbeb3dfe3a7516d039902 span=68a65c023a7d1c29 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 448 rows=1
29299-12-12 00:00:00.358  info  [GORM] SQL Executed duration=0.7ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=8b25bcd8325b90799b33b48fc3b08ef6 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 183 span=be66ba24c83d5ad3
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=0.9ms caller=gorm@v1.25.12/callbacks.go:130 trace=4f94375984cdec3c0f7dadea78ffbb7f sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 71 span=ddc8ada31f9fec14 rows=1
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 rows=0 trace=40b03113f1bfbeb3dfe3a7516d039902 span=68a65c023a7d1c29 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 448
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=2.3ms caller=user/getUserDetailLogic.go:30 trace=40b03113f1bfbeb3dfe3a7516d039902 sql=SELECT * FROM `user` WHERE `id` = 448 ORDER BY `user`.`id` LIMIT 1 span=68a65c023a7d1c29 rows=1
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=0.6ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 330 rows=0 trace=83df9614fdec5b800e615977b031b913 span=80f8cf05fcc23ef4
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=2.3ms caller=user/getUserDetailLogic.go:30 rows=1 trace=83df9614fdec5b800e615977b031b913 sql=SELECT * FROM `user` WHERE `id` = 330 ORDER BY `user`.`id` LIMIT 1 span=80f8cf05fcc23ef4
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=1.2ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 314 rows=1 trace=3efc85ffa9256e65905b26bbbc2e3503 span=31c2be5bad25cfba
29299-12-12 00:00:00.359  info  [GORM] SQL Executed duration=1.3ms caller=gorm@v1.25.12/callbacks.go:130 rows=1 trace=2d1387b9c746b063a4a7fd72e3649505 span=1a23042b35e09a55 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 327
29299-12-12 00:00:00.359  info  HTTP Request duration=4.281167ms caller=middleware/loggerMiddleware.go:92 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=80f8cf05fcc23ef4 status=200 query=id=330 trace=83df9614fdec5b800e615977b031b913 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=330 ip=127.0.0.1
29299-12-12 00:00:00.359  info  HTTP Request duration=4.527209ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=448 trace=40b03113f1bfbeb3dfe3a7516d039902 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=448 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=68a65c023a7d1c29
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=1.8ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 327 trace=2d1387b9c746b063a4a7fd72e3649505 span=1a23042b35e09a55 rows=0
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=4.1ms caller=user/getUserDetailLogic.go:30 span=1a23042b35e09a55 sql=SELECT * FROM `user` WHERE `id` = 327 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=2d1387b9c746b063a4a7fd72e3649505
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=2.0ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 314 trace=3efc85ffa9256e65905b26bbbc2e3503 span=31c2be5bad25cfba rows=0
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=4.4ms caller=user/getUserDetailLogic.go:30 rows=1 sql=SELECT * FROM `user` WHERE `id` = 314 ORDER BY `user`.`id` LIMIT 1 trace=3efc85ffa9256e65905b26bbbc2e3503 span=31c2be5bad25cfba
29299-12-12 00:00:00.361  info  HTTP Request duration=6.209125ms caller=middleware/loggerMiddleware.go:92 query=id=327 ip=127.0.0.1 trace=2d1387b9c746b063a4a7fd72e3649505 span=1a23042b35e09a55 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=327
29299-12-12 00:00:00.361  info  HTTP Request duration=6.354292ms caller=middleware/loggerMiddleware.go:92 status=200 query=id=314 ip=127.0.0.1 span=31c2be5bad25cfba request=GET 127.0.0.1:8080/v1/admin/user/detail?id=314 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=3efc85ffa9256e65905b26bbbc2e3503
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=2.8ms caller=gorm@v1.25.12/callbacks.go:130 trace=8b25bcd8325b90799b33b48fc3b08ef6 span=be66ba24c83d5ad3 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 183 rows=0
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=4.7ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 183 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=8b25bcd8325b90799b33b48fc3b08ef6 span=be66ba24c83d5ad3
29299-12-12 00:00:00.361  info  HTTP Request duration=6.402917ms caller=middleware/loggerMiddleware.go:92 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=be66ba24c83d5ad3 status=200 trace=8b25bcd8325b90799b33b48fc3b08ef6 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=183 query=id=183
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=2.9ms caller=gorm@v1.25.12/callbacks.go:130 span=ddc8ada31f9fec14 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 71 rows=0 trace=4f94375984cdec3c0f7dadea78ffbb7f
29299-12-12 00:00:00.361  info  [GORM] SQL Executed duration=5.3ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 71 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=4f94375984cdec3c0f7dadea78ffbb7f span=ddc8ada31f9fec14
29299-12-12 00:00:00.362  info  HTTP Request duration=7.027709ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=71 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=ddc8ada31f9fec14 query=id=71 ip=127.0.0.1 trace=4f94375984cdec3c0f7dadea78ffbb7f
29299-12-12 00:00:00.363  info  [GORM] SQL Executed duration=0.5ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_auth_methods` WHERE `user_auth_methods`.`user_id` = 201 rows=1 trace=362f6aed605ff8e00c17c2bde3e9a447 span=c4b787c25fa6e6a8
29299-12-12 00:00:00.363  info  [GORM] SQL Executed duration=0.4ms caller=gorm@v1.25.12/callbacks.go:130 sql=SELECT * FROM `user_device` WHERE `user_device`.`user_id` = 201 rows=0 trace=362f6aed605ff8e00c17c2bde3e9a447 span=c4b787c25fa6e6a8
29299-12-12 00:00:00.363  info  [GORM] SQL Executed duration=1.8ms caller=user/getUserDetailLogic.go:30 sql=SELECT * FROM `user` WHERE `id` = 201 ORDER BY `user`.`id` LIMIT 1 rows=1 trace=362f6aed605ff8e00c17c2bde3e9a447 span=c4b787c25fa6e6a8
29299-12-12 00:00:00.363  info  HTTP Request duration=3.4275ms caller=middleware/loggerMiddleware.go:92 query=id=201 ip=127.0.0.1 trace=362f6aed605ff8e00c17c2bde3e9a447 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=201 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=c4b787c25fa6e6a8
292910-12-12 00:00:00.327  info  HTTP Request duration=5.458µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/document/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=6ed4693c193d99c3e365cbdc42504994 span=3d70c5d69c654734
292910-12-12 00:00:00.331  info  [GORM] SQL Executed duration=1.3ms caller=document/getDocumentListLogic.go:30 sql=SELECT count(*) FROM `document` rows=1 span=69ab203dd43d76e1 trace=d818a4c8a0c823d2b53085efe84bdea6
292910-12-12 00:00:00.332  info  [GORM] SQL Executed duration=1.5ms caller=document/getDocumentListLogic.go:30 rows=0 span=69ab203dd43d76e1 sql=SELECT * FROM `document` LIMIT 10 trace=d818a4c8a0c823d2b53085efe84bdea6
292910-12-12 00:00:00.333  info  HTTP Request duration=4.941958ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/document/list?page=1&size=10 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=69ab203dd43d76e1 status=200 trace=d818a4c8a0c823d2b53085efe84bdea6
292921-12-12 00:00:00.591  info  HTTP Request duration=5.042µs caller=middleware/loggerMiddleware.go:92 span=61b3bc01737fbf1f status=204 query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=880bc48c8d845acc9825de80c9502f1d request=OPTIONS 127.0.0.1:8080/v1/admin/payment/platform
292921-12-12 00:00:00.591  info  HTTP Request duration=3.083µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/payment/list?page=1&size=10 query=page=1&size=10 span=3a2727c5be3a3b13 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=2740f059d6d386488f8256bad2d0b456
292921-12-12 00:00:00.592  info  HTTP Request duration=813.417µs caller=middleware/loggerMiddleware.go:92 trace=d4de135a0919041115979f7694e0ad76 span=740e1152d7b477aa query= ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/payment/platform
292921-12-12 00:00:00.593  info  [GORM] SQL Executed duration=1.1ms caller=payment/getPaymentMethodListLogic.go:34 trace=50d8db00b6fdce5f0b23985264a130a2 sql=SELECT count(*) FROM `payment` rows=1 span=8fc8739524d18d98
292921-12-12 00:00:00.597  info  [GORM] SQL Executed duration=3.5ms caller=payment/getPaymentMethodListLogic.go:34 span=8fc8739524d18d98 rows=3 trace=50d8db00b6fdce5f0b23985264a130a2 sql=SELECT * FROM `payment` LIMIT 10
292921-12-12 00:00:00.597  info  HTTP Request duration=5.970084ms caller=middleware/loggerMiddleware.go:92 request=GET 127.0.0.1:8080/v1/admin/payment/list?page=1&size=10 query=page=1&size=10 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=8fc8739524d18d98 status=200 ip=127.0.0.1 trace=50d8db00b6fdce5f0b23985264a130a2
292924-12-12 00:00:00.759  info  HTTP Request duration=6.666µs caller=middleware/loggerMiddleware.go:92 query=page=1&size=10 span=f19081e2c2b40f24 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=e8f30a4e9a8aa4aecdb2d8c494dcc18a status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/ads/list?page=1&size=10
292924-12-12 00:00:00.765  info  [GORM] SQL Executed duration=1.3ms caller=ads/getAdsListLogic.go:31 rows=1 span=c77b4e8d08d55479 sql=SELECT count(*) FROM `ads` trace=edd122448b3d62f71a9c7307142bd1bf
292924-12-12 00:00:00.766  info  [GORM] SQL Executed duration=1.4ms caller=ads/getAdsListLogic.go:31 sql=SELECT * FROM `ads` LIMIT 10 rows=0 trace=edd122448b3d62f71a9c7307142bd1bf span=c77b4e8d08d55479
292924-12-12 00:00:00.767  info  HTTP Request duration=6.54975ms caller=middleware/loggerMiddleware.go:92 trace=edd122448b3d62f71a9c7307142bd1bf span=c77b4e8d08d55479 query=page=1&size=10 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 status=200 request=GET 127.0.0.1:8080/v1/admin/ads/list?page=1&size=10
292927-12-12 00:00:00.031  info  HTTP Request duration=5.125µs caller=middleware/loggerMiddleware.go:92 trace=2dd48a709039a938eaade82236140dd3 status=204 query=page=1&size=10&date=2025-12-29 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 span=7e1e35d8ee529cdb request=OPTIONS 127.0.0.1:8080/v1/admin/log/login/list?page=1&size=10&date=2025-12-29 ip=127.0.0.1
292927-12-12 00:00:00.035  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 sql=SELECT count(*) FROM `system_logs` WHERE `type` = 30 AND `date` = '2025-12-29' trace=e1bafd0415d7624f83a52c5ee0ebfec9 span=94a92ab771bd45cb rows=1
292927-12-12 00:00:00.036  info  [GORM] SQL Executed duration=1.6ms caller=gin@v1.10.0/context.go:185 rows=3 sql=SELECT * FROM `system_logs` WHERE `type` = 30 AND `date` = '2025-12-29' ORDER BY id DESC LIMIT 10 trace=e1bafd0415d7624f83a52c5ee0ebfec9 span=94a92ab771bd45cb
292927-12-12 00:00:00.036  info  HTTP Request duration=4.506292ms caller=middleware/loggerMiddleware.go:92 status=200 query=page=1&size=10&date=2025-12-29 span=94a92ab771bd45cb request=GET 127.0.0.1:8080/v1/admin/log/login/list?page=1&size=10&date=2025-12-29 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=e1bafd0415d7624f83a52c5ee0ebfec9
292927-12-12 00:00:00.041  info  HTTP Request duration=9.375µs caller=middleware/loggerMiddleware.go:92 request=OPTIONS 127.0.0.1:8080/v1/admin/user/detail?id=2 query=id=2 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=8470039b5e41cd60bb987be7348decb1 status=204 ip=127.0.0.1 span=798cf837e5ab284f
292927-12-12 00:00:00.049  info  HTTP Request duration=7.384084ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/user/detail?id=2 query=id=2 span=068e4d6625714711 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=d3b6ecbbe5ab100ef37309035c96fcf1
292928-12-12 00:00:00.193  info  HTTP Request duration=7.375µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/log/register/list?page=1&size=10&date=2025-12-29 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=99b498fed931872408fa39e35040182b query=page=1&size=10&date=2025-12-29 ip=127.0.0.1 span=4b2271a6730eba56
292928-12-12 00:00:00.196  info  [GORM] SQL Executed duration=1.1ms caller=gin@v1.10.0/context.go:185 trace=34b305b9f307ff4ccbbc7c49df9da38c span=f12130c96264c7a1 sql=SELECT count(*) FROM `system_logs` WHERE `type` = 31 AND `date` = '2025-12-29' rows=1
292928-12-12 00:00:00.197  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 trace=34b305b9f307ff4ccbbc7c49df9da38c sql=SELECT * FROM `system_logs` WHERE `type` = 31 AND `date` = '2025-12-29' ORDER BY id DESC LIMIT 10 rows=0 span=f12130c96264c7a1
292928-12-12 00:00:00.197  info  HTTP Request duration=3.84825ms caller=middleware/loggerMiddleware.go:92 status=200 request=GET 127.0.0.1:8080/v1/admin/log/register/list?page=1&size=10&date=2025-12-29 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 query=page=1&size=10&date=2025-12-29 ip=127.0.0.1 trace=34b305b9f307ff4ccbbc7c49df9da38c span=f12130c96264c7a1
292929-12-12 00:00:00.790  info  HTTP Request duration=7.958µs caller=middleware/loggerMiddleware.go:92 status=204 request=OPTIONS 127.0.0.1:8080/v1/admin/log/mobile/list?page=1&size=10&date=2025-12-29 query=page=1&size=10&date=2025-12-29 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 trace=aed64e6e23ccba5467d22ba722cb8c8a span=98454b16d069e7e0
292929-12-12 00:00:00.801  info  [GORM] SQL Executed duration=5.4ms caller=gin@v1.10.0/context.go:185 span=bde440807bf136f3 sql=SELECT count(*) FROM `system_logs` WHERE `type` = 11 AND `date` = '2025-12-29' trace=198a12bf44a4987860cd602cba638230 rows=1
292929-12-12 00:00:00.802  info  [GORM] SQL Executed duration=1.3ms caller=gin@v1.10.0/context.go:185 sql=SELECT * FROM `system_logs` WHERE `type` = 11 AND `date` = '2025-12-29' ORDER BY id DESC LIMIT 10 rows=0 trace=198a12bf44a4987860cd602cba638230 span=bde440807bf136f3
292929-12-12 00:00:00.803  info  HTTP Request duration=11.514125ms caller=middleware/loggerMiddleware.go:92 trace=198a12bf44a4987860cd602cba638230 span=bde440807bf136f3 status=200 request=GET 127.0.0.1:8080/v1/admin/log/mobile/list?page=1&size=10&date=2025-12-29 query=page=1&size=10&date=2025-12-29 ip=127.0.0.1 user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
292941-12-12 00:00:00.779  info  [CheckSubscription] Start check subscription: 2025-12-29 03:58:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.811  info  [GORM] SQL Executed duration=17.5ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.811  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.813  info  [GORM] SQL Executed duration=1.4ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:58:41.812' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL rows=0
292941-12-12 00:00:00.813  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109
292941-12-12 00:00:00.902  info  [CheckSubscription] Start check subscription: 2025-12-29 03:59:41 caller=subscription/checkSubscriptionLogic.go:29
292941-12-12 00:00:00.904  info  [GORM] SQL Executed duration=1.6ms caller=user/default.go:156 sql=SELECT * FROM `user_subscribe` WHERE upload + download >= traffic AND status IN (0, 1) AND traffic > 0 rows=0
292941-12-12 00:00:00.904  info  [Check Subscription Traffic] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:67
292941-12-12 00:00:00.909  info  [GORM] SQL Executed duration=2.2ms caller=user/default.go:156 rows=0 sql=SELECT * FROM `user_subscribe` WHERE `status` IN (0, 1) AND `expire_time` < '2025-12-29 19:59:41.906' AND `expire_time` != '1970-01-01 08:00:00' and `finished_at` IS NULL
292941-12-12 00:00:00.909  info  [Check Subscription Expire] No subscribe need to update caller=subscription/checkSubscriptionLogic.go:109