Skip to content

Commit

Permalink
remove logging configuration from trading because it is done in the s…
Browse files Browse the repository at this point in the history
…erver already
  • Loading branch information
asavinov committed Dec 15, 2024
1 parent bffbcfb commit 7c50eeb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions service/trader_binance.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@
from service.notifier_trades import get_signal

import logging


log = logging.getLogger('trader')
logging.basicConfig(
filename="trader.log", # parameter in App
level=logging.DEBUG,
#format = "%(asctime)s.%(msecs)03d %(levelname)s %(module)s - %(funcName)s: %(message)s",
format = "%(asctime)s %(levelname)s %(message)s",
#datefmt = '%Y-%m-%d %H:%M:%S',
)


async def main_trader_task():
Expand Down

0 comments on commit 7c50eeb

Please sign in to comment.