Added status and PnL
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m13s

This commit is contained in:
2025-05-19 15:45:30 +03:00
parent 330d34702f
commit 808f7112f7
7 changed files with 91 additions and 21 deletions

View File

@ -31,7 +31,7 @@ generalLogger = setupLogger('general', logging.INFO, generalLogPath, generalForm
tradingFormatter = logging.Formatter('%(asctime)s - %(message)s')
tradingLogger = setupLogger('trade', logging.NOTSET, tradingLogPath, tradingFormatter)
# Максимально подробный общий лог
# Максимально подробный общий лог, вызывает повторы в логировании. Его наличие настраивается
if options.showExtraDebugLogs:
logging.basicConfig(level=logging.DEBUG)
superGeneralLogger = logging.getLogger('superGeneral')