Untitled

 avatar
unknown
sh
4 years ago
2.6 kB
9
Indexable
root@fintech1-test401:~/eightcat# go run app.go
INFO[0000] Loading module - dummybill.so
INFO[0000] Loading module - dummyhsm.so
INFO[0000] Loading module - dummyreport.so
INFO[0000] Loading module - kafkareport.so
INFO[0000] Loading module - mnetbill.so
2021-10-24 02:20:31 [INFO] Using queue broker - redis://localhost:6379/3
2021-10-24 02:20:31 [ERRO] Category send for tier default_user not found in the database
2021-10-24 02:20:31 [ERRO] Category send for tier registered_user not found in the database
2021-10-24 02:20:31 [ERRO] Category send for tier verified_user not found in the database
2021-10-24 02:20:31 [ERRO] Category send for tier default_reseller not found in the database
2021-10-24 02:20:31 [ERRO] Category send for tier wholesale_reseller not found in the database
2021-10-24 02:20:31 [ERRO] Category staff_sales for tier sales_staff not found in the database
2021-10-24 02:20:31 [ERRO] Category topup for tier default_user not found in the database
2021-10-24 02:20:31 [ERRO] Category topup for tier registered_user not found in the database
2021-10-24 02:20:31 [ERRO] Category topup for tier verified_user not found in the database
2021-10-24 02:20:31 [ERRO] Category receive for tier default_user not found in the database
2021-10-24 02:20:31 [ERRO] Category receive for tier registered_user not found in the database
2021-10-24 02:20:31 [ERRO] Category receive for tier default_reseller not found in the database
2021-10-24 02:20:31 [ERRO] Category staff_deposit for tier sales_staff not found in the database
2021-10-24 02:20:31 [ERRO] Category deposit for tier default_user not found in the database
2021-10-24 02:20:31 [ERRO] Category deposit for tier registered_user not found in the database
2021-10-24 02:20:31 [ERRO] Category deposit for tier default_reseller not found in the database
2021-10-24 02:20:31 [INFO] Registering report provider: DummyReport
2021-10-24 02:20:31 [ERRO] Score default_score not found in the database
2021-10-24 02:20:31 [ERRO] Score rental_score not found in the database
2021-10-24 02:20:31 [ERRO] Score postpaid_score not found in the database
2021-10-24 02:20:31 [INFO] Registering bill provider: DummyBill
2021-10-24 02:20:31 [INFO] Enabled routers: all
2021-10-24 02:20:31 [INFO] Starting eightcat at :8080
2021-10-24 02:20:31 [INFO] Build version: v7.0-rc0-15-g3d8f263f
2021-10-24 02:20:57 [INFO] total - 69 routes registered
2021-10-24 02:20:57 [WARN] unable to get tier send limits for default_user
2021-10-24 02:20:57 [WARN] unable to get tier receive limits for default_user
2021-10-24 02:20:57 [INFO] 200 127.0.0.1 GET /users/123/wallet?display_id=123  9.941ms
Editor is loading...