feat/teamsync-reposition #5

Open
renkar wants to merge 68 commits from renkar/tipibot:feat/teamsync-reposition into master
Showing only changes of commit 48cc8398ec - Show all commits

2
bot.py
View File

@@ -82,7 +82,7 @@ _txn_logger = logging.getLogger("tipiCOIN.txn")
_txn_logger.addHandler(_txn_h)
_txn_logger.propagate = False # don't double-log to console/bot.log
log = logging.getLogger("tipilan")
log = logging.getLogger(f"tipilan.{config.BOT_PROFILE}")
# ---------------------------------------------------------------------------
# Bot setup