BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Add warning message if company_list.json is empty with `COMPANY_LIST_LOCAL_MODE` = 1 #1250

Closed purplesmoke05 closed 1 year ago

purplesmoke05 commented 1 year ago

Is your feature request related to a problem? Please describe.

When you use COMPANY_LIST_LOCAL_MODE, it would be more helpful to notify whether you mounted company_list.json file properly or not in boot phase.

COMPANY_LIST_LOCAL_MODEを使用している際、 起動段階で、company_list.json ファイルが適切にマウントされているかどうかがわかると、より便利です。

Describe the solution you'd like

Add warning message if company_list.json is empty with COMPANY_LIST_LOCAL_MODE = 1.

COMPANY_LIST_LOCAL_MODE=1としている場合に、company_list.jsonが空であれば警告メッセージ(warn)を出すようにします。