chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5.01k stars 1.1k forks source link

feat: added docker-compose.log.yml for log viewer #654

Closed chrisleekr closed 5 months ago

chrisleekr commented 5 months ago

Description

To view the log, must access the server; the container outputs many logs. In addition, it is difficult to check later if any error occurs.

To minimize system load, it's recommended to set BINANCE_LOG_LEVEL to ERROR in the docker-compose.server.yml or docker-compose.yml file. This will allow logging to ERROR messages only.

Related Issue

N/A

Motivation and Context

As description.

How Has This Been Tested?

N/A

Screenshots (if appropriate):