Skip to content

Commit 7577dc9

Browse files
committed
[Community] log fetched tentacles config
1 parent e55f838 commit 7577dc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

octobot/community/supabase_backend/community_supabase_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ async def fetch_bot_tentacles_data_based_config(
489489
).eq(enums.BotKeys.ID.value, bot_id).execute()).data[0]
490490
except IndexError:
491491
raise errors.MissingBotConfigError(f"No bot config for bot with bot_id: '{bot_id}'")
492+
commons_logging.get_logger(__name__).info(f"Fetched bot config: {bot_config['bot_config']}")
492493
bot_name = bot_config["name"]
493494
# generic options
494495
profile_data = commons_profiles.ProfileData(

0 commit comments

Comments
 (0)